Changeset 15245
- Timestamp:
- 06/12/13 10:11:27 (12 years ago)
- Location:
- issm/trunk-jpl/externalpackages/dakota/configs
- Files:
-
- 8 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/dakota/configs/5.3/ParallelLibrary.cpp.patch
r15212 r15245 4 4 > initialized=0; //we run serially all the time! 5 5 137a140,172 6 > /** This constructor is provided for the I ssmsoftware, to run serial6 > /** This constructor is provided for the ISSM software, to run serial 7 7 > * Dakota in a parallel MPI ring: */ 8 8 > ParallelLibrary::ParallelLibrary(char* serial_mode): … … 25 25 > #ifdef HAVE_MPI // mpi available, we still don't want to run in parallel for Dakota! 26 26 > pl.serverIntraComm = MPI_COMM_NULL; 27 > Cout << "Running Dakota MPI executable in serial mode on CPU 0 for ISSM.";27 > Cout << "Running Dakota 5.3 MPI executable in serial mode on CPU 0 for ISSM."; 28 28 > #else // mpi not available 29 29 > pl.serverIntraComm = MPI_COMM_NULL; 30 > Cout << "Running Dakota serial executable in serial mode for ISSM.\n";30 > Cout << "Running Dakota 5.3 serial executable in serial mode for ISSM.\n"; 31 31 > #endif // HAVE_MPI 32 32 > -
issm/trunk-jpl/externalpackages/dakota/configs/5.3/ParallelLibrary.hpp.patch
r15212 r15245 1 1 358a359,360 2 > /// library mode constructor, serial mode (for the I ssmsoftware)2 > /// library mode constructor, serial mode (for the ISSM software) 3 3 > ParallelLibrary(char* serial_mode);
Note:
See TracChangeset
for help on using the changeset viewer.