Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
sds-tests
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sds
sds-tests
Commits
4a072bed
Commit
4a072bed
authored
Jan 10, 2019
by
Philip Carns
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
still trying to fix lib paths in regression test
parent
cca25159
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
perf-regression/theta/bake-regression.qsub
perf-regression/theta/bake-regression.qsub
+8
-1
No files found.
perf-regression/theta/bake-regression.qsub
View file @
4a072bed
...
...
@@ -16,6 +16,11 @@ get_pmdk_lib_path() {
module show
`
spack module tcl find pmem
`
|&grep LIBRARY_PATH |
awk
'{print $3}'
}
get_remi_lib_path
()
{
module show
`
spack module tcl find remi
`
|&grep LIBRARY_PATH |
awk
'{print $3}'
}
module swap PrgEnv-intel PrgEnv-gnu
module load cce
...
...
@@ -29,9 +34,11 @@ 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 a
pparently
# ditto for pmdk a
nd apparently?
LIB_PATH_HACK
=
$(
get_pmdk_lib_path
)
export
LD_LIBRARY_PATH
=
"
$LIB_PATH_HACK
:
$LD_LIBRARY_PATH
"
LIB_PATH_HACK
=
$(
get_remi_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