Skip to content

Instantly share code, notes, and snippets.

@cfbastarz
Created November 28, 2023 16:07
Show Gist options
  • Save cfbastarz/558ad5704c58f0dabb4bc38a21850fd0 to your computer and use it in GitHub Desktop.
Save cfbastarz/558ad5704c58f0dabb4bc38a21850fd0 to your computer and use it in GitHub Desktop.
Script de submissão para o BAM na egeon
#! /bin/bash -x
#SBATCH --output=/mnt/beegfs/carlos.bastarz/oensMB09/model/exec_SMT2020052600.NMC/setout/Out.model.2020052600.MPI64.out
#SBATCH --error=/mnt/beegfs/carlos.bastarz/oensMB09/model/exec_SMT2020052600.NMC/setout/Out.model.2020052600.MPI64.err
#SBATCH --time=04:00:00
#SBATCH --tasks-per-node=64
#SBATCH --nodes=1
#SBATCH --job-name=BAMNMC
#SBATCH --partition=PESQ1
ulimit -s unlimited
ulimit -c unlimited
export EXECFILEPATH=/mnt/beegfs/carlos.bastarz/oensMB09/model/exec_SMT2020052600.NMC
cd ${EXECFILEPATH}
date
module load singularity ; singularity exec -e --bind /mnt/beegfs/carlos.bastarz:/mnt/beegfs/carlos.bastarz /mnt/beegfs/carlos.bastarz/containers/oensMB09_BAM_V1.2.1_TQ0126L042_Env_XC50-Ubuntu-18.04_gcc-4.8.5_mpich-3.3_cmake-3.25.2_new-libs.sif mpirun -np 64 /usr/local/bin
date
touch ${EXECFILEPATH}/monitor.t
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment