|
From: | roya moghaddasi |
Subject: | Re: [ESPResSo-users] Parallel Running |
Date: | Thu, 18 Dec 2014 16:56:50 +0000 (UTC) |
Dear Espresso users,I have this loop in my script:set bj 0.1
for {set b 1} {$b<30} {incr b} {
set bj [expr $bj+0.1]
puts "$bj"
puts [inter coulomb $bj p3m tune accuracy $accuracy]
integrate 100
}when I want to run my script parallel, the steps of the above loop are recalculated over and over again!Could anyone help me solve it?Best,Roya
[Prev in Thread] | Current Thread | [Next in Thread] |