[PVFS2-CVS] commit by robl in pvfs2-1/test/automated: testscrpt.sh

CVS commit program cvs at parl.clemson.edu
Mon Nov 28 12:07:51 EST 2005


Update of /projects/cvsroot/pvfs2-1/test/automated
In directory parlweb:/tmp/cvs-serv4262

Modified Files:
	testscrpt.sh 
Log Message:
there is now an "official" mpich2 snapshot repository


Index: testscrpt.sh
===================================================================
RCS file: /projects/cvsroot/pvfs2-1/test/automated/testscrpt.sh,v
diff -u -w -p -u -r1.45 -r1.46
--- testscrpt.sh	21 Nov 2005 20:50:39 -0000	1.45
+++ testscrpt.sh	28 Nov 2005 17:07:51 -0000	1.46
@@ -8,7 +8,7 @@
 #   - please don't cheat and run this as root: will not catch permissions bugs
 
 # modify these variables
-export PVFS2_DEST=/tmp/pvfs2-nightly
+export PVFS2_DEST=${HOME}/pvfs2-nightly
 export PVFS2_MOUNTPOINT=/pvfs2-nightly
 export EXTRA_TESTS=${HOME}/src/benchmarks
 
@@ -57,7 +57,7 @@ pull_and_build_mpich2 () {
 	[ -d ${PVFS2_DEST} ] || mkdir ${PVFS2_DEST}
 	cd ${PVFS2_DEST}
 	rm -rf mpich2-latest.tar.gz
-	wget --quiet 'http://www.mcs.anl.gov/~robl/mpich2/mpich2-latest.tar.gz' -O mpich2-latest.tar.gz
+	wget --quiet 'ftp://ftp.mcs.anl.gov/pub/mpi/misc/mpich2snap/mpich2-snap-*' -O mpich2-latest.tar.gz
 	rm -rf mpich2-snap-*
 	tar xzf mpich2-latest.tar.gz
 	cd mpich2-snap-*



More information about the PVFS2-CVS mailing list