Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Pmodules
buildblocks
Commits
76d98ba4
Commit
76d98ba4
authored
Mar 12, 2015
by
gsell
Browse files
config/Pmodules.conf: family configuration added to conf file
parent
6a9df725
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
+12
-0
config/Pmodules.conf
config/Pmodules.conf
+11
-0
lib/libem.bash
lib/libem.bash
+1
-0
No files found.
config/Pmodules.conf
View file @
76d98ba4
...
...
@@ -4,3 +4,14 @@ declare -x MODULES_VERSION=3.2.10
declare
-
a
COMPILER_VERSIONS
=(
'gcc/4.7.4'
'gcc/4.8.3'
'gcc/4.8.4'
'gcc/4.9.2'
)
declare
-
a
MPI_VERSIONS
=(
'openmpi/1.6.5'
'openmpi/1.8.2'
'openmpi/1.8.4'
)
declare
-
a
HDF5_VERSIONS
=(
'hdf5/1.8.12'
'hdf5/1.8.14'
)
declare
COMPILER
=
'gcc'
declare
COMPILER_VERSION
=
'4.8.4'
declare
GCC_VERSION
=
"${COMPILER_VERSION}"
declare
MPI
=
'openmpi'
declare
MPI_VERSION
=
'1.8.4'
declare
OPENMPI_VERSION
=
"${MPI_VERSION}"
declare
HDF5
=
'hdf5/1.8.12'
declare
HDF5_serial
=
'hdf5_serial/1.8.12'
lib/libem.bash
View file @
76d98ba4
...
...
@@ -34,6 +34,7 @@ fi
#for f in "${BUILD_CONFIGDIR}/families.d/"*.conf; do
# source "${f}"
#done
source
"
${
BUILD_CONFIGDIR
}
/Pmodules.conf"
declare
-x
PREFIX
=
''
declare
-x
DOCDIR
=
''
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment