Skip to content

Commit

Permalink
ESP/119 and mpt_2.23
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Park authored and Mike Park committed Jul 23, 2021
1 parent 82bfc2b commit 526cf61
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
12 changes: 6 additions & 6 deletions acceptance/boot-modules.sh
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@

module use --append /u/shared/fun3d/fun3d_users/modulefiles

module load mpt-2.19
module load mpt-2.23

module load gcc_6.2.0
module load ESP/119-beta.2021.03.05.1211
module load ESP/119
module load tetgen

export module_path="/u/shared/fun3d/fun3d_users/modules"

export mpi_path="/opt/hpe/hpc/mpt/mpt-2.19"
export mpi_path="/opt/hpe/hpc/mpt/mpt-2.23"

export parmetis_path="${module_path}/ParMETIS/4.0.3-mpt-2.17r14-gcc_6.2.0"
export parmetis_path="${module_path}/ParMETIS/4.0.3-mpt-2.23-gcc_6.2.0"

export egads_path="${module_path}/ESP/119-beta.2021.03.05.1211/EngSketchPad"
export opencascade_path="${module_path}/ESP/119-beta.2021.03.05.1211/OpenCASCADE-7.3.1"
export egads_path="${module_path}/ESP/119/EngSketchPad"
export opencascade_path="${module_path}/ESP/119/OpenCASCADE-7.3.1"

14 changes: 7 additions & 7 deletions acceptance/pro-modules.sh
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@

module load intel_2018.3.222
module load mpt-2.19
module load mpt-2.23

export mpi_path="/opt/hpe/hpc/mpt/mpt-2.19"
export mpi_path="/opt/hpe/hpc/mpt/mpt-2.23"

export module_path="/u/shared/fun3d/fun3d_users/modules"

export parmetis32_path="${module_path}/ParMETIS/4.0.3-mpt-2.19-intel_2018.3.222"
export parmetis64_path="${module_path}/ParMETIS-64/4.0.3-mpt-2.19-intel_2018.3.222"
export zoltan_path="${module_path}/Zoltan/3.82-mpt-2.19-intel_2018.3.222"
export parmetis32_path="${module_path}/ParMETIS/4.0.3-mpt-2.23-intel_2018.3.222"
export parmetis64_path="${module_path}/ParMETIS-64/4.0.3-mpt-2.23-intel_2018.3.222"
export zoltan_path="${module_path}/Zoltan/3.82-mpt-2.23-intel_2018.3.222"

export egads_path="${module_path}/ESP/119-beta.2020.09.29.1106/EngSketchPad"
export opencascade_path="${module_path}/ESP/119-beta.2020.09.29.1106/OpenCASCADE-7.3.1"
export egads_path="${module_path}/ESP/119/EngSketchPad"
export opencascade_path="${module_path}/ESP/119/OpenCASCADE-7.3.1"

4 changes: 2 additions & 2 deletions acceptance/ref-modules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ export mpi_path="/usr/local/pkgs-modules/openmpi_2.1.1_intel_2017"
export parmetis_path="${module_path}/ParMETIS/4.0.3-openmpi-2.1.1-intel_2017.2.174"
export zoltan_path="${module_path}/Zoltan/3.82-openmpi-1.10.7-intel_2017.2.174"

export egads_path="${module_path}/ESP/119-beta.2021.05.05.1543/EngSketchPad"
export opencascade_path="${module_path}/ESP/119-beta.2021.05.05.1543/OpenCASCADE-7.3.1"
export egads_path="${module_path}/ESP/119/EngSketchPad"
export opencascade_path="${module_path}/ESP/119/OpenCASCADE-7.3.1"

10 changes: 5 additions & 5 deletions acceptance/s2s-modules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ module use --append /u/shared/fun3d/fun3d_users/test_modulefiles

module load --auto FUN3D_INTG
module load gcc_6.2.0
module load ESP/119-beta.2021.03.05.1211
module load ESP/119
module load tetgen

export module_path="/u/shared/fun3d/fun3d_users/modules"

export mpi_path="/opt/hpe/hpc/mpt/mpt-2.19"
export mpi_path="/opt/hpe/hpc/mpt/mpt-2.23"

export parmetis_path="${module_path}/ParMETIS/4.0.3-mpt-2.17r14-gcc_6.2.0"
export parmetis_path="${module_path}/ParMETIS/4.0.3-mpt-2.23-gcc_6.2.0"

export egads_path="${module_path}/ESP/119-beta.2021.03.05.1211/EngSketchPad"
export opencascade_path="${module_path}/ESP/119-beta.2021.03.05.1211/OpenCASCADE-7.3.1"
export egads_path="${module_path}/ESP/119/EngSketchPad"
export opencascade_path="${module_path}/ESP/119/OpenCASCADE-7.3.1"

0 comments on commit 526cf61

Please sign in to comment.