Changeset 15245


Ignore:
Timestamp:
06/12/13 10:11:27 (12 years ago)
Author:
jschierm
Message:

NEW: Dakota 5.3.1 install and patch files (along with a couple 5.3 changes).

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  
    44>   initialized=0; //we run serially all the time!
    55137a140,172
    6 > /** This constructor is provided for the Issm software, to run serial
     6> /** This constructor is provided for the ISSM software, to run serial
    77>  * Dakota in a parallel MPI ring: */
    88> ParallelLibrary::ParallelLibrary(char* serial_mode):
     
    2525> #ifdef HAVE_MPI // mpi available, we still don't want to run in parallel for Dakota!
    2626>   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.";
    2828> #else // mpi not available
    2929>   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";
    3131> #endif // HAVE_MPI
    3232>
  • issm/trunk-jpl/externalpackages/dakota/configs/5.3/ParallelLibrary.hpp.patch

    r15212 r15245  
    11358a359,360
    2 >   /// library mode constructor, serial mode (for the Issm software)
     2>   /// library mode constructor, serial mode (for the ISSM software)
    33>   ParallelLibrary(char* serial_mode);
Note: See TracChangeset for help on using the changeset viewer.