Closed alfpark closed 8 years ago
@mmacy Marsh, can you please take a look at the python article sample and remove the duplicated code like wrap_commands_in_shell
and getting the vm reference from "distro". This is confusing with the rest of the sample code and it makes maintaining them harder. Please just do:
sys.path.append('.')
import common.helpers # noqa
and use the code we have there. I've already unified some of the code out of the mpi sample.
@alfpark Sure thing, will do. May be a day or three before I can get to this.
(close/reopen was accidental!)