You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »


Releasing IMAS AL and IMAS libs when new DD version (x.y.z)  occurs

1. IMAS AL

Releasing new version of IMAS AL (described on other pages)


2. imasenv/x.y.z

  1. Check, in which dir imasenv  modules are stored

    ~>module show imasenv
    -------------------------------------------------------------------
    /path/to/imasenv/a.b.c/:
  2. cd  /path/to/imasenv/ 
  3. cp -r a.b.c x.y.z-alpha
    1.  Assumption: a.b.c is (so far) the latest version of imasenv
    2. Version x.y.z will be (until all libraries will be ready) marked as -alpha to warn the users that it is "under construction"
  4. cd x.y.z-alpha 
  5. Contents of x.y.z-alpha dir: 

    x.y.z-alpha>ls -la
    drwxr-xr-x  gcc
    drwxr-xr-x  intel
    lrwxr-xr-x  rc -> intel/17.0/rc		# link to default module imasenv/x.y.z/rc
    -rw-r--r--  .version				# definition of default compiler of imasenv/x.y.z
    x.y.z-alpha>cat .version
    #%Module######################################################################
    # Default version
    set ModulesVersion  intel
  6. www


  • No labels