Changes between Version 17 and Version 18 of pleiadescsh


Ignore:
Timestamp:
05/18/23 17:32:01 (21 months ago)
Author:
schlegel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pleiadescsh

    v17 v18  
    8282For Dakota to run, you will not need to remake PETSc and m1qn3, as long as you made them using the intel mpi and the mpi compilers, as described above.
    8383
    84 Dakota will require that you have a python that is of version python2. The easiest way to do this is to define an alias for python that calls `/usr/bin/python2` in your `~/.cshrc`:
     84Dakota will require that you have a python that is of version python2. The easiest way to do this is create a link for a `python` call to `/usr/bin/python2`.  One way to do this is to add a path to a new bin folder in your `~/.cshrc`:
    8585
    8686{{{
    87 alias python '/usr/bin/python2'
     87setenv PATH ${PATH}:${HOME}/bin
    8888}}}
     89
     90Then, create a bin folder in your home directory (if you do not have one already).  In your home directory, type `mkdir bin`.  Then `cd bin`, and finally type `ln -s /usr/bin/python2 python`. 
    8991
    9092Then ''log out and log back in'', and build the external packages: