Luke Wilson

Results 13 comments of Luke Wilson

It looks like the issue is related to finding the python executable in the wrapper script (`/usr/bin/tensorboard`, line 48): ```python return SearchPath('python') ``` On systems where there is a default...

@j0hnL I think volcano should be moved into it's own role. What collection should it live in long term?

This looks like a far better solution @j0hnL. I'd rather nvidia maintain the codebase than us.

Since we do a lot of other work to make everything function besides just installing the driver, we could use this to replace one of the package installs in this...

The quicktest script has been integrated with Travis-CI to do automated tested on the repo from both linux and osx environments. build status button has been added to README.md (#35)

The first issue is related to a change in netcat, which was noticed on LS5 and is now the case on S2. I believe the current master branch has this...

Hi Marc, It sounds like `tskserver` is not binding to the port on node1, which is why the connection refused error is occurring. What version of Python are you running?...

Hi @cpacker: Yes, this should be included. Stampede1 did not have the requirement of specifying a single node (in fact, you can see that the number of tasks - 16...

Interactive walk through in process in tests/ (see #23 and #26). Script acts as a tutorial/example.

I've put a new script quicktest in the /tests directory which will allow you to do a sanity test. No inputs required on your end, just run: `cd tests; ./quicktest`...