Skip to content

Commit

Permalink
Update release scripts for the draco-7_9_0 (cts1 and ats1).
Browse files Browse the repository at this point in the history
  • Loading branch information
KineticTheory committed Jan 6, 2021
1 parent da47870 commit 9e513d8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 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_8*)
draco-7_9*)
function intel1904env()
{
unset partition
Expand Down
14 changes: 6 additions & 8 deletions tools/cts1-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ else
fi

# The following toolchains will be used when releasing code
environments="intel1904env gcc830env"
environments="intel1904env gcc930env"

# Extra cmake options
export CONFIG_BASE+=" -DCMAKE_VERBOSE_MAKEFILE=ON"
Expand Down Expand Up @@ -44,21 +44,19 @@ fi
case "${ddir}" in

#--------------------------------------------------------------------------------------------------#
draco-7_8*)
draco-7_9*)
function intel1904env
{
run "module purge"
run "module use --append /usr/projects/draco/Modules/$(/usr/projects/hpcsoft/utilities/bin/sys_name)"
run "module load uc/2020.08"
run "module use --append /usr/projects/draco/Modules/cts1"
run "module load draco/intel19"
run "module list"
}
function gcc830env()
function gcc930env()
{
run "module purge"
run "module use --append /usr/projects/draco/Modules/$(/usr/projects/hpcsoft/utilities/bin/sys_name)"
run "module load uc/2020.08"
run "module load draco/gcc8"
run "module use --append /usr/projects/draco/Modules/cts1"
run "module load draco/gcc9"
run "module list"
}
;;
Expand Down

0 comments on commit 9e513d8

Please sign in to comment.