Skip to content

Commit

Permalink
refactor(bash): reorder inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
yoctoyotta1024 committed Apr 10, 2024
1 parent 4f17d52 commit df2bc12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/build_compile_cleocoupledsdm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
spack load [email protected]%gcc

buildtype=$1
executable="cleocoupledsdm"
path2CLEO=${HOME}/CLEO/
path2build=$2 # get from command line argument
executable="cleocoupledsdm"

if [ "${path2build}" == "" ]
then
Expand Down
2 changes: 1 addition & 1 deletion src/compile_run_cleocoupledsdm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
### ------------------ input parameters ---------------- ###
### ----- You need to edit these lines to specify ------ ###
### ------ (your environment and) directory paths ------ ###
executable="cleocoupledsdm"
path2CLEO=${HOME}/CLEO/
path2build=$1 # get from command line argument
executable="cleocoupledsdm"
configfile=${HOME}/CLEO/src/config/config.txt

if [ "${path2build}" == "" ]
Expand Down

0 comments on commit df2bc12

Please sign in to comment.