Changes between Version 4 and Version 5 of idefix


Ignore:
Timestamp:
Apr 5, 2017 5:01:07 PM (8 years ago)
Author:
kanani
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • idefix

    v4 v5  
    2222
    2323== Access and user environment ==
     24'''idefix''' can be accessed via:
     25{{{ssh -X <username>@idefix.muk.uni-hannover.de}}}
     26\\
    2427
     28In your $HOME directory, create {{{.myprofile}}} if missing, and add following content:
     29{{{
     30export LD_LIBRARY_PATH=/opt/netcdf4_hdf5parallel/4411c_443f/intel/lib:$LD_LIBRARY_PATH
     31ulimit -s unlimited
     32}}}
     33\\
     34== Installation of PALM ==
     35To 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.
    2536
    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}}}
     42You 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{{{
     46cp $HOME/palm/current_version/trunk/SCRIPTS/.mrun.config.idefix $HOME/palm/current_version/.mrun.config
     47}}}
     48Besides 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:
     52After modifying the configuration file, the respective executables are generated by executing
     53{{{
     54  mbuild -u -h lcidefix
     55}}}
     56Pre-compile the PALM code by
     57{{{
     58  mbuild -h lcidefix
     59}}}
     60
     61(4) Installation verification:
     62...example_cbl
    2763
    2864== Batch system (not yet available) ==
     
    3167
    3268== 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 \\\\
    3381
    3482}}}
                                                                                                                                                                                                                                                                                                                                                                               
  | Impressum | ©Leibniz Universität Hannover |