wagmanbe@utexas_edu
New Member
Hi, I've run into the same OMP error 7 times when trying to run the BC5 compset on Stampede. The error in the CESM log: Opened existing file /scratch/projects/xsede/CESM/inputdata/atm/cam/topo/USGS-gtopo30_0.9x1.25_remap _c051027.nc 131072 NetCDF: Invalid dimension ID or nameOMP: Error #34: System unable to allocate necessary resources for OMP thread: OMP: System error #11: Resource temporarily unavailableI am trying to run "out of the box" with the default PES setup for Stampede. Per the suggestion here I added a few lines to my runscript (some of which may be redundant) so that it now readslimit coredumpsize 1000000limit stacksize unlimitedsetenv SLURM_NPROCS 1664setenv SLURM_CPUS_PER_TASK 1setenv OMP_STACKSIZE 1000Msetenv MPSTKZ 40000000 I've also tried running in debug mode , and with a unique "config_machines" file borrowed from another stampede user, but that did not prevent the error. Now I'm out of ideas! Of note is that I'm also trying to run the COSP simulator, but there's no reason to believe that's the problem. One of many runscripts attached. Thanks!