Skip to content

Commit

Permalink
rename cpu sbatch script
Browse files Browse the repository at this point in the history
  • Loading branch information
Axel-Jacobsen committed Apr 17, 2024
1 parent 4c4c932 commit 485b86b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
18 changes: 0 additions & 18 deletions lfm_data_utilities/thumbnail_labelling/subm.sh

This file was deleted.

18 changes: 18 additions & 0 deletions lfm_data_utilities/thumbnail_labelling/submit_cmd.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
#!/bin/bash

#SBATCH --job-name=MalariaLabelling
#SBATCH --time=16:00:00
#SBATCH --ntasks=1
#SBATCH --nodes=1
#SBATCH --cpus-per-task=32
#SBATCH --output=./slurm-outputs/%j.out

env | grep "^SLURM" | sort

nvcc --version

nvidia-smi

echo "$@"

conda run "$@"

0 comments on commit 485b86b

Please sign in to comment.