-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from dmricciuto/cades-slurm
Changes for Slurm system on cades
- Loading branch information
Showing
4 changed files
with
13 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,12 +65,12 @@ setenv BLAS_LIBDIR /software/tools/spack/opt/spack/linux-x86_64/gcc-5.3.0/netlib | |
|
||
# CMake is required for building PIO | ||
#module load linux-x86_64/[email protected]%[email protected]+ncurses-sr4jjqc | ||
module load cmake/3.6.1 | ||
module load cmake/3.12.0 | ||
|
||
# for PFLOTRAN | ||
setenv PETSC_DIR $USER_SOFTWARES/petsc4pf/openmpi-1.10.2-gcc-5.3 | ||
setenv PETSC_ARCH arch-orcondo-openmpi-gcc53-debug | ||
|
||
#setenv PERL5LIB /software/user_tools/current/cades-ccsi/perl5/lib/perl5/ | ||
setenv PETSC_LIB ${PETSC_DIR}/lib | ||
|
||
#------------------------------------------------------------------------------- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters