Gitlab Community Edition Instance
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
deep-learning-with-gpu-cores
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
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
AG-Compute-public
deep-learning-with-gpu-cores
Commits
ab56af0b
Commit
ab56af0b
authored
7 months ago
by
Hauke Kirchner
Browse files
Options
Downloads
Patches
Plain Diff
removed mail definition in sbtach script to send mail to default mailadress
parent
fdf41658
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
code/submit_test.sh
+0
-1
0 additions, 1 deletion
code/submit_test.sh
code/submit_train.sh
+0
-1
0 additions, 1 deletion
code/submit_train.sh
with
0 additions
and
2 deletions
code/submit_test.sh
+
0
−
1
View file @
ab56af0b
...
...
@@ -7,7 +7,6 @@
#SBATCH --ntasks=1 # total number of tasks
#SBATCH --cpus-per-task 4 # number of CPU cores per task
#SBATCH --mail-type=all # send mail when job begins and ends
#SBATCH --mail-user=username@gwdg.de # TODO: change this to your mailaddress!
#SBATCH --output=./slurm_files/slurm-%x-%j.out # where to write output, %x give job name, %j names job id
#SBATCH --error=./slurm_files/slurm-%x-%j.err # where to write slurm error
...
...
This diff is collapsed.
Click to expand it.
code/submit_train.sh
+
0
−
1
View file @
ab56af0b
...
...
@@ -7,7 +7,6 @@
#SBATCH --ntasks=1 # total number of tasks
#SBATCH --cpus-per-task 4 # number of CPU cores per task
#SBATCH --mail-type=all # send mail when job begins and ends
#SBATCH --mail-user=username@gwdg.de # TODO: change this to your mailaddress!
#SBATCH --output=./slurm_files/slurm-%x-%j.out # where to write output, %x give job name, %j names job id
#SBATCH --error=./slurm_files/slurm-%x-%j.err # where to write slurm error
...
...
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