Scheduled Downtime
On Tuesday 24 October 2023 @ 5pm MT the forums will be in read only mode in preparation for the downtime. On Wednesday 25 October 2023 @ 5am MT, this website will be down for maintenance and expected to return online later in the morning.
Normal Operations
The forums are back online with normal operations. If you notice any issues or errors related to the forums, please reach out to help@ucar.edu

How to transplant my model to Derecho

oleson

Keith Oleson
CSEG and Liaisons
Staff member
Ok, I just found this note on the Move to Derecho document:

Debug mode, with mpi-serial, and intel compiler​

With DEBUG==TRUE and MPILIB=mpi-serial, and the intel compiler currently does not build failing at the link step. For now you can use the GNU compiler for this case rather than intel. When we have updates for this you’ll be able to update to a newer version.

So, I think setting DEBUG to FALSE should work.
 

jinmuluo

Jinmu Luo
Member
Can you try with DEBUG=FALSE? Need to clean the build first and then rebuild.

Ok, I just found this note on the Move to Derecho document:

Debug mode, with mpi-serial, and intel compiler​

With DEBUG==TRUE and MPILIB=mpi-serial, and the intel compiler currently does not build failing at the link step. For now you can use the GNU compiler for this case rather than intel. When we have updates for this you’ll be able to update to a newer version.

So, I think setting DEBUG to FALSE should work.
Yes, it works, thank you so much for your help!
 

jinmuluo

Jinmu Luo
Member
Ok, I just found this note on the Move to Derecho document:

Debug mode, with mpi-serial, and intel compiler​

With DEBUG==TRUE and MPILIB=mpi-serial, and the intel compiler currently does not build failing at the link step. For now you can use the GNU compiler for this case rather than intel. When we have updates for this you’ll be able to update to a newer version.

So, I think setting DEBUG to FALSE should work.
Right now, I can run a global simulation successfully! But single-site simulation broke out with weird information. I'm not sure what the error is, but do you know if has anyone been able to run a single-site simulation on derecho? thank you!

the failed case is here: /glade/derecho/scratch/jinmuluo/DerechoTest/run
 

oleson

Keith Oleson
CSEG and Liaisons
Staff member
The traceback in the cesm log says:

cesm.exe 0000000001064688 dshr_stream_mod_m 1522 dshr_stream_mod.F90
cesm.exe 000000000106AE58 dshr_stream_mod_m 425 dshr_stream_mod.F90
cesm.exe 000000000105ACEB dshr_strdata_mod_ 220 dshr_strdata_mod.F90
cesm.exe 0000000000570FB3 atm_comp_nuopc_mp 449 atm_comp_nuopc.F90

Line 1522 of dshr_stream_mod.F90 is:

rcode = pio_openfile(strm%pio_subsystem, strm%file(k)%fileid, strm%pio_iotype, trim(filename))

So it's having trouble opening a datm streams file.
The last line of the atm log is:
(shr_stream_getCalendar) opening stream filename = /glade/scratch/jinmuluo/MESOCOSM_fluxtower_BOOI4/datmdata/clmforc.BOOI4.Solr.isu_point.2014-01.nc

On Derecho, your files should either be on /glade/derecho/scratch or /glade/cheyenne/scratch (preferably /glade/derecho/scratch since /glade/cheyenne/scratch is going away sometime soon), the /glade/scratch isn't recognized anymore.
 
Top