Dakota: Difference between revisions

From CSDMS
m Transclude page on Dakota config on beach
m Dakotathon link
Line 25: Line 25:
** [https://dakota.sandia.gov/content/install-dakota Install] Dakota
** [https://dakota.sandia.gov/content/install-dakota Install] Dakota
* The Dakota 6.5 (released November 2016) documentation is available at https://dakota.sandia.gov//sites/default/files/docs/6.5/html-ref/index.html
* The Dakota 6.5 (released November 2016) documentation is available at https://dakota.sandia.gov//sites/default/files/docs/6.5/html-ref/index.html
* [[Building_Dakota_on_Ubuntu_12.04_LTS|Building Dakota on Ubuntu 12.04 LTS]]
* [[Building Dakota on Ubuntu 12.04 LTS]]
* The CSDMS Dakota Interface, [[Dakotathon]]

Revision as of 15:27, 28 December 2016

Dakota

Dakota
Dakota


Information and discussion on using Dakota in CSDMS.

Dakota is a software toolkit developed at Sandia National Laboratories that provides an interface between models and a library of analysis methods, including support for sensitivity analysis, uncertainty quantification, optimization, and calibration techniques.

Todo:

  • More intro to Dakota. Include verbiage about the need for UQ?
  • An overview of how Dakota works. Do I really want to write this up?
  • A simple example of using Dakota. Another transcluded page.

Setting up Dakota on beach

Dakota 6.1 is installed on the CSDMS HPCC, beach.colorado.edu. To use Dakota on beach, you'll need to modify your user environment. (This only needs to be done once.)

In your favorite text editor, open your .bashrc file (located in your home directory) and add the following lines to the bottom of the file:

PATH=$PATH:/usr/local/dakota/bin:/usr/local/dakota/test
export LD_LIBRARY_PATH=/usr/local/dakota/bin:/usr/local/dakota/lib

Save the file, logoff from beach, then login again. Dakota will now be available for use. Check with:

$ dakota --version
Dakota version 6.1 released Nov 15 2014.
Subversion revision 2951 built Nov  7 2014 09:52:09.

If you encounter any problems in setting up Dakota on beach, please email the CSDMS software engineers at CSDMSsupport@colorado.edu.

Links