#!/bin/bash

# Command options:
#SBATCH -J gneiss_20260210_35400_09_test
#SBATCH -o //dartfs-hpc/rc/lab/L/LynchK/public_html/Gemini3D/gneiss_20260210_35400_09_test/%j.log
#SBATCH -e //dartfs-hpc/rc/lab/L/LynchK/public_html/Gemini3D/gneiss_20260210_35400_09_test/%j.err
#SBATCH -A physics
#SBATCH --mail-type=END,FAIL
#SBATCH --time=120
#SBATCH --nodes=1
#SBATCH --ntasks-per-node=64



# Commands to run
cd /dartfs-hpc/rc/lab/L/LynchK/gemini_test/aurora_gemini
matlab -batch "\
setenv('GEMINI_ROOT','/dartfs-hpc/rc/lab/L/LynchK/gemini_test/gemini3d');\
addpath('/dartfs-hpc/rc/lab/L/LynchK/gemini_test/aurora_gemini');\
addpath('/dartfs-hpc/rc/lab/L/LynchK/gemini_test/mat_gemini');\
addpath('/dartfs-hpc/rc/lab/L/LynchK/gemini_test/mat_gemini-scripts');\
aurogem.sim.process('//dartfs-hpc/rc/lab/L/LynchK/public_html/Gemini3D/gneiss_20260210_35400_09_test');\
exit\
"
