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

Tox installer does not work for me #36

Closed white238 closed 3 years ago

white238 commented 3 years ago

I could not get the new tox installer added by @davidbloss to work. This could be user error.

Steps:

// clone repo and cd into repo
$ cd ats
$ python2 -m pip install --user .
$ cd HelloGPU
$ mpicxx hello_gpu.cc
$ PATH=$PATH:~/.local/bin srun -N1 /g/g20/white238/.local/bin/atslite1
Traceback (most recent call last):
  File "/g/g20/white238/.local/bin/atslite1", line 6, in <module>
    from atslite.bin._atslite1 import main
ImportError: No module named atslite.bin._atslite1
srun: error: rzgenie6: task 0: Exited with exit code 1