Dear all,
I am currently porting CESM 2.2.2 into the HPC in my institution. I am new in CESM, but with experience in models and model development (e.g. WRF-ARW).
I am down writing all the steps in a WIKI page CESM Install hydra.
I succeed building the case
I got error messages of the type:
I am guessing that this is because in my HPC, called hydra does not have
I am wondering if there is a way to systematically introduce it in the
Many thanks in advance,
Lluís
P.S.: Sorry, I can not attach my xml, the changes are found in the WIKI
I am currently porting CESM 2.2.2 into the HPC in my institution. I am new in CESM, but with experience in models and model development (e.g. WRF-ARW).
I am down writing all the steps in a WIKI page CESM Install hydra.
I succeed building the case
--res f19_g17 --compset B1850
, but I failed in submitting it. I got error messages of the type:
Code:
new_task: jobid=43629.hydra node=0 task=1
new_task: jobid=43629.hydra node=0 task=2
ERROR: RUN FAIL: Command '/opt/mpich/mpich-3.4.2/intel/2021.4.0/bin/mpirun -np 768 /home/lluis.fita/cesm/scratch/b.day1.0/bld/cesm.exe >> cesm.log.$LID 2>&1 ' failed
See log file for details: /home/lluis.fita/cesm/scratch/b.day1.0/run/cesm.log.43629.hydra.240516-1705
I am guessing that this is because in my HPC, called hydra does not have
module
. Instead we set-up the compilation environment via a shell script created by our IT team called /opt/load-libs.sh
. For example, if we want the intel environment we execute:
Code:
$ source /opt/load-libs.sh 1
The following libraries, compiled with Intel 2021.4.0 compilers, were loaded:
* MPICH 3.4.2
* NetCDF 4
* HDF5 1.10.5
* JASPER 2.0.33
I am wondering if there is a way to systematically introduce it in the
config_batch.xml
a shell command (source /opt/load-libs.sh 1
) in order to be included and executed in all the PBS jobs.Many thanks in advance,
Lluís
P.S.: Sorry, I can not attach my xml, the changes are found in the WIKI