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
db23c8c8
Commit
db23c8c8
authored
4 years ago
by
Felix Kleinert
Browse files
Options
Downloads
Patches
Plain Diff
update boxes
parent
3ced1744
Branches
Branches containing commit
Tags
Tags containing commit
4 merge requests
!146
Develop
,
!145
Resolve "new release v0.12.0"
,
!140
Resolve "Failure on HPC installation"
,
!139
Draft: Resolve "KZ filter"
Pipeline
#46070
passed
4 years ago
Stage: test
Stage: docs
Stage: pages
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
HPC_setup/create_runscripts_HPC.sh
+3
-3
3 additions, 3 deletions
HPC_setup/create_runscripts_HPC.sh
with
3 additions
and
3 deletions
HPC_setup/create_runscripts_HPC.sh
+
3
−
3
View file @
db23c8c8
...
...
@@ -119,14 +119,14 @@ fi
echo
"###################################################################################"
echo
"# You have to run the the following command on a login node to download data: #"
echo
"#
\`
python run_HPC.py' #"
echo
"#
\`
python run_HPC.py' #"
echo
"# #"
echo
"# Please execute the following command to check if the setup went well: #"
if
[[
${
hpcsys
}
=
'juwels'
]]
;
then
echo
"#
\`
sbatch run_juwels_develgpus.bash'
#"
echo
"#
\`
sbatch run_juwels_develgpus.bash' #"
else
echo
"#
\`
sbatch run_hdfml_batch.bash'
#"
echo
"#
\`
sbatch run_hdfml_batch.bash' #"
fi
echo
"###################################################################################"
...
...
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