System: CentOS 6.3, kernel 2.6.32-220.el6.x86_64
GLIBC: 2.12
Turbomole: v6.6 DEMO
I'm trying to run a geo-opt task with 120 atoms (to fit the demo limitation) at DFT level. It works fine for both single thread (ridft & rdgrad) and multi-threaded SMP (ridft_smp & rdgrad_smp, set TM_PAR_FORK=on), but failed for GA/SMP (ridft_mpi & rdgrad_mpi, unset TM_PAR_FORK).
When GA/SMP failed, I find the file job.1 shows:
data group $actual step is not empty
due to the abend of ridft
I notice that the IBM Platform MPI 9.1 which is shipped by turbomole does NOT support CentOS 6.x (as for CenOS series, only CentOS 5.x and GLIBC up to 2.11 are supported), I'm not sure whether this problem is caused by the version of GLIBC or by the distribution of Linux ?