diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-03-13 08:23:00 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-03-13 08:23:00 +0000 |
commit | 9a8eaa6ec1bce8ad6b3373337e0a6cf27b68a2df (patch) | |
tree | 22365a86211e0ad3b43982cd953ebc1caae0253c /sysutils/mpiexec | |
parent | 531fedaadc878eb3eb3b4981eb110ad636d75f49 (diff) | |
download | ports-9a8eaa6ec1bce8ad6b3373337e0a6cf27b68a2df.tar.gz ports-9a8eaa6ec1bce8ad6b3373337e0a6cf27b68a2df.zip |
Notes
Diffstat (limited to 'sysutils/mpiexec')
-rw-r--r-- | sysutils/mpiexec/Makefile | 2 | ||||
-rw-r--r-- | sysutils/mpiexec/distinfo | 1 | ||||
-rw-r--r-- | sysutils/mpiexec/pkg-descr | 2 |
3 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/mpiexec/Makefile b/sysutils/mpiexec/Makefile index 9ce7aacc32f1..84a90a02d13a 100644 --- a/sysutils/mpiexec/Makefile +++ b/sysutils/mpiexec/Makefile @@ -8,7 +8,7 @@ PORTNAME= mpiexec PORTVERSION= 0.83 CATEGORIES= sysutils parallel -MASTER_SITES= http://www.osc.edu/~pw/mpiexec/ +MASTER_SITES= http://www.osc.edu/~djohnson/mpiexec/ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org diff --git a/sysutils/mpiexec/distinfo b/sysutils/mpiexec/distinfo index 03fe7b394563..385ea2e161d2 100644 --- a/sysutils/mpiexec/distinfo +++ b/sysutils/mpiexec/distinfo @@ -1,3 +1,2 @@ -MD5 (mpiexec-0.83.tgz) = e4167f530265660e8f1fb54cf28da569 SHA256 (mpiexec-0.83.tgz) = 4485c6f5ced0889ea7fb88b49af001904348dee24a23cd85dd8402f606e2128d SIZE (mpiexec-0.83.tgz) = 207619 diff --git a/sysutils/mpiexec/pkg-descr b/sysutils/mpiexec/pkg-descr index b1bc6700df95..74e51c96c876 100644 --- a/sysutils/mpiexec/pkg-descr +++ b/sysutils/mpiexec/pkg-descr @@ -4,4 +4,4 @@ from within a PBS batch or interactive environment. Mpiexec uses the task manager library of PBS to spawn copies of the executable on the nodes in a PBS allocation. -WWW: http://www.osc.edu/~pw/mpiexec/index.php +WWW: http://www.osc.edu/~djohnson/mpiexec/index.php |