Changes between Version 23 and Version 24 of doc/install
- Timestamp:
- Sep 15, 2010 9:11:22 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/install
v23 v24 99 99 100 100 The pre-compilation for the remote host (here the SGI-ICE system of HLRN) is done by 101 mbuild -h lcsgih 102 103 mbuild will prompt some queries, which must all be answered "y" by the user. The compiling process will take some time. mbuild transfers the respective compiler calls to the remote host where they are carried out interactively. You can follow the progress at the terminal window, where also error messages are displayed (hopefully not for this standard installation). By just entering 104 105 mbuild 106 101 {{{ 102 mbuild -h lcsgih 103 }}} 104 'mbuild' will prompt some queries, which must all be answered "y" by the user. The compiling process will take some time. '''mbuild''' transfers the respective compiler calls to the remote host where they are carried out interactively. You can follow the progress at the terminal window, where also error messages are displayed (hopefully not for this standard installation). By just entering 105 {{{ 106 mbuild 107 }}} 107 108 PALM will be (consecutively) pre-compiled for all remote hosts listed in the configuration file. If you want to compile for the local host only, please enter 108 109 mbuild -h lcmuk 109 {{{ 110 mbuild -h lcmuk 111 }}}