Versions Compared

Key

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

...

Code Block
> module load imasenv/3.24.0/rc
> mkdir -p $ITMWORK/imas-keplers

# for tcsh
> setenv KEPLER_DIR $ITMWORK/imas-keplers

# for bash
> export KEPLER_DIR=$ITMWORK/imas-keplers

> kepler_install my_first_kepler
> kepler_avail
> kepler_load my_first_kepler
> imasdb test
> kepler

...

# copy data files
shell> cp /gw/swimas/resources/tutorials/2019-10-PSNC/pulsefiles/* $HOME/public/imasdb/test/3/0/

shell> mvcp $HOME/tutorials/2019-10-PSNC/pulsefiles/* $HOME/public/imasdb/test/3/0/

...