#PBS -q debug
#PBS -l mppwidth=8192
#PBS -l walltime=00:30:00
#PBS -N Rop_combine_8192
#PBS -j oe

cd $PBS_O_WORKDIR
export MPICH_GNI_COLL_OPT_OFF=MPI_Alltoallv
IN1=/scratch2/scratchdirs/azad/spGEMM_matrices/cage15.mtx
IN2=/scratch2/scratchdirs/azad/spGEMM_matrices/circuit5M.mtx
IN3=/scratch2/scratchdirs/azad/spGEMM_matrices/delaunay_n24.mtx
IN4=/scratch2/scratchdirs/azad/spGEMM_matrices/dielFilterV3real.mtx
IN5=/scratch2/scratchdirs/azad/spGEMM_matrices/ldoor.mtx
IN6=/scratch2/scratchdirs/azad/spGEMM_matrices/HV15R.mtx
IN7=/scratch2/scratchdirs/azad/spGEMM_matrices/mouse_gene.mtx
IN8=/scratch2/scratchdirs/azad/spGEMM_matrices/it-2004.mtx

export OMP_NUM_THREADS=6
aprun -n 1352 -d 6 -N 4 -S 2 -cc depth ../../RestrictionOp 13 13 8 input $IN1
aprun -n 1352 -d 6 -N 4 -S 2 -cc depth ../../RestrictionOp 13 13 8 input $IN2
aprun -n 1352 -d 6 -N 4 -S 2 -cc depth ../../RestrictionOp 13 13 8 input $IN3
aprun -n 1352 -d 6 -N 4 -S 2 -cc depth ../../RestrictionOp 13 13 8 input $IN4
aprun -n 1352 -d 6 -N 4 -S 2 -cc depth ../../RestrictionOp 13 13 8 input $IN5
aprun -n 1352 -d 6 -N 4 -S 2 -cc depth ../../RestrictionOp 13 13 8 input $IN6
aprun -n 1352 -d 6 -N 4 -S 2 -cc depth ../../RestrictionOp 13 13 8 input $IN7
aprun -n 1352 -d 6 -N 4 -S 2 -cc depth ../../RestrictionOp 13 13 8 input $IN8
