package:installation
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
package:installation [2022/04/09 08:51] – pbloechl | package:installation [2022/04/09 09:03] (current) – removed pbloechl | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ==== Installation ==== | ||
- | |||
- | FIXME Someone should verify that this description is complete and correct. Then this fixme can be removed. | ||
- | |||
- | === MacOS === | ||
- | |||
- | == Xcode == | ||
- | |||
- | MacOS has the compiler " | ||
- | of Xcode. (Check the web for installation instructions). | ||
- | |||
- | == Homebrew == | ||
- | I am installing Linux programs using [[https:// | ||
- | < | ||
- | brew install fftw --with-fortran | ||
- | brew install openmpi | ||
- | brew install grace | ||
- | </ | ||
- | |||
- | |||
- | == PAW == | ||
- | |||
- | - Unpack the PAW distribution into a directory, which I will name PAWDIR in the following. | ||
- | - add the directory PAWDIR/ | ||
- | - Create a file [[: | ||
- | - Check the values of the parameters FFTDIR, FFTHEADER, MPIDIR, and MPIDIR in '' | ||
- | - execute in PAWDIR | ||
- | | ||
- | | ||
- | make all </ | ||
- | - Codesign: When you try to remotely execute unsigned code under macos, it will ask you for permission. This is painful when you run parallel code. Therefore it is advisable to sign the parallel executables. This is a fairly complicated procedure, which you need to look up. (FIXME This section could be expanded.) | ||
- | - Increase the stack size and the core-dump size by including the following commands in your '' | ||
- | ulimit -s 65532 | ||
- | ulimit -c unlimited </ | ||
- | |||
- | | ||
- | | ||
- | | ||
package/installation.1649494315.txt.gz · Last modified: 2022/04/09 08:51 by pbloechl