Skip to content

Commit

Permalink
added ms_read_column script for Titan
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonRuonanWang committed Aug 6, 2015
1 parent b1e5db9 commit 2757064
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
10 changes: 4 additions & 6 deletions benchmark/ms_read_column.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
#!/bin/bash
if [ "$JOBSCHEDULER" == "slurm" ]; then
aprun -B $SLURM_SUBMIT_DIR/ms_read_column $scratch/chiles_original.ms $scratch/chiles_adios.ms
fi

if [ "$JOBSCHEDULER" == "pbs" ]; then
mpirun ${PBS_O_WORKDIR}/ms_read_column $scratch/chiles_original.ms $scratch/chiles_adios.ms
if [ "$VENDOR" == "cray" ]; then
aprun -n1 -N1 $SLURM_SUBMIT_DIR/ms_read_column $DATADIR/chiles_original.ms $DATADIR/chiles_adios_agg.ms
else
mpirun ${PBS_O_WORKDIR}/ms_read_column $DATADIR/chiles_original.ms $DATADIR/chiles_adios_agg.ms
fi


Expand Down
11 changes: 11 additions & 0 deletions benchmark/ms_read_column.titan.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/bin/sh

for i in $(seq 1 1 10)
do
qsub -A $PROJECT_ID -l walltime=00:10:00,nodes=${i} ms_read_column.sh
done





0 comments on commit 2757064

Please sign in to comment.