1
0
mirror of https://gitlab.com/scemama/qp_plugins_scemama.git synced 2024-06-02 03:15:25 +02:00
qp_plugins_scemama/devel/svdwf/SVD.slurm
Abdallah Ammar 7a031b3356 post QMC py
2021-07-31 14:07:03 +02:00

25 lines
479 B
Bash

#!/bin/bash
#
#SBATCH --job-name=SLURM_h2o_631g_SVD
#SBATCH --output=SLURM_h2o_631g_SVD.out
#
#SBATCH --mail-type=ALL
#SBATCH --mail-user=aammar@irsamc.ups-tlse.fr
#
#SBATCH -N 1
#SBATCH -n 1
#SBATCH -c 4
#SBATCH -t 0:10:00
##SBATCH --exclusive
#
#
srun hostname
echo "Running on `hostname`"
#
echo "Kicking off $SLURM_NPROCS compute servers on $SLURM_NNODES nodes"
echo "Nodes are\n `scontrol show hostname`"
#
~/qp2/bin/qpsh
qp_run Evar_TruncSVD h2o_631g >> h2o_631g_SVD.out
#