You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

1. Running Kepler using IMAS environment

1.1. Setting up environment


Please do not forget to set JAVA memory settings:

export _JAVA_OPTIONS="-Xss20m -Xms8g -Xmx8g"

1.1.1.
Backing up old files

Before first configuration of Kepler, make sure to backup your old data files

cd ~ 
mv .kepler .kepler~
mv KeplerData KeplerData~
mv .ptolemyII .ptolemyII~

1.1.2. Creating place to store your personal installations of Kepler

IMAS based installations are stored inside $HOME/kepler directory.

Before proceeding further, make sure to create kepler directory

# create directory inside $HOME
 
cd ~
mkdir kepler

1.1.3. Install Kepler release

In order to start Kepler you have use helper script that will install your personal copy of Kepler

  • load IMAS module

    module load imas
    module load kepler
    
    # NOTE! It might be that you don't have Kepler copy inside your $HOME
    # in that case you need to install it
     
    kepler_install_light

Start Kepler

# run alias that will execute Kepler
 
kepler
  • No labels