GEM 4.6.0 install : Différence entre versions
m (→installation) |
m (→installation) |
||
Ligne 52: | Ligne 52: | ||
cd modelutils | cd modelutils | ||
+ | export PATH=$PATH:$(pwd -P)/bin | ||
make allabs VERSION=1.2.5i | make allabs VERSION=1.2.5i | ||
make force_allssmpkgs VERSION=1.2.5i | make force_allssmpkgs VERSION=1.2.5i |
Version depuis le 22 d'octobre 2014 à 18:35
Matières
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 something 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