Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ExaStencils
exastencils-release
Commits
efcda7b5
Commit
efcda7b5
authored
May 11, 2022
by
Richard Angersbach
Browse files
Update ubuntu-20.04-openjdk-11.Dockerfile
parent
69c0db1b
Changes
1
Hide whitespace changes
Inline
Side-by-side
dockerfiles/ubuntu-20.04-openjdk-11.Dockerfile
View file @
efcda7b5
...
...
@@ -31,4 +31,7 @@ RUN \
export
PATH
=
"/usr/local/likwid/bin/:
${
PATH
}
"
&&
\
export
PATH
=
"/usr/local/likwid/sbin/:
${
PATH
}
"
&&
\
export
LIKWID_INCLUDE
=
"-I/usr/local/likwid/include"
&&
\
export
LIKWID_LIB
=
"-L/usr/local/likwid/lib"
export
LIKWID_LIB
=
"-L/usr/local/likwid/lib"
&&
\
echo
$PATH
&&
\
echo
$LIKWID_INCLUDE
&&
\
echo
$LIKWID_LIB
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