#!/bin/bash ## Request name #MSUB -r build_testing #MSUB -q standard #MSUB -A gen7548 #MSUB -x ## Number of tasks (=MPI processes) to use #MSUB -n 1 ## Elapsed time limit in seconds #MSUB -T 1200 ## Quality of Service required (long [3 days], normal [1 day], test [30 min]) #MSUB -Q test export OMP_NUM_THREADS=1 cd ${BRIDGE_MSUB_PWD} time ./build.sh > logs/build.sh.log