52 | | Furthermore, since the compute nodes also do not provide a Korn-shell ({{{ksh}}}), the PALM scripts have to use the shebang {{{#!/bin/bash}}}. The respective modification of the scripts will automatically be done when compiling for the utility programs ({{{mbuild -u ...}}}). |
| 52 | For compiling some parts of the PALM code, the Fujitsu compiler (frtpx) requires more memory than given by default. Please increase the maximum virtual memory size by command |
| 53 | {{{ |
| 54 | ulimit -v 8097152 |
| 55 | }}} |
| 56 | For convenience, you should add this command to the file {{{$HOME/.bash_profile}}}. |