Commit d2df0501 by Vinay Kumar

Update pv-job.sh

parent 48057b63
Showing with 3 additions and 2 deletions
#!/bin/bash
#SBATCH --job-name="paraview"
#SBATCH -p test,short,medium,long
#SBATCH -p serial-short
##SBATCH -p serial-long
##SBATCH -t 2-20:00:00
#SBATCH -N 1
#SBATCH -n 1
......@@ -11,6 +12,6 @@
echo "Working Directory = $(pwd)"
cd $SLURM_SUBMIT_DIR
export PROG="/home/vishnu.thulasiraman/comp_libs/paraview-5.11.2/bin/pvserver --force-offscreen-rendering --server-port=11211"
export PROG="/mnt/pfs/vinay.kumar/pv/bin/pvserver --force-offscreen-rendering --server-port=11211"
srun $PROG
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment