Skip to content

On the Sampa cluster

Adrian Sampson edited this page May 19, 2015 · 1 revision

ACCEPT is checked out in /sampa/share/accept. That directory has both the main accept repo and accept-apps, both on the errorinjection branch.

To use the ACCEPT installation, you can either activate it manually:

$ cd /sampa/share/accept/accept
$ source activate.sh
$ accept --help

Or put just paste this in your shell startup file to make it permanent:

export PATH=/sampa/share/accept/accept/bin:$PATH

Building

Building LLVM requires Ninja and CMake. Recent versions are good. I have these installed under /sampa/share/rhsys, so you can take advantage of them there using:

export PATH=/sampa/share/rhsys/bin:$PATH
Clone this wiki locally