Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sds
ssg
Commits
9b04f153
Commit
9b04f153
authored
Feb 11, 2018
by
Philip Carns
Browse files
use hugepages in dynamic build too
parent
b88eafba
Changes
2
Hide whitespace changes
Inline
Side-by-side
tests/perf-regression/theta/margo-regression.qsub
View file @
9b04f153
...
@@ -9,6 +9,8 @@
...
@@ -9,6 +9,8 @@
# XXX xalt module currently eating '-M' flag for mercury-runner...disabling for now
# XXX xalt module currently eating '-M' flag for mercury-runner...disabling for now
module unload xalt
module unload xalt
module load craype-hugepages2M
# NOTE: needed as of January 2018 to avoid conflicts between MPI and
# NOTE: needed as of January 2018 to avoid conflicts between MPI and
# libfabric GNI provider
# libfabric GNI provider
# NOTE: doing this with -e option to aprun
# NOTE: doing this with -e option to aprun
...
...
tests/perf-regression/theta/run-regression.sh
View file @
9b04f153
...
@@ -14,6 +14,7 @@ JOBDIR=~/tmp/mochi-regression-job-$$
...
@@ -14,6 +14,7 @@ JOBDIR=~/tmp/mochi-regression-job-$$
# gcc
# gcc
module swap PrgEnv-intel PrgEnv-gnu
module swap PrgEnv-intel PrgEnv-gnu
module load boost/gnu
module load boost/gnu
module load craype-hugepages2M
# need newer cmake
# need newer cmake
module load cmake
module load cmake
...
...
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