Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MLAir
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository 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
esde
machine-learning
MLAir
Commits
fd2d6d40
Commit
fd2d6d40
authored
4 years ago
by
Felix Kleinert
Browse files
Options
Downloads
Patches
Plain Diff
update setupHPC
parent
169b22ef
No related branches found
No related tags found
3 merge requests
!125
Release v0.10.0
,
!124
Update Master to new version v0.10.0
,
!97
Felix issue106 hpc modules for juwels
Pipeline
#35762
passed
4 years ago
Stage: test
Stage: pages
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
setupHPC_test.sh
+3
-1
3 additions, 1 deletion
setupHPC_test.sh
with
3 additions
and
1 deletion
setupHPC_test.sh
+
3
−
1
View file @
fd2d6d40
...
...
@@ -6,7 +6,7 @@ if [[ $HOSTNAME == *"juwels"* ]]; then
echo
"You are on juwels. Prepare env for juwels..."
hpcsys
=
"juwels"
elif
[[
$HOSTNAME
==
*
"hdfml"
*
]]
;
then
echo
"You are on hdfml. Prepareenv for hdfml..."
echo
"You are on hdfml. Prepare
env for hdfml..."
hpcsys
=
"hdfml"
else
echo
"Unknown hpc host
\`
$HOSTNAME
\`
. Script only works on juwels and hdfml."
...
...
@@ -14,7 +14,9 @@ else
exit
fi
echo
"execute: HPC_setup/setup_venv_
${
hpcsys
}
.sh
$basepath
/
$settingpath
"
source
HPC_setup/setup_venv_
${
hpcsys
}
.sh
$basepath
/
$settingpath
echo
"execute: HPC_setup/create_runscripts_HPC.sh
$hpcsys
$basepath
"
source
HPC_setup/create_runscripts_HPC.sh
$hpcsys
$basepath
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