Changes between Version 2 and Version 3 of doc/app/machine/kyushu_univ


Ignore:
Timestamp:
Feb 19, 2013 5:47:48 AM (12 years ago)
Author:
raasch
Comment:

--

Legend:

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

    v2 v3  
    2222}}}
    2323
    24 == tatara-system ==
     24== tatara-system [http://www2.cc.kyushu-u.ac.jp/scp/system/general/CX/how_to_use] ==
    2525
    2626The system is supported starting from revision r1097. You can find a configuration file adjusted for this system in the svn-repository under [source:/palm/trunk/SCRIPTS/.mrun.config.tatara /palm/trunk/SCRIPTS/.mrun.config.tatara]. Just copy this file to your working directory
     
    3333For the rest of the installation procedure just follow the instructions given on the [wiki:doc/install installation page].
    3434
     35== hayaka-system [http://www2.cc.kyushu-u.ac.jp/scp/system/general/FX10/how_to_use] ==
     36
     37This 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{{{
     39cd ~/palm/current_version
     40cp trunk/SCRIPTS/.mrun.config.hayaka .mrun.config
     41}}}
     42Don'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
     46The 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{{{
     48mrun ... -z -S ...
     49}}}
     50in order to switch off the parameter check ({{{-z}}}) and to interpret the configuration file directly from the script ({{{-S}}}).
     51
     52Furthermore, 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 ...}}}).