LLNL / ATS

ATS - Automated Testing System - is an open-source, Python-based tool for automating the running of tests of an application across a broad range of high performance computers.
BSD 3-Clause "New" or "Revised" License
7 stars 5 forks source link

temp fix for building ATS #27

Closed davidbloss closed 3 years ago

davidbloss commented 3 years ago

With this update, ATS can be built via "tox" or locally with "pip" via "python2 -m pip install --user ". Tox creates a virtualenv with a python executable and all the built ATS libraries. pip installs "ats" and "atsMachines" to your python's site packages.