Set up environment on other nodes

Issue #109 duplicate
andrew_peterson repo owner created an issue

For people who use virtualenv or similar to change their environment, they cannot use parallel Amp over nodes. This is because when it SSH's to another machine, it cannot import amp.

In principle, we should be able to allow the user to run a command of their choice (such as module load amp) immediately after opening the SSH connection. This could be done within amp.utilities.start_workers, but would probably need to be fed in as a keyword when establishing the Amp calculator.

Comments (1)

  1. Log in to comment