Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DMML-Replikation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
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
Matthias Keck
DMML-Replikation
Commits
cf900c68
Commit
cf900c68
authored
3 weeks ago
by
Matthias Keck
Browse files
Options
Downloads
Patches
Plain Diff
Delete run.sh
parent
194ee2d8
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Benchmark_AttLayer/run.sh
+0
-14
0 additions, 14 deletions
Benchmark_AttLayer/run.sh
with
0 additions
and
14 deletions
Benchmark_AttLayer/run.sh
deleted
100644 → 0
+
0
−
14
View file @
194ee2d8
#!/bin/bash
#SBATCH --nodes=1 # Job läuft auf einem einzelnen Node
#SBATCH --ntasks=1 # Ein einzelner Task
#SBATCH --mem=64G # 4GB RAM anfordern
#SBATCH --gres=gpu:1 # Eine GPU anfordern
#SBATCH --cpus-per-task=8 # 4 CPU-Kerne anfordern
#SBATCH --time=04:00:00 # Maximale Laufzeit: 2 Stunden
# Kopiere das Python-Skript auf den Rechenknoten
sbcast benchmark.py /zpool1/slurm_data/anhnd/test.py
# Führe das Python-Skript mit absolutem Pfad aus und leite die Ausgabe ins Home-Verzeichnis um
srun python3.11 /zpool1/slurm_data/anhnd/test.py
>
~/projekt/matze/job_output_
${
SLURM_JOB_ID
}
.log 2>&1
#Lösche die .py-Datei nach der Berechnung, um Speicherplatz zu sparen
srun
rm
/zpool1/slurm_data/anhnd/test.py
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