Skip to content
Snippets Groups Projects
Commit b3364361 authored by Ticlla Ccenhua Monica Roxana's avatar Ticlla Ccenhua Monica Roxana
Browse files

Upload slurm submission script for students to test sbatch

parent efdf6932
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
#SBATCH --job-name=slurm_test
#SBATCH --cpus-per-task=1
#SBATCH --mem-per-cpu=1G
touch $HOME/test.sh
echo "this is a test" >$HOME/test.sh
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment