| 35 | == hayaka-system [http://www2.cc.kyushu-u.ac.jp/scp/system/general/FX10/how_to_use] == |
| 36 | |
| 37 | This system is supported starting from r.... The configuration file adjusted for this system can be found under [source:/palm/trunk/SCRIPTS/.mrun.config.hayaka /palm/trunk/SCRIPTS/.mrun.config.hayaka]. Copy this file to your working directory |
| 38 | {{{ |
| 39 | cd ~/palm/current_version |
| 40 | cp trunk/SCRIPTS/.mrun.config.hayaka .mrun.config |
| 41 | }}} |
| 42 | Don't forget to edit the file in order to replace the string {{{<replace by your hayaka username>}}} with your respective username. |
| 43 | |
| 44 | === Restrictions on hayaka === |
| 45 | |
| 46 | The hayaka login node only provides a cross compiler ({{{frtpx}}}) for the compute nodes. Therefore, the utility programs like {{{interpret_config}}} and {{{check_parameter_files}}} can be compiled, but they cannot be run. This requires to set appropriate {{{mrun}}} options |
| 47 | {{{ |
| 48 | mrun ... -z -S ... |
| 49 | }}} |
| 50 | in order to switch off the parameter check ({{{-z}}}) and to interpret the configuration file directly from the script ({{{-S}}}). |
| 51 | |
| 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 ...}}}). |