<div dir="ltr"><div>Dear MITgcm users,</div><div><br></div><div>I am trying to run the model on hpc. In order to compile, I am using the available modules from MITgcm/tools/build_options.</div><div>Tried with 2 of the modules i.e. linux_amd64_pgf90+mpi_xd1 and linux_amd64_ifort+impi, but getting compilation error from both. I am using the MITgcm_c67f version</div><div><br></div><div>My compiling script is:</div><div>/home/adrao/Model/MITgcm_c67f/MITgcm/tools/genmake2 --optfile=/home/adrao/Model/MITgcm_c67f/MITgcm/tools/build_options/linux_amd64_pgf90+mpi_xd1 -mpi<br>make depend<br>make</div><div>---------</div><div>The error that I get for linux_amd64_pgf90+mpi_xd1 is,</div><div><br></div><div>cat chksum_tiled.F |  /usr/bin/cpp -P -traditional -DWORDLENGTH=4 -DALLOW_USE_MPI  -I/sopt/mpi/mpich/pgi/include -I/sopt/netcdf/netcdf3-gcc-serial/include | ../../../../tools/set64bitConst.sh  > chksum_tiled.f<br>mpif90 -byteswapio -Mnodclchk -O2 -Munroll  -c chksum_tiled.f<br>gfortran: error: unrecognized command line option ‘-byteswapio’<br>gfortran: error: unrecognized command line option ‘-Mnodclchk’<br>gfortran: error: unrecognized command line option ‘-Munroll’<br>Makefile:1484: recipe for target 'chksum_tiled.o' failed<br>make[1]: *** [chksum_tiled.o] Error 1<br>make[1]: Leaving directory '/home/adrao/Model/MITgcm_c67f/MITgcm/verification/kunal_RUNTESTRUN/test_trial/testing_mpi_compiler'<br>Makefile:1392: recipe for target 'fwd_exe_target' failed<br>make: *** [fwd_exe_target] Error 2</div><div>---------</div><div></div><div>Whereas, for linux_amd64_ifort+impi is,</div><div>cat chksum_tiled.F |  cpp -traditional -P -DWORDLENGTH=4 -DALLOW_USE_MPI  -I/usr/local/netcdf3/include -I/usr/local/bin/mpich/include | ../../../../tools/set64bitConst.sh  > chksum_tiled.f<br>mpiifort -m64 -convert big_endian -assume byterecl -mcmodel=medium -O2 -align -ip -fp-model source -xHost  -c chksum_tiled.f<br>make[1]: mpiifort: Command not found<br>Makefile:1491: recipe for target 'chksum_tiled.o' failed<br>make[1]: *** [chksum_tiled.o] Error 127<br>make[1]: Leaving directory '/home/adrao/Model/MITgcm_c67f/MITgcm/verification/kunal_RUNTESTRUN/test_trial/testing_mpi_compiler'<br>Makefile:1399: recipe for target 'fwd_exe_target' failed<br>make: *** [fwd_exe_target] Error 2</div><div><br></div><div>Also, attaching genmake2, genmake.log files for both.</div><div>Kindly assist in case I need to edit the modules, or if an alternative is available. Thanks!</div><div><br></div><div>Regards</div><div>Kunal<br></div></div>