Versions Compared

Key

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

Set Variables (alter this for your account)

export BASE=~/hera/share

Download Miniconda for python-3.7

...

python setup.py install

popd


Install Makeflow


cd ${BASE}


git clone https://github.com/cooperative-computing-lab/cctools.git


pushd cctools


./configure --prefix=${BASE}/cctools


make clean


make install


    This produces an ignorable error about manuals and doc


export PATH=${PATH}:${BASE}/cctools/bin


popd


Re-install hera_opm


pushd ${BASE}/hera_opm


pip install .


popd



Running


export BASE=~/hera/share


source ${BASE}/miniconda3/bin/activate


export PATH=${PATH}:${BASE}/cctools/bin