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

CESM on Stampede

Hello, I've recently attempted to build CESM on Stampede (which has been possible in the past), but I'm now confronted with errors. TACC removed the file /etc/profile.d/tacc_modules.csh, which is referenced in both env_mach_specific.stampede and cesm_submit. Is there an updated version of the machine specific file for Stampede? Also, is there one that's compatible with the new KNL system there? Best,Meg Fowler 
 
If anyone else has this problem, this is the response from TACC support that fixed the issue: "I think the problem is caused by the decommission of the tacc_modules script. I would suggest you make the following changes: In the following two files:env_mach_specific.stampedemkbatch.stampede replace:source /etc/profile.d/tacc_modules.cshwith source /etc/profile.d/z01_lmod.csh" 
 
Top