#!/bin/bash -l #SBATCH --job-name=hello_python #SBATCH --output=slurm.out #SBATCH --error=slurm.err #SBATCH --partition=develop module load python/2.7.2 ./hello.py