[MOAB-dev] r4497 - in MOAB/branches/Version4.0: . tools/mbzoltan
kraftche at cae.wisc.edu
kraftche at cae.wisc.edu
Wed Feb 16 09:49:13 CST 2011
Author: kraftche
Date: 2011-02-16 09:49:13 -0600 (Wed, 16 Feb 2011)
New Revision: 4497
Added:
MOAB/branches/Version4.0/tools/mbzoltan/mbpart.cpp
Removed:
MOAB/branches/Version4.0/tools/mbzoltan/mbpart.cpp
MOAB/branches/Version4.0/tools/mbzoltan/mbzoltan.cpp
Modified:
MOAB/branches/Version4.0/RELEASE_NOTES
MOAB/branches/Version4.0/tools/mbzoltan/Makefile.am
Log:
remove build if mbpart executable, rename mbzoltan.cpp back to mbpart.cpp so it doesn't conflict with MBZoltan.cpp on case-insensitive file systems (output exectuable is still 'mbzoltan').
Modified: MOAB/branches/Version4.0/RELEASE_NOTES
===================================================================
--- MOAB/branches/Version4.0/RELEASE_NOTES 2011-02-16 15:46:45 UTC (rev 4496)
+++ MOAB/branches/Version4.0/RELEASE_NOTES 2011-02-16 15:49:13 UTC (rev 4497)
@@ -1,3 +1,6 @@
+Version 4.0.1:
+* Fix zoltan build on case-insensitive file systems (e.g. MacOS)
+
Version 4.0:
* Many improvements to parallel correctness and efficiency
* Use of MPIO for parallel read of HDF5-based file format
Modified: MOAB/branches/Version4.0/tools/mbzoltan/Makefile.am
===================================================================
--- MOAB/branches/Version4.0/tools/mbzoltan/Makefile.am 2011-02-16 15:46:45 UTC (rev 4496)
+++ MOAB/branches/Version4.0/tools/mbzoltan/Makefile.am 2011-02-16 15:49:13 UTC (rev 4497)
@@ -12,9 +12,8 @@
libmbzoltan_la_SOURCES = MBZoltan.cpp
libmbzoltan_la_include_HEADERS = MBZoltan.hpp
-bin_PROGRAMS = mbzoltan mbpart
+bin_PROGRAMS = mbzoltan
LDADD = libmbzoltan.la
-mbzoltan_SOURCES = mbzoltan.cpp
-mbpart_SOURCES = mbpart.cpp
+mbzoltan_SOURCES = mbpart.cpp
Deleted: MOAB/branches/Version4.0/tools/mbzoltan/mbpart.cpp
===================================================================
--- MOAB/branches/Version4.0/tools/mbzoltan/mbpart.cpp 2011-02-16 15:46:45 UTC (rev 4496)
+++ MOAB/branches/Version4.0/tools/mbzoltan/mbpart.cpp 2011-02-16 15:49:13 UTC (rev 4497)
@@ -1,11 +0,0 @@
-#include <iostream>
-#include <sstream>
-#include <stdlib.h>
-#include <list>
-
-int main( int argc, char* argv[] )
-{
- std::cerr << argv[0] << " is deprecated, use mbzoltan instead." << std::endl;
-
- return 1;
-}
Copied: MOAB/branches/Version4.0/tools/mbzoltan/mbpart.cpp (from rev 4346, MOAB/branches/Version4.0/tools/mbzoltan/mbzoltan.cpp)
===================================================================
--- MOAB/branches/Version4.0/tools/mbzoltan/mbpart.cpp (rev 0)
+++ MOAB/branches/Version4.0/tools/mbzoltan/mbpart.cpp 2011-02-16 15:49:13 UTC (rev 4497)
@@ -0,0 +1,268 @@
More information about the moab-dev
mailing list