GEM 4.6.0 install : Différence entre versions

Un article de Informaticiens département des sciences de la Terre et l'atmosphère
Aller à: navigation, charcher
m (installation)
m (installation)
Ligne 42: Ligne 42:
 
  . s.ssmuse.dot domain_for_gem_4.6.0
 
  . s.ssmuse.dot domain_for_gem_4.6.0
 
  s.locate --lib descrip
 
  s.locate --lib descrip
   something libdescrip.a should be found
+
   libdescrip.a should be found
 
   
 
   
 
  cd where_the_gem_source_is
 
  cd where_the_gem_source_is
Ligne 60: Ligne 60:
 
  ssm install -u $HOME/SsmDepot -d $(pwd -P) -p modelutils_1.2.5i+intel13sp1_linux26-x86-64 -y
 
  ssm install -u $HOME/SsmDepot -d $(pwd -P) -p modelutils_1.2.5i+intel13sp1_linux26-x86-64 -y
 
  s.ssm-publish modelutils_1.2.5i+intel13sp1_linux26-x86-64 -y
 
  s.ssm-publish modelutils_1.2.5i+intel13sp1_linux26-x86-64 -y
 +
. s.ssmuse.dot domain_for_gem_4.6.0
 +
s.locate --lib modelutils
 +
  libmodelutils.a should be found
 
   
 
   
 
  cd where_the_gem_source_is
 
  cd where_the_gem_source_is
 
  cd rpnphy
 
  cd rpnphy

Version depuis le 22 d'octobre 2014 à 18:41

GEM 4.6.0

how to access the software

st/skynet/beluga/workstations

  • environments
    • gfortran 4.9

guillimin

work in progress

scinet

  • environments
    • intel composer 15.0

work in progress

components

vgriddescriptors 5.0.3

modelutils 1.2.5i

rpnphy 5.6.6

gemdyn 4.6.8

gem-scripts 4.6.0

gem 4.6.0

installation

. s.ssmuse.dot appropriate_development_environment
mkdir domain_for_gem_4.6.0
cd domain_for_gem_4.6.0
s.ssm-install vgriddescriptors_5.0.3_multi -y
cd vgriddescriptors_5.0.3_multi/src/lib
make lib
cd ../../..
s.ssm-publish vgriddescriptors_5.0.3_multi -y
. s.ssmuse.dot domain_for_gem_4.6.0
s.locate --lib descrip
  libdescrip.a should be found

cd where_the_gem_source_is
ls -l include/$EC_ARCH
  it should look like:
    lrwxrwxrwx 1 user group  19 Oct 18 10:32 arch_specific.hf -> ../arch_specific.hf
    -rw-r--r-- 1 user group 249 Oct 20 08:30 Makefile.comp.mk
  if not, fix this before going on

cd modelutils
export PATH=$PATH:$(pwd -P)/bin
make allabs VERSION=1.2.5i
make force_allssmpkgs VERSION=1.2.5i
cd where_the_gem_source_is
ssm install -u $HOME/SsmDepot -d $(pwd -P) -p modelutils_1.2.5i_all -y
s.ssm-publish modelutils_1.2.5i_all -y 
ssm install -u $HOME/SsmDepot -d $(pwd -P) -p modelutils_1.2.5i+intel13sp1_linux26-x86-64 -y
s.ssm-publish modelutils_1.2.5i+intel13sp1_linux26-x86-64 -y
. s.ssmuse.dot domain_for_gem_4.6.0
s.locate --lib modelutils
  libmodelutils.a should be found

cd where_the_gem_source_is
cd rpnphy