Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
single_job_step_sequential.sh 383 B
#! /bin/bash
#SBATCH --job-name=sequential_single_job_step
#SBATCH --time=00:02:00
#SBATCH --ntasks=1
#SBATCH --cpus-per-task=1
#SBATCH --mem-per-cpu=50MB
#SBATCH --output=sequential_single_job_step.log

# Loading Python into the environment
module load python/anaconda3-2024.02-3.11.7

# Start job stage
srun python sequential_task.py ../data/data_1.txt output_output_sequential.csv