Author Topic: Problems with parallel NumForce in Turbomole 5.9  (Read 9564 times)

antti_karttunen

  • Sr. Member
  • ****
  • Posts: 227
  • Karma: +1/-0
Problems with parallel NumForce in Turbomole 5.9
« on: March 09, 2007, 08:07:17 PM »
Hello all,

I encountered some problems today as I tried to run the NumForce script in parallel with TM 5.9. In TM 5.8 parallel NumForce worked fine for us, but TM 5.9 just seemed to run through all the displacements without calculating any energies and gradients (no output files in KraftWerk). I had a closer look at the NumForce script, and replacing the lines

# give all hosts in the list a unique name
...
  while [ unique_name -eq 0 ]; do
     i=`expr i + 1`

with

# give all hosts in the list a unique name
...
  while [ $unique_name -eq 0 ]; do
     i=`expr $i + 1`

seemed to fix the issue. Has this already been fixed in the current development version?

christof.haettig

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 291
  • Karma: +0/-0
    • Hattig's Group at the RUB
Re: Problems with parallel NumForce in Turbomole 5.9
« Reply #1 on: March 13, 2007, 09:51:46 AM »
It is "on the way"... We also improve the interface with batch systems (e.g. PBS) such
that the information about hosts in handled in the same way as for parallel DFT calculations.

Christof