Skip to content
Snippets Groups Projects

[Flow-v1.3] API change and improved scripts

Merged Boman Romain requested to merge adrien into master
1 file
+ 16
0
Compare changes
  • Side-by-side
  • Inline
+ 16
0
#!/bin/bash
# SLURM script for WAVES ctest
#SBATCH --job-name=waves
#SBATCH --mail-user=boman
#SBATCH --mail-type=ALL
# Ressources needed...
#SBATCH --partition=defq
#SBATCH --ntasks=1
#SBATCH --cpus-per-task=12
#SBATCH --time=0-1:00:00
#SBATCH --mem=10000
. /home/boman/.bash_profile fabulous
cd build
pwd
echo "running ctest..."
srun ctest -j 12
Loading