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

fixed bad exec paths for atslite1 and atslite3 #37

Closed davidbloss closed 3 years ago

davidbloss commented 3 years ago

This update to setup.py should fix this issue #36

davidbloss commented 3 years ago

Turns out this does not fix the problem. Chatted with @white238 and found out that I had some leftover .pyc files from earlier work.

white238 commented 3 years ago

This is a step in the right direction but is now failing to find ats

Execute command line: /usr/WS2/white238/ats/repo/test/HelloATS/create_test_ats.py
Most Excellent! Created ats test file test.ats

/bin/sh: /usr/tce/packages/python/python-2.7.16/bin/ats: No such file or directory
rzgenie45
Found /usr/WS2/white238/ats/repo/test/HelloATS/create_test_ats.py.
Executing: /usr/tce/packages/python/python-2.7.16/bin/ats --verbose  /usr/WS2/white238/ats/repo/test/HelloATS/test.ats
white238 commented 3 years ago

I have confirmed this PR plus #40 close issue #36 for me.