Skip to content
Permalink
4a1e51afb0
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
14 lines (11 sloc) 273 Bytes
#!/bin/sh -l
#FILENAME: job_submit.sub
#SBATCH -A <queue_name>
#SBATCH --nodes=1
#SBATCH --ntasks-per-node=1
#SBATCH --cpus-per-task=1
#SBATCH --time=120:00:00
#SBATCH --job-name squeeze_flow
cd $SLURM_SUBMIT_DIR
echo $SLURM_SUBMIT_DIR
srun ./mfixsolver &> output_mfix