Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • No guarantee that ALL use cases ill be covered 
  • A person that could check use-cases and compare outputs


Installation


PREPARE ENVIRONMENT

Code Block
languagebash
module use /pfs/work/g2fjc/jintrac/default/modules
module load jintrac

mkdir -p $HOME/cmg/jams
cd $HOME/cmg/jams


CLONING

Code Block
git clone git@git.ccfe.ac.uk:jintrac/jams.git jams-test


BUILDING

Code Block


cd jams-test

module unload jams 
module use $HOME/cmg/jams/jams-test/modules/
module load jams

make clone MODULE=all
make

SWITCH

...

TO TEST VERSION

Code Block
languagebash
cd  TEST VERSION
java/lib/jet/misc/
git checkout JETTONamelistGUI
make

...

Code Block
languagebash
module use /pfs/work/g2fkoech/jintrac/v210321_gateway_v5/modules
module load jintrac/gateway.gfortran



cd ~/work/cmg/jams

jams-test/java/sh/jams

...