Changes between Version 14 and Version 15 of idefix
- Timestamp:
- Oct 10, 2017 4:49:45 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
idefix
v14 v15 65 65 \\ 66 66 == Installation of PALM == 67 To download and install the latest PALM version, follow the first steps of the [https://palm.muk.uni-hannover.de/trac/wiki/doc/install/advanced#Packageinstallation advanced installation procedure] as described on the PALM website. The [https://palm.muk.uni-hannover.de/trac/wiki/doc/install/automatic automatic installer] will be available soon. Following steps also need to be carried out and are slightly different to those described on the PALM website. With the automatic installer, the following steps will be carried out automatically. The graphical user interface [https://palm.muk.uni-hannover.de/trac/wiki/doc/app/mrungui mrungui] can be used to create an mrun command line for starting a selected PALM simulation.67 To download and install the latest PALM version, follow the first steps of the [https://palm.muk.uni-hannover.de/trac/wiki/doc/install/advanced#Packageinstallation advanced installation procedure] as described on the PALM website. The [https://palm.muk.uni-hannover.de/trac/wiki/doc/install/automatic automatic installer] will be available soon. Following steps also need to be carried out and are slightly different to those described on the PALM website. With the automatic installer, the following steps will be carried out automatically. 68 68 69 (1) Copy '''idefix'''-specific mbuild/mrun configuration file (available from r2202) to your working directory:69 (1) Copy '''idefix'''-specific palmbuild/palmrun configuration file (available from r2523) to your working directory: 70 70 {{{ 71 cp $HOME/palm/current_version/trunk/SCRIPTS/. mrun.config.idefix $HOME/palm/current_version/.mrun.config71 cp $HOME/palm/current_version/trunk/SCRIPTS/.palm.config.idefix $HOME/palm/current_version/. 72 72 }}} 73 73 Besides many other things, this file contains typical installation parameters like compiler name, compiler options, etc. In this file, enter your '''idefix''' user name at locations ''<replace_by_your_IDEFIX_username>''.\\\\ 74 '''Warning: When editing the configuration file, please NEVER use the TAB key. Otherwise, very confusing errors may occur when mrun is executing.'''\\\\74 '''Warning: When editing the configuration file, please NEVER use the TAB key. Otherwise, very confusing errors may occur when palmrun is executing.'''\\\\ 75 75 76 76 (2) Compilation of utilities and source code: 77 After modifying the configuration file, the respective executables are generated by executing77 After modifying the configuration file, helper programs and PALM code are compiled by executing 78 78 {{{ 79 mbuild -u -h lcidefix 80 }}} 81 Pre-compile the PALM code by 82 {{{ 83 mbuild -h lcidefix 79 palmbuild -h idefix 84 80 }}} 85 81 86 (3) Installation verification: Follow the steps of the [https://palm.muk.uni-hannover.de/trac/wiki/doc/install/advanced#Installationverification verification procedure] as described on the PALM website. 82 (3) Installation verification: 83 Follow the steps of the [https://palm.muk.uni-hannover.de/trac/wiki/doc/install/advanced#Installationverification verification procedure] as described on the PALM website.\\ 84 To start an interactive PALM run, create a {{{palmrun}}} command (formerly {{{mrun}}}): 85 {{{ 86 palmrun -d <run_identifier> -h idefix -a "d3# ts# ..." -X <total number of cores to be used (max. 64)> -T <number of cores/node (=X, since idefix has only one node)> -m <memory per node> 87 }}} 88 The graphical user interface [https://palm.muk.uni-hannover.de/trac/wiki/doc/app/palmrungui palmrungui] (formerly mrungui) can be used to create a palmrun command line for starting a selected PALM simulation. 87 89 88 == Batch system (not yet available) == 90 == Batch system == 91 The Portable Batch System (PBS, version PBSPro14) is available on '''idefix'''. In the configuration file {{{.palm.config.idefix}}}, the necessary settings for using the PBS are already included. 89 92 90 93 == File systems and data management ==