Changes between Version 4 and Version 5 of doc/app/machine/kyushu_univ


Ignore:
Timestamp:
Feb 19, 2013 8:57:42 AM (12 years ago)
Author:
raasch
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/machine/kyushu_univ

    v4 v5  
    5050in order to switch off the parameter check ({{{-z}}}) and to interpret the configuration file directly from the script ({{{-S}}}).
    5151
    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 ...}}}).
     52For 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{{{
     54ulimit -v 8097152
     55}}}
     56For convenience, you should add this command to the file {{{$HOME/.bash_profile}}}.