Skip to content

Commit

Permalink
AL: Updated top_dir in installation scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
andrealani committed Jul 5, 2018
1 parent 4e4ab73 commit 101cfd4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tools/conf/Genius/install_COOLFluiD.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ module load PETSc/3.9.0-foss-2018a
module load ParMETIS/4.0.3-foss-2018a

export TOP_DIR="${VSC_DATA}"
export COOLFLUID_TOP_DIR="${TOP_DIR}/YOUR_COOLFluiD"
export COOLFLUID_TOP_DIR="${TOP_DIR}/COOLFluiD_Genius"
#download COOLFluiD
svn co https://github.com/andrealani/COOLFluiD/trunk ${COOLFLUID_TOP_DIR}

export COOLFLUID_BASEBUILD_DIR="${COOLFLUID_TOP_DIR}/OPENMPI"
export BUILD_MODE=optim
export BUILD_MODE=geniuscuda

cp ${COOLFLUID_TOP_DIR}/tools/conf/Genius/COOLFluid_Genius.conf ${TOP_DIR}
export COOLFLUID_CONF_FILE="${TOP_DIR}/COOLFluid_Genius.conf"
Expand Down
2 changes: 1 addition & 1 deletion tools/conf/VSC/install_COOLFluiD.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module load GSL/2.1-foss-2015a
module load METIS/5.1.0-foss-2015a

export TOP_DIR="${VSC_DATA}"
export COOLFLUID_TOP_DIR="${TOP_DIR}/YOUR_COOLFluiD"
export COOLFLUID_TOP_DIR="${TOP_DIR}/COOLFluiD_VSC"
#download COOLFluiD
svn co https://github.com/andrealani/COOLFluiD/trunk ${COOLFLUID_TOP_DIR}

Expand Down

0 comments on commit 101cfd4

Please sign in to comment.