Changes between Version 5 and Version 6 of idefix
- Timestamp:
- Apr 13, 2017 1:19:15 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
idefix
v5 v6 23 23 == Access and user environment == 24 24 '''idefix''' can be accessed via: 25 {{{ssh -X <username>@idefix.muk.uni-hannover.de}}}26 \\ 25 * {{{ssh -X <username>@idefix.muk.uni-hannover.de}}} 26 * {{{ssh -X <username>@130.75.105.239}}} 27 27 28 In your $HOME directory, create {{{.myprofile}}} if missing, and add following content: 29 {{{ 30 export LD_LIBRARY_PATH=/opt/netcdf4_hdf5parallel/4411c_443f/intel/lib:$LD_LIBRARY_PATH 31 ulimit -s unlimited 32 }}} 28 In your $HOME directory, add 29 * {{{export LD_LIBRARY_PATH=/opt/netcdf4_hdf5parallel/4411c_443f/intel/lib:$LD_LIBRARY_PATH}}} to file {{{.mybashrc}}} (create if it doesn't exist) 30 * {{{ulimit -s unlimited}}} to file {{{.myprofile}}} (create if it doesn't exist). 33 31 \\ 34 32 == Installation of PALM == … … 42 40 You may have to login again in order to activate these settings.\\\\ 43 41 44 (2) Copy '''idefix'''-specific mbuild/mrun configuration file (available from r XXXX) to your working directory:42 (2) Copy '''idefix'''-specific mbuild/mrun configuration file (available from r2202) to your working directory: 45 43 {{{ 46 44 cp $HOME/palm/current_version/trunk/SCRIPTS/.mrun.config.idefix $HOME/palm/current_version/.mrun.config 47 45 }}} 48 Besides many other things, this file contains typical installation parameters like compiler name, compiler options, etc. In this file, enter your '''idefix''' user name where prompted by "<replace by your username>.\\\\46 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>''.\\\\ 49 47 '''Warning: When editing the configuration file, please NEVER use the TAB key. Otherwise, very confusing errors may occur when mrun is executing.'''\\\\ 50 48 … … 59 57 }}} 60 58 61 (4) Installation verification: 62 ...example_cbl 59 (4) 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. 63 60 64 61 == Batch system (not yet available) ==