README 500 B

123456789
  1. # Compile XIOS with:
  2. #
  3. # NOTE: The command below requires a parallel NetCDF library to be installed
  4. # and configured in config-build.xml! This is required to run XIOS2 in parallel
  5. # mode (i.e. multiple servers and single-file output), which is the recommended
  6. # configuration. If only sequential NetCDF is available, change "--netcdf_lib
  7. # netcdf4_par" to "--netcdf_lib netcdf4_seq"
  8. #
  9. ./make_xios --arch ecconf --use_oasis oasis3_mct --netcdf_lib netcdf4_par [--dev] [--full] [--job N]