Changes between Version 41 and Version 42 of pleiadesbash


Ignore:
Timestamp:
05/18/23 17:33:49 (2 years ago)
Author:
schlegel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pleiadesbash

    v41 v42  
    7979You will not need to remake PETSc and m1qn3, as long as you made them using the Intel MPI libraries and compilers, as described above.
    8080
    81 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 `~/.bashrc`:
    82 
    83 {{{
    84 alias python="/usr/bin/python2"
    85 }}}
     81Dakota 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 `~/.bashrc`:
     82
     83{{{
     84export PATH="$PATH:${HOME}/bin"
     85}}}
     86
     87Then, 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`.
    8688
    8789Then, ''log out and log back in'' and build the following external packages: