Skip this if you've already installed the IPS.
mkdir IPS
cd IPS
git clone https://github.com/HPC-SimTools/IPS-framework.git ips-framework
git clone https://github.com/ORNL-Fusion/ips-wrappers.git
git clone https://github.com/ORNL-Fusion/ips-examples.git
IPS_DIR
environment variable
export IPS_DIR=${PWD}
.bashrc
or otherwise so it's there next time you open a shell (Note: Adapt for csh
or otherwise).
echo 'export IPS_DIR='${PWD} >> ~/.bashrc
cd $IPS_DIR
source ips-wrappers/env.ips
cd ips-examples/ABC_example
ips.py --simulation=ABC_simulation.config --platform=platform.conf
cd ips-examples/ABC_example
sbatch Edison_run
To clean all the run files and start with just the input deck run
./cleanIpsRun.sh