219 | | Edit the build file to point to your version. If using xios-2 ... don't remove flag or copy in files. |
| 218 | XIOS should compile on ARCHER with the built-in Cray XC30 options, as follows: |
| 219 | {{{ |
| 220 | module load cray-netcdf-hdf5parallel |
| 221 | ./maxe_xios --arch XC30_Cray |
| 222 | }}} |
| 223 | This should be put into a serial batch job, as the compilation can take a very long time (around 12 hours in some cases). |
| 224 | |
| 225 | If using XIOS-2, remember not to remove the `key_xios2` flag when building NEMO or copy in the `ForXIOS1` files. |