Differences between revisions 1 and 2
Revision 1 as of 2019-04-10 08:58:50
Size: 1127
Editor: NicoleThomas
Comment:
Revision 2 as of 2019-04-10 09:09:45
Size: 1104
Editor: NicoleThomas
Comment:
Deletions are marked like this. Additions are marked like this.
Line 17: Line 17:
module load Mercurial

MESSy/CLaMS: Installation

The MESSy development repository is located on the DKRZ server https://gitlab.dkrz.de/MESSy/MESSy

  • Download the source code:

    To download the MESSy source code from the DKRZ server, one needs an account on this server and access to the repository given by the maintainer Patrick Jöckel (Patrick.Joeckel@dlr.de). The ssh keys should be uploaded to this GitLab Server. Then the source code can be downloaded by:

    git clone git@gitlab.dkrz.de:MESSy/MESSy.git  [target-directory]
  • On JURECA load the following modules:
    module load intel-para 
    module load netCDF-Fortran
  • On IEK-7-Cluster add the bin subdirectory of the installation directory of MPICH library to your path:
    PATH=/usr/nfs/software/icg1/local/mpich-3.2.1-ifort-18.0.3/bin:$PATH
    export PATH
  • Create and run configure file in messy main directory:

    autoconf
    configure
  • Compile all (in messy main directory):
    make
  • Compile only basemodel CLaMS (in messy main directory):
    make mbm target=clams

messy/Install (last edited 2023-08-15 11:38:56 by NicoleThomas)