[mpich2-commits] r4011 - mpich2/trunk/maint

balaji at mcs.anl.gov balaji at mcs.anl.gov
Wed Mar 11 12:44:00 CDT 2009


Author: balaji
Date: 2009-03-11 12:44:00 -0500 (Wed, 11 Mar 2009)
New Revision: 4011

Modified:
   mpich2/trunk/maint/release.pl
Log:
Enable MX netmod in the release tarballs.

Modified: mpich2/trunk/maint/release.pl
===================================================================
--- mpich2/trunk/maint/release.pl	2009-03-11 15:54:16 UTC (rev 4010)
+++ mpich2/trunk/maint/release.pl	2009-03-11 17:44:00 UTC (rev 4011)
@@ -80,7 +80,7 @@
     run_cmd("rm -rf src/mpid/globus doc/notes src/pm/mpd/Zeroconf.py src/pmi/simple2");
 
     chdir("${root}/mpich2-${version}/src/mpid/ch3/channels/nemesis/nemesis/netmod");
-    my @nem_modules = qw(elan mx ib psm);
+    my @nem_modules = qw(elan ib psm);
     run_cmd("rm -rf ".join(' ', map({$_ . "/*"} @nem_modules)));
     for my $module (@nem_modules) {
 	# system to avoid problems with shell redirect in run_cmd



More information about the mpich2-commits mailing list