Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add AWS cpu info to resources #1728

Merged
merged 3 commits into from
Jul 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions parm/config/gfs/config.resources
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ elif [[ ${machine} = "S4" ]]; then
elif [[ ${PARTITION_BATCH} = "ivy" ]]; then
export npe_node_max=20
fi
elif [[ "${machine}" = "AWSPW" ]]; then
export PARTITION_BATCH="compute"
export npe_node_max=40
elif [[ ${machine} = "ORION" ]]; then
export npe_node_max=40
fi
Expand Down
2 changes: 1 addition & 1 deletion workflow/hosts/awspw.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ COMINsyn: '${COMROOT}/gfs/prod/syndat' #TODO: This does not yet exist.
HOMEDIR: '/contrib/${USER}'
STMP: '/lustre/${USER}/stmp2/'
PTMP: '/lustre/${USER}/stmp4/'
NOSCRUB: $HOMEDIR
NOSCRUB: ${HOMEDIR}
ACCOUNT: hwufscpldcld
SCHEDULER: slurm
QUEUE: batch
Expand Down