Hi,
I'm porting CESM 1.2.1 to a university machine and the build is failing at the pio build step. As a bit of background - I've create a test newcase with ./create_newcase -case test1 -res f45_g37 -compset X -mach userdefined, and then run ./cesm_setup. The OS is Linux, the compilers I'm using are gnu and the mpi library is openmpi. I'm using conda environments so the env_mach_specific script is short and just sets NETCDF_PATH to the conda directory. The only change to Macros is setting NETCDF_PATH, and the following packages are installed in the conda environment:
Sorry for the wall of text - any help would be greatly appreciated!
I'm porting CESM 1.2.1 to a university machine and the build is failing at the pio build step. As a bit of background - I've create a test newcase with ./create_newcase -case test1 -res f45_g37 -compset X -mach userdefined, and then run ./cesm_setup. The OS is Linux, the compilers I'm using are gnu and the mpi library is openmpi. I'm using conda environments so the env_mach_specific script is short and just sets NETCDF_PATH to the conda directory. The only change to Macros is setting NETCDF_PATH, and the following packages are installed in the conda environment:
- gcc, gxx and gfortran version 9.5.0
- openmpi version 4.1.4
- netcdf4 version 1.6.2, mpi_openmpi build
- netcdf-fortran version 4.6.0, mpi_openmpi build
Sorry for the wall of text - any help would be greatly appreciated!