Changes between Version 4 and Version 5 of idefix
- Timestamp:
- Apr 5, 2017 5:01:07 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
idefix
v4 v5 22 22 23 23 == Access and user environment == 24 '''idefix''' can be accessed via: 25 {{{ssh -X <username>@idefix.muk.uni-hannover.de}}} 26 \\ 24 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 }}} 33 \\ 34 == Installation of PALM == 35 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. 25 36 26 == Installation of PALM == 37 (1) To use the PALM scripts, the {{{PATH}}}-variable has to be extended and the environment variable {{{PALM_BIN}}} has to be set in the respective profile of the users default shell (e.g. {{{.myprofile}}}: 38 {{{ 39 export PATH=$HOME/palm/current_version/trunk/SCRIPTS:$PATH 40 export PALM_BIN=$HOME/palm/current_version/trunk/SCRIPTS 41 }}} 42 You may have to login again in order to activate these settings.\\\\ 43 44 (2) Copy '''idefix'''-specific mbuild/mrun configuration file (available from rXXXX) to your working directory: 45 {{{ 46 cp $HOME/palm/current_version/trunk/SCRIPTS/.mrun.config.idefix $HOME/palm/current_version/.mrun.config 47 }}} 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>.\\\\ 49 '''Warning: When editing the configuration file, please NEVER use the TAB key. Otherwise, very confusing errors may occur when mrun is executing.'''\\\\ 50 51 (3) Compilation of utilities and source code: 52 After modifying the configuration file, the respective executables are generated by executing 53 {{{ 54 mbuild -u -h lcidefix 55 }}} 56 Pre-compile the PALM code by 57 {{{ 58 mbuild -h lcidefix 59 }}} 60 61 (4) Installation verification: 62 ...example_cbl 27 63 28 64 == Batch system (not yet available) == … … 31 67 32 68 == Software == 69 (1) Compiler, MPI, NetCDF, ... 70 * Intel Fortran 71 * mvapich2 72 * fftw 73 * netcdf4 74 * hdf5-parallel \\\\ 75 76 (2) Data processing and visualization 77 * ncl 78 * nco/cdo 79 * ncview 80 * udunits \\\\ 33 81 34 82 }}}