Changes between Version 7 and Version 8 of debugging_tips


Ignore:
Timestamp:
01/14/20 13:47:10 (5 years ago)
Author:
jdquinn
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • debugging_tips

    v7 v8  
    5959diff execution/test-<MATLAB_test>/test<test_num>.queue execution/test-<Python_test>/test<test_num>.queue
    6060}}}
     61
     62=== Dakota ===
     63
     64==== Testing Installation ====
     65A number of built-in tests can be run to validate the functionality of your Dakota installation.
     66{{{
     67cd <path_to_dakota_installation>/share/dakota/test
     68./dakota_test.perl <options>
     69}}}
     70Note that extended options for the above test script are not well-documented by Sandia. Said options can be exposed by running,
     71{{{
     72./dakota_test.perl --help
     73}}}
     74In particular, it is useful to run,
     75{{{
     76./dakota_test.perl --parallel
     77}}}
     78to validate that MPI has been properly linked to the Dakota binaries.