Changeset 14271


Ignore:
Timestamp:
01/17/13 11:22:29 (12 years ago)
Author:
jschierm
Message:

NEW: Added dakota version number to patch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/externalpackages/dakota/ParallelLibrary.C.5.2.patch

    r14268 r14271  
    2121>   // do not initialize MPI.  Get worldRank/worldSize if available
    2222>   ParallelLevel pl;
    23 > #ifdef HAVE_MPI // mpi available, we still don't want to run in parallel for  Dakota!
     23> #ifdef HAVE_MPI // mpi available, we still don't want to run in parallel for Dakota!
    2424>   pl.serverIntraComm = MPI_COMM_NULL;
    25 >   Cout << "Running Dakota MPI executable in serial mode on CPU 0 for ISSM.";
     25>   Cout << "Running Dakota 5.2 MPI executable in serial mode on CPU 0 for ISSM.";
    2626> #else // mpi not available
    2727>   pl.serverIntraComm = MPI_COMM_NULL;
    28 >   Cout << "Running Dakota serial executable in serial mode for ISSM.\n";
     28>   Cout << "Running Dakota 5.2 serial executable in serial mode for ISSM.\n";
    2929> #endif // HAVE_MPI
    3030>
Note: See TracChangeset for help on using the changeset viewer.