espressomd-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ESPResSo-users] Parallel Running


From: roya moghaddasi
Subject: [ESPResSo-users] Parallel Running
Date: Wed, 17 Dec 2014 07:31:54 +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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]