Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
sds-tests
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sds
sds-tests
Commits
a9f230f2
Commit
a9f230f2
authored
Jan 10, 2019
by
Philip Carns
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
trying to fix theta builds with pmdk
parent
96c29345
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
bake-regression.qsub
perf-regression/theta/bake-regression.qsub
+7
-0
No files found.
perf-regression/theta/bake-regression.qsub
View file @
a9f230f2
...
...
@@ -12,6 +12,10 @@ get_mercury_lib_path() {
module show
`
spack module tcl find mercury
`
|&grep LIBRARY_PATH |
awk
'{print $3}'
}
get_pmdk_lib_path
()
{
module show
`
spack module tcl find pmem
`
|&grep LIBRARY_PATH |
awk
'{print $3}'
}
module swap PrgEnv-intel PrgEnv-gnu
module load cce
...
...
@@ -24,6 +28,9 @@ module list
# test programs. Not sure why. This hack manually adds the correct path to LD_LIBRARY_PATH.
LIB_PATH_HACK
=
$(
get_mercury_lib_path
)
export
LD_LIBRARY_PATH
=
"
$LIB_PATH_HACK
:
$LD_LIBRARY_PATH
"
# ditto for pmdk apparently
LIB_PATH_HACK
=
$(
get_pmdk_lib_path
)
export
LD_LIBRARY_PATH
=
"
$LIB_PATH_HACK
:
$LD_LIBRARY_PATH
"
echo
LD_LIBRARY_PATH:
$LD_LIBRARY_PATH
#ldd ./margo-p2p-latency
...
...
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