***
Wartungsfenster jeden ersten Mittwoch vormittag im Monat
***
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
Example Job Scripts
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ASC Public
Job Scripts
Example Job Scripts
Merge requests
!3
improve example scripts
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
improve example scripts
add_a40x2_spack_and_timelimit
into
main
Overview
0
Commits
2
Changes
34
Open
Muck, Katrin
requested to merge
add_a40x2_spack_and_timelimit
into
main
5 months ago
Overview
0
Commits
2
Changes
34
Expand
added spack env info output
examples for a40x2 partition; also added cuda-zen env activation
add time limits in general
moved python framework examples to lower numbers
also added module purge statements when modules are used
Edited
5 months ago
by
Muck, Katrin
0
0
Merge request reports
Compare
main
version 1
1589f815
5 months ago
main (HEAD)
and
latest version
latest version
1d548926
2 commits,
5 months ago
version 1
1589f815
1 commit,
5 months ago
34 files
+
214
−
14
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
34
Search (e.g. *.vue) (Ctrl+P)
02-skylake_0096-single-node/01-single-node-single-prog.sh
+
1
−
0
Options
@@ -24,6 +24,7 @@
#SBATCH --nodes=1
#SBATCH --partition=skylake_0096
#SBATCH --qos=skylake_0096
#SBATCH --time=00:05:00 # set low time limit for testing
../util/print_job_info.sh
Loading