Configuring Dakota on beach: Difference between revisions

From CSDMS
Created page with "Information on the Dakota installation on '''beach'''."
 
Add text
Line 1: Line 1:
Information on the Dakota installation on '''beach'''.
== Setting up Dakota on '''beach''' ==
 
Dakota 6.1 has been installed on the [[HPCC_information|CSDMS HPCC]], '''beach.colorado.edu'''.
 
To use Dakota,
you'll need to modify your user environment.
In your favorite text editor,
open your <code>.bashrc</code> 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 [mailto:CSDMSsupport@colorado.edu CSDMSsupport@colorado.edu].

Revision as of 15:05, 28 December 2016

Setting up Dakota on beach

Dakota 6.1 has been installed on the CSDMS HPCC, beach.colorado.edu.

To use Dakota, you'll need to modify your user environment. 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.