Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Podhorszki, Norbert
ADIOS2
Commits
84edc161
Commit
84edc161
authored
Dec 29, 2017
by
Atkins, Charles Vernon
Browse files
Use static cray builds
parent
6b71b18c
Changes
3
Hide whitespace changes
Inline
Side-by-side
scripts/dashboard/nightly/cori-cray-mpich.cmake
View file @
84edc161
...
...
@@ -25,7 +25,6 @@ module(load git)
set
(
ENV{CC} cc
)
set
(
ENV{CXX} CC
)
set
(
ENV{FC} ftn
)
set
(
ENV{CRAYPE_LINK_TYPE} dynamic
)
set
(
dashboard_cache
"
#ADIOS2_USE_ADIOS1:STRING=ON
...
...
@@ -34,7 +33,7 @@ ADIOS2_USE_DataMan:STRING=ON
ADIOS2_USE_Fortran:STRING=ON
ADIOS2_USE_HDF5:STRING=ON
ADIOS2_USE_MPI:STRING=ON
ADIOS2_USE_Python:STRING=ON
#
ADIOS2_USE_Python:STRING=ON
#ADIOS2_USE_ZFP:STRING=ON
#ADIOS2_USE_ZeroMQ:STRING=ON
...
...
scripts/dashboard/nightly/cori-gcc-mpich.cmake
View file @
84edc161
...
...
@@ -24,7 +24,6 @@ module(load git)
set
(
ENV{CC} cc
)
set
(
ENV{CXX} CC
)
set
(
ENV{FC} ftn
)
set
(
ENV{CRAYPE_LINK_TYPE} dynamic
)
set
(
dashboard_cache
"
#ADIOS2_USE_ADIOS1:STRING=ON
...
...
@@ -33,7 +32,7 @@ ADIOS2_USE_DataMan:STRING=ON
ADIOS2_USE_Fortran:STRING=ON
ADIOS2_USE_HDF5:STRING=ON
ADIOS2_USE_MPI:STRING=ON
ADIOS2_USE_Python:STRING=ON
#
ADIOS2_USE_Python:STRING=ON
#ADIOS2_USE_ZFP:STRING=ON
#ADIOS2_USE_ZeroMQ:STRING=ON
...
...
scripts/dashboard/nightly/cori-intel-mpich.cmake
View file @
84edc161
...
...
@@ -24,7 +24,6 @@ module(load git)
set
(
ENV{CC} cc
)
set
(
ENV{CXX} CC
)
set
(
ENV{FC} ftn
)
set
(
ENV{CRAYPE_LINK_TYPE} dynamic
)
set
(
dashboard_cache
"
#ADIOS2_USE_ADIOS1:STRING=ON
...
...
@@ -33,7 +32,7 @@ ADIOS2_USE_DataMan:STRING=ON
ADIOS2_USE_Fortran:STRING=ON
ADIOS2_USE_HDF5:STRING=ON
ADIOS2_USE_MPI:STRING=ON
ADIOS2_USE_Python:STRING=ON
#
ADIOS2_USE_Python:STRING=ON
#ADIOS2_USE_ZFP:STRING=ON
#ADIOS2_USE_ZeroMQ:STRING=ON
...
...
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