SPS 1.1.0 run : Différence entre versions

Un article de Informaticiens département des sciences de la Terre et l'atmosphère
Aller à: navigation, charcher
m (Created page with "=== usage of SPS 1.1.0 beta built with physics 5.6.6 === shortcut sps_beta_dev # acquire software mkdir my_sps_dir # where i want to build u.get_sps_beta my_...")
 
m (usage of SPS 1.1.0 beta built with physics 5.6.6)
Ligne 1: Ligne 1:
 
=== usage of SPS 1.1.0 beta built with physics 5.6.6 ===
 
=== usage of SPS 1.1.0 beta built with physics 5.6.6 ===
 +
 +
NOTE: environment variable storage_model MUST BE DEFINED
 +
 +
==== NEW WAY ====
 +
 +
git clone git://github.com/mfvalin/SPS my_sps
 +
cd my_sps
 +
. ./.setenv.dot
 +
rde mklink            # links to compile sps
 +
rde mkdep              # create Makefile and dependencies
 +
make obj              # compile
 +
make sps              # build executable
 +
linkit                # links to run sps
 +
sps.ksh                # run sps
 +
 +
==== OLD WAY ====
  
 
  shortcut sps_beta_dev      # acquire software
 
  shortcut sps_beta_dev      # acquire software
Ligne 15: Ligne 31:
 
  linkit                # links to run sps
 
  linkit                # links to run sps
 
  sps.ksh                # run sps
 
  sps.ksh                # run sps
 
NOTE: environment variable storage_model MUST BE DEFINED
 

Version depuis le 10 de février 2015 à 16:29

usage of SPS 1.1.0 beta built with physics 5.6.6

NOTE: environment variable storage_model MUST BE DEFINED

NEW WAY

git clone git://github.com/mfvalin/SPS my_sps
cd my_sps
. ./.setenv.dot
rde mklink             # links to compile sps
rde mkdep              # create Makefile and dependencies
make obj               # compile
make sps               # build executable
linkit                 # links to run sps
sps.ksh                # run sps

OLD WAY

shortcut sps_beta_dev       # acquire software
mkdir my_sps_dir            # where i want to build
u.get_sps_beta my_sps_dir   # get the source
cd my_sps_dir
. ./.setenv.dot
ulimit -s unlimited
ulimit -m unlimited
ulimit -d unlimited
rde mklink             # links to compile sps
rde mkdep              # create Makefile and dependencies
make obj               # compile
make sps               # build executable
linkit                 # links to run sps
sps.ksh                # run sps