Project

General

Profile

Install @ MF


CNRM workstations and team servers:

  • ask CTI the synchronisation of /home/common/epygram and /home/common/sync/vortex
  • For Python2:
    /home/common/epygram/public/EPyGrAM/stable/_install/install_epygram.py -e [-b] --link_eccodes
    (cf. -h for options)
  • For Python3:
    python3 /home/common/epygram/public/EPyGrAM/stable/_install/install_epygram.py -e [-b]
    (cf. -h for options)
  • source ~/.epygram/profile

Supercomputers belenos & taranis:

  • module load python/3.7.6nomkl
  • python3 ~mary/public/EPyGrAM/stable/_install/install_epygram.py -e [-b]
    (cf. -h for options)
  • source ~/.epygram/profile

DSI dev servers (sotrtm3[1-4]-sidev)

Cf. Wiki Vortex

In short:

  • force python2.7 instead of 2.6 by default on these machines:
    PATH=/opt/rh/python27/root/usr/bin:$PATH
    export LD_LIBRARY_PATH=/opt/rh/python27/root/usr/lib64:$LD_LIBRARY_PATH
    unset PYTHONPATH
    
  • ~marp999/epygram/EPyGrAM/latest/_install/install_epygram.py -e [-b] stable
  • ecCodes: export PYTHONPATH=~marp999/eccodes:$PYTHONPATH
  • source ~/.epygram/profile