Changes between Version 17 and Version 18 of pleiadescsh
- Timestamp:
- 05/18/23 17:32:01 (21 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pleiadescsh
v17 v18 82 82 For 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. 83 83 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`:84 Dakota 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`: 85 85 86 86 {{{ 87 alias python '/usr/bin/python2' 87 setenv PATH ${PATH}:${HOME}/bin 88 88 }}} 89 90 Then, 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`. 89 91 90 92 Then ''log out and log back in'', and build the external packages: