Skip to content

Commit

Permalink
add draco-7_13 to the release enviroment scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Cleveland committed Jan 10, 2022
1 parent e8336c0 commit 7b1d7ff
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion tools/ats1-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ fi
case "$ddir" in

#------------------------------------------------------------------------------------------------#
draco-7_9* | draco-7_10* | draco-7_11* | draco-7_12*)
draco-7_9* | draco-7_10* | draco-7_11* | draco-7_12* | draco-7_13*)
function cce11env()
{
unset partition
Expand Down
2 changes: 1 addition & 1 deletion tools/ats2-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ fi
case $ddir in

#--------------------------------------------------------------------------------------------------#
draco-7_10* | draco-7_11* | draco-7_12*)
draco-7_10* | draco-7_11* | draco-7_12* | draco-7_13*)
function gcc831env()
{
run "module purge"
Expand Down
2 changes: 1 addition & 1 deletion tools/cray-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ fi
case "$ddir" in

#--------------------------------------------------------------------------------------------------#
draco-7_10* | draco-7_11* | draco-7_12*)
draco-7_10* | draco-7_11* | draco-7_12* | draco-7_13*)
function cce11env()
{
unset partition
Expand Down
2 changes: 1 addition & 1 deletion tools/cts1-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ fi
case "${ddir}" in

#--------------------------------------------------------------------------------------------------#
draco-7_9* | draco-7_10* | draco-7_11* | draco-7_12*)
draco-7_9* | draco-7_10* | draco-7_11* | draco-7_12* | draco-7_13*)
function intel1904env
{
run "module purge"
Expand Down
2 changes: 1 addition & 1 deletion tools/darwin-arm-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ environments="armgcc930env"
case "${ddir}" in

#---------------------------------------------------------------------------#
draco-7_10* | draco-7_11* | draco-7_12*)
draco-7_10* | draco-7_11* | draco-7_12* | draco-7_13*)
function armgcc930env()
{
export darwin_queue="-p arm"
Expand Down
2 changes: 1 addition & 1 deletion tools/darwin-power9-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ environments="p9gcc930env p9xl16117env"
case "${ddir}" in

#---------------------------------------------------------------------------#
draco-7_10* | draco-7_11* | draco-7_12*)
draco-7_10* | draco-7_11* | draco-7_12* | draco-7_13*)
function p9gcc930env()
{
export darwin_queue="-p power9-asc -A asc-priority"
Expand Down
2 changes: 1 addition & 1 deletion tools/darwin-x86_64-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ popd || exit
case "${ddir:=notset}" in

#---------------------------------------------------------------------------#
draco-7_10* | draco-7_11* | draco-7_12*)
draco-7_10* | draco-7_11* | draco-7_12* | draco-7_13*)
function x86gcc930env()
{
export darwin_queue="-p volta-x86"
Expand Down

0 comments on commit 7b1d7ff

Please sign in to comment.