ESMCI / ccs_config_cesm

CESM CIME Case Control System configuration files
3 stars 44 forks source link

Additional AWS changes #39

Closed briandobbins closed 2 years ago

briandobbins commented 2 years ago

This PR changes several more things related to the AWS environment. It:

1) Adds additional queues (for compiling and serial runs, both of which keep costs down) 2) Makes the inputdata be a central location, vs a user-specific one (on the system, we use a sticky bit with group permissions so anyone in the group can write to it, but not overwrite other files -- in short, multiple people can download input data) 3) Changes GMAKE_J to 8 to take advantage of the 8-core build queue 4) Sets MAX_GPUS_PER_NODE to 1, even though we aren't using GPUs, as a way of silencing a warning during 'run_neon'. 5) Configures launching in the serial queue via the unsetting of an environment variable that's necessary for good performance on AWS's HPC nodes, but crashes MPI on nodes without EFA (Elastic Fabric Adapter).