Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
spack-environments
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Monitor
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MPSD Computational Science
spack-environments
Commits
9c510ae2
Commit
9c510ae2
authored
2 years ago
by
Ashwin Kumar Karnad
Browse files
Options
Downloads
Patches
Plain Diff
add number of threads and tasks
parent
e2ebab40
Branches
Branches containing commit
No related tags found
1 merge request
!30
Resolve "[Docker] mpiexec not set"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+2
-0
2 additions, 0 deletions
Dockerfile
with
2 additions
and
0 deletions
Dockerfile
+
2
−
0
View file @
9c510ae2
...
@@ -81,6 +81,8 @@ RUN /bin/bash /home/user/spack-environments/spack_setup.sh -b ${toolchain}
...
@@ -81,6 +81,8 @@ RUN /bin/bash /home/user/spack-environments/spack_setup.sh -b ${toolchain}
# If the toolchain variable is 'global' then exit(0) and do nothing else clone octopus, load toolchains and make and test octopus
# If the toolchain variable is 'global' then exit(0) and do nothing else clone octopus, load toolchains and make and test octopus
ENV
MODULEPATH=/home/user/spack-environments/lmod/Core:/etc/lmod/modules:/usr/share/lmod/lmod/modulefiles
ENV
MODULEPATH=/home/user/spack-environments/lmod/Core:/etc/lmod/modules:/usr/share/lmod/lmod/modulefiles
ENV
MPIEXEC=orterun
ENV
MPIEXEC=orterun
ENV
OMP_NUM_THREADS=2
ENV
OCT_TEST_NJOBS=4
RUN if
[
"
${
toolchain
}
"
=
"global"
]
;
\
RUN if
[
"
${
toolchain
}
"
=
"global"
]
;
\
then
exit
0
;
\
then
exit
0
;
\
else
\
else
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment