forked from ufs-community/ufs-weather-model
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove gaea and add gaea-c5 to tests/machine
- Loading branch information
Showing
2 changed files
with
24 additions
and
20 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
module use /lustre/f2/dev/role.epic/contrib/C5/rocoto/modulefiles | ||
module load rocoto | ||
ROCOTORUN=$(which rocotorun) | ||
ROCOTOSTAT=$(which rocotostat) | ||
ROCOTOCOMPLETE=$(which rocotocomplete) | ||
ROCOTO_SCHEDULER=slurm | ||
|
||
module load PrgEnv-intel/8.3.3 | ||
module load intel-classic/2023.1.0 | ||
module load cray-mpich/8.1.25 | ||
module load python/3.9.12 | ||
module use /lustre/f2/dev/wpo/role.epic/contrib/spack-stack/c5/modulefiles | ||
module load ecflow/5.8.4 | ||
ECFLOW_START=/lustre/f2/dev/wpo/role.epic/contrib/spack-stack/c5/ecflow-5.8.4/bin/ecflow_start.sh | ||
ECF_PORT=$(( $(id -u) + 1500 )) | ||
|
||
DISKNM=/lustre/f2/pdata/ncep/role.epic/C5/RT | ||
QUEUE=normal | ||
COMPILE_QUEUE=normal | ||
PARTITION=c5 | ||
STMP=/lustre/f2/scratch | ||
PTMP=/lustre/f2/scratch | ||
|
||
SCHEDULER=slurm |