This repository started with Alex Fish's summer 2022 internship project, using GPTune to build a table of Sundials parameters.
To start running scripts,
- Ensure GPTune is built
- Ensure Sundials is built
- Edit the first line of
src/setup-env.sh
is accurate to the root directory of your GPTune installation - Edit the second line of
src/setup-env.sh
is accurate to the root directory of your Sundials installation - Run
. src/setup-env.sh
to get the environment variables and newest python version loaded.
python -m pyvenv /path/to/venv pip install -r requirements.txt