|
From: | Florian Weik |
Subject: | Re: [ESPResSo-users] Multiple instances of espresso on one node |
Date: | Mon, 11 Mar 2019 10:53:46 +0100 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.5.1 |
Hi, typically the MPI runtime controlls the application via environment variables, which can lead to interference between different processes if they are starten within the same environment, as in your case. Maybe your problem can simply be fixed by running srun in a sub-shell by adding parentheses, like so (srun -n 1 --exclusive --mem=1G /path/to/pypresso
/path/to/script)& (srun -n 1 --exclusive --mem=1G /path/to/pypresso
/path/to/script)&
Hope that helps, Florian
On 3/7/19 9:43 PM, Clemens Jochum
wrote:
Dear ESPResSo-Team, |
[Prev in Thread] | Current Thread | [Next in Thread] |