#!/bin/bash #SBATCH --job-name=CREST-kanger #SBATCH --mem-per-cpu=1GB #SBATCH --nodes=1 #SBATCH --ntasks=1 #SBATCH --cpus-per-task=24 #SBATCH -t 1-00:00:00 #SBATCH --partition=common module load green/all module load xtb-crest #Run calculations crest struc.xyz -gfn2 -T 24 > struc.out