[SCM] mpich.git branch, master, updated. debian/1.4.1-4-28-g077eb9b

Anton Gladky gladky.anton at gmail.com
Tue Jun 18 20:02:18 UTC 2013


The following commit has been merged in the master branch:
commit 077eb9b60010862c093ff0a473481c01209865ae
Author: Anton Gladky <gladky.anton at gmail.com>
Date:   Tue Jun 18 21:57:48 2013 +0200

    Remove custom tests.

diff --git a/debian/run-tests.bash b/debian/run-tests.bash
deleted file mode 100755
index 5e33bdd..0000000
--- a/debian/run-tests.bash
+++ /dev/null
@@ -1,24 +0,0 @@
-#!/bin/bash
-
-set -x
-set -e
-
-# Disabled on 2011-12-19, after mail from Pavan Balaji:
-# > 4. The run-tests.bash script seems to exit if run as root. Does this
-# > have to do something with MPD's problems with running as root as
-# > well? The current MPICH2 doesn't distinguish root vs. non-root
-# > users, so it should not have any such problem.
-# if [ $(id -u) -eq 0 ]; then
-#  echo "Building as root, cant run test suite"
-#  exit 0
-# fi
-
-chmod a+x src/env/{mpicc,mpicxx,mpif77,mpif90,*.sh,parkill}
-ln -sf "$(pwd)"/src/env bin
-export CFLAGS="-I$(pwd)/src/include"
-export LD_LIBRARY_PATH="$(pwd)/lib/.libs":"$(pwd)/src/openpa/src/.libs":"$(pwd)/src/mpl/.libs"
-export MPIEXEC="$(pwd)/src/pm/hydra/mpiexec.hydra"
-export LDFLAGS="-L$(pwd)/lib/.libs -L$(pwd)/src/openpa/src/.libs -L$(pwd)/src/mpl/.libs"
-cd test/mpi
-./configure --with-mpi="$(pwd)"/../../
-RUNTESTS_VERBOSE=1 make testing || true

-- 
mpich.git



More information about the debian-science-commits mailing list