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

no result data after case.submit

Dear all,I am creating a case on Canada Super computer, with compset FXSD, resolution f19_19, run unsupported.After I submit job using command ./case.submit, it seems succeed and I got the job id. But there was nothing when I checked using command "squeue". The job seemed rfinished in several seconds. There was no data produced in output file.I attached the output folder fxsd.zip, running screen capture submit.jpg, and some configuration files.Any help is much appreciated. 
 

jedwards

CSEG and Liaisons
Staff member
I'm not sure what the problem is but I see a couple of things that concern me in what you sent.1. There doesn't seem to be a cesm.exe file in your bld directory.  2. Your machine name in config_batch.xml is nia-login06 - it should be a regular expression that matches both login and compute nodes on your system.3. The machine specific entry in config_batch.xml should follow the generic slurm entry rather than precede it in the file. 
Look in your case directory for output from the slurm command that may indicate the problem, my guess is that it didn't find the cesm.exe executable, but I'm not sure why it wouldn't be there - are you out of disk space perhaps?
 

jedwards

CSEG and Liaisons
Staff member
Use the command ./preview_run to view the submit command and see if that gives you any clues.   Can you submit a simple hello_world type program successfully?  
 
I have attached the result of command ./preview_run.I created a case with compset X and submit successfully. I attached the X case output file list. I think I got the data file  x.cpl.r.0001-01-06-00000.nc. However, when I created a case with compset FXSD or B1850, I can't get the data file.
 

jedwards

CSEG and Liaisons
Staff member
You need to find the cesm.log file for your run.   Perhaps it's in the archive directory?   Try running again after setting DOUT_S=FALSE.
 
Hi,I didn't find cesm.log file in my cesm directory and output directory. Could you please explain its location more clearly? And what's the meaning of archive directory? I only find a cesm_archive file in output directory.I run CESM2.0 on Canada super computer Niagara. I only have $HOME and $SCRATCH directory. I don't have $ARCHIVE directory.Thank you for your help.
 

jedwards

CSEG and Liaisons
Staff member
The archive directory is defined by xml variable DOUT_S_ROOT in config_machines.xml.  Did you try setting DOUT_S=FALSE and running again?  If you still can't find the cesm.log file perhaps you should consult with someone familiar with your machine such as a system administrator.
 
In config_machines.xml, DOUT_S_ROOT is setted as:$CIME_OUTPUT_ROOT/cesm_archive/$CASEI have checked cesm_archive directory, but there is not fxsd case folder. In cesm_archive, there is x case folder which is created with compset X. I found DOUT_S in evn_run.xml, and I changed the value like this:          logical      FALSE      Logical to turn on short term archiving.    If TRUE, short term archiving will be turned on.     I run again, but it didn't work.
 
Top