Skip to content

Commit

Permalink
Remove unneeded variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mathomp4 committed Oct 12, 2023
1 parent 965a8bf commit 8960853
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions gcm_setup
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,6 @@ if ( $SITE == 'NCCS' ) then
set BUILT_ON_SLES15 = @BUILT_ON_SLES15@

if ("$BUILT_ON_SLES15" == "TRUE") then
set DEFAULT_MODEL = 'mil'
echo "Enter the ${C1}Processor Type${CN} you wish to run on:"
echo " ${C2}mil (Milan)${CN} (default)"
echo " "
Expand All @@ -448,7 +447,6 @@ if ( $SITE == 'NCCS' ) then
set NCPUS_PER_NODE = 126
endif
else
set DEFAULT_MODEL = 'cas'
echo "Enter the ${C1}Processor Type${CN} you wish to run on:"
echo " ${C2}sky (Skylake)${CN} (default)"
echo " ${C2}cas (Cascade Lake)${CN}"
Expand Down
2 changes: 0 additions & 2 deletions geoschemchem_setup
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,6 @@ if ( $SITE == 'NCCS' ) then
set BUILT_ON_SLES15 = @BUILT_ON_SLES15@

if ("$BUILT_ON_SLES15" == "TRUE") then
set DEFAULT_MODEL = 'mil'
echo "Enter the ${C1}Processor Type${CN} you wish to run on:"
echo " ${C2}mil (Milan)${CN} (default)"
echo " "
Expand All @@ -448,7 +447,6 @@ if ( $SITE == 'NCCS' ) then
set NCPUS_PER_NODE = 126
endif
else
set DEFAULT_MODEL = 'cas'
echo "Enter the ${C1}Processor Type${CN} you wish to run on:"
echo " ${C2}sky (Skylake)${CN} (default)"
echo " ${C2}cas (Cascade Lake)${CN}"
Expand Down
2 changes: 0 additions & 2 deletions gmichem_setup
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,6 @@ if ( $SITE == 'NCCS' ) then
set BUILT_ON_SLES15 = @BUILT_ON_SLES15@

if ("$BUILT_ON_SLES15" == "TRUE") then
set DEFAULT_MODEL = 'mil'
echo "Enter the ${C1}Processor Type${CN} you wish to run on:"
echo " ${C2}mil (Milan)${CN} (default)"
echo " "
Expand All @@ -448,7 +447,6 @@ if ( $SITE == 'NCCS' ) then
set NCPUS_PER_NODE = 126
endif
else
set DEFAULT_MODEL = 'cas'
echo "Enter the ${C1}Processor Type${CN} you wish to run on:"
echo " ${C2}sky (Skylake)${CN} (default)"
echo " ${C2}cas (Cascade Lake)${CN}"
Expand Down
2 changes: 0 additions & 2 deletions stratchem_setup
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,6 @@ if ( $SITE == 'NCCS' ) then
set BUILT_ON_SLES15 = @BUILT_ON_SLES15@

if ("$BUILT_ON_SLES15" == "TRUE") then
set DEFAULT_MODEL = 'mil'
echo "Enter the ${C1}Processor Type${CN} you wish to run on:"
echo " ${C2}mil (Milan)${CN} (default)"
echo " "
Expand All @@ -448,7 +447,6 @@ if ( $SITE == 'NCCS' ) then
set NCPUS_PER_NODE = 126
endif
else
set DEFAULT_MODEL = 'cas'
echo "Enter the ${C1}Processor Type${CN} you wish to run on:"
echo " ${C2}sky (Skylake)${CN} (default)"
echo " ${C2}cas (Cascade Lake)${CN}"
Expand Down

0 comments on commit 8960853

Please sign in to comment.