[PVFS2-CVS] commit by robl in pvfs2-1/test/automated/mpiio-tests.d: functions ior-mpiio mpi-io-test noncontig

CVS commit program cvs at parl.clemson.edu
Fri Jul 22 12:33:47 EDT 2005


Update of /projects/cvsroot/pvfs2-1/test/automated/mpiio-tests.d
In directory parlweb:/tmp/cvs-serv22039

Modified Files:
	functions ior-mpiio mpi-io-test noncontig 
Log Message:
move the "submit to shared queue" into common code


Index: functions
===================================================================
RCS file: /projects/cvsroot/pvfs2-1/test/automated/mpiio-tests.d/functions,v
diff -u -w -p -u -r1.1 -r1.2
--- functions	12 Jul 2005 22:53:34 -0000	1.1
+++ functions	22 Jul 2005 15:33:47 -0000	1.2
@@ -14,6 +14,7 @@ make_pbs_script() {
 #PBS -l walltime=0:30:0
 #PBS -l nodes=8
 #PBS -j oe
+#PBS -q shared
 
 nprocs=4
 

Index: ior-mpiio
===================================================================
RCS file: /projects/cvsroot/pvfs2-1/test/automated/mpiio-tests.d/ior-mpiio,v
diff -u -w -p -u -r1.4 -r1.5
--- ior-mpiio	22 Jul 2005 15:27:05 -0000	1.4
+++ ior-mpiio	22 Jul 2005 15:33:47 -0000	1.5
@@ -25,7 +25,7 @@ if [ -f $PAV_CONFIG ] ; then 
 	make_pbs_script ${IOR} -a MPIIO -o pvfs2:\${MOUNTPOINT}/iortest > $pbs_script
 
 	# submit it
-	job_id=$(qsub -N ior -q shared $pbs_script | cut -d . -f1)
+	job_id=$(qsub -N ior $pbs_script | cut -d . -f1)
 
 	# wait patently for it to complete
 	block_until_done $job_id

Index: mpi-io-test
===================================================================
RCS file: /projects/cvsroot/pvfs2-1/test/automated/mpiio-tests.d/mpi-io-test,v
diff -u -w -p -u -r1.10 -r1.11
--- mpi-io-test	12 Jul 2005 22:53:34 -0000	1.10
+++ mpi-io-test	22 Jul 2005 15:33:47 -0000	1.11
@@ -25,7 +25,7 @@ if [ -f $PAV_CONFIG ] ; then 
 	make_pbs_script ${MPI_IO_TEST} -f pvfs2:\${MOUNTPOINT}/file1 -b $((1024*1024*32)) -y > $pbs_script
 
 	# submit it
-	job_id=$(qsub -N mpiiotest -q shared $pbs_script | cut -d . -f1)
+	job_id=$(qsub -N mpiiotest $pbs_script | cut -d . -f1)
 
 	# wait patently for it to complete
 	block_until_done $job_id

Index: noncontig
===================================================================
RCS file: /projects/cvsroot/pvfs2-1/test/automated/mpiio-tests.d/noncontig,v
diff -u -w -p -u -r1.3 -r1.4
--- noncontig	12 Jul 2005 22:53:34 -0000	1.3
+++ noncontig	22 Jul 2005 15:33:47 -0000	1.4
@@ -29,7 +29,7 @@ if [ -f $PAV_CONFIG ] ; then 
 		-veccount 1 -timing -all -loops 1 > $pbs_script
 
 	# submit it
-	job_id=$(qsub -N noncontig -q shared $pbs_script | cut -d . -f1)
+	job_id=$(qsub -N noncontig $pbs_script | cut -d . -f1)
 
 	if [ $? -ne 0 ] ; then
 		exit 1



More information about the PVFS2-CVS mailing list