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
8cfcbb0c
Commit
8cfcbb0c
authored
5 years ago
by
Felix Kleinert
Browse files
Options
Downloads
Patches
Plain Diff
update logging
parent
caf5687f
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
#35719
passed
5 years ago
Stage: test
Stage: pages
Stage: deploy
Changes
1
Pipelines
1
Show 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 @
8cfcbb0c
...
@@ -59,7 +59,7 @@ fi
...
@@ -59,7 +59,7 @@ fi
# create HPC_logging dir
# create HPC_logging dir
hpclogging
=
"/HPC_logging/"
hpclogging
=
"/HPC_logging/"
mkdir
-p
${
cur
}${
}
hpclogging
}
mkdir
-p
${
cur
}${
hpclogging
}
# ordering for looping:
# ordering for looping:
...
@@ -124,8 +124,8 @@ echo
...
@@ -124,8 +124,8 @@ echo
echo
"Please execute the following command to check if the setup went well:"
echo
"Please execute the following command to check if the setup went well:"
if
[[
${
hpcsys
}
=
'juwels'
]]
;
then
if
[[
${
hpcsys
}
=
'juwels'
]]
;
then
echo
"
\`
sbatch run_
${
hpcsys
}
_develgpus.bash'"
echo
"
\`
sbatch run_
juwels
_develgpus.bash'"
else
else
echo
"
\`
sbatch run_
${
hpcsys
}
_batch.bash'"
echo
"
\`
sbatch run_
hdfml
_batch.bash'"
fi
fi
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