Hi,
I am running an aoforce calculation for a molecule with 240 atoms
on a HPC Cluster (24 core with 128GB total RAM). I set the following
parameters in my shell script for running the parallel version of aoforce.
setenv LD_LIBRARY_PATH /TURBOMOLDE/libso/x86_64-unknown-linux-gnu_smp
setenv PARA_ARCH SMP
setenv PARNODES 24
setenv TURBOMOLE_SYSNAME x86_64-unknown-linux-gnu_smp
setenv TURBOARCH x86_64-unknown-linux-gnu_smp
setenv SMPCPUS 24
setenv TURBOMOLE_SYSNAME `sysname`
I see that aoforce module starts the parallel version with the following
lines printed in the beginning
SMPCPUS set: Shared-memory Parallelization with 24 CPUs.
SMP Parallelization Reference:
C. van Wullen, J. Comput. Chem. 32 (2011) 1195--1201
operating system is UNIX !
I have set the maxcor value to 84000 MB (which will be roughly around
65% of the total RAM.
However, the aoforce is terminating with the following error
(please see the last part of aoforce output.
CONSTRUCTING S(i,j)xi
...terminated. cpu: 217.45 wall: 217.63
CONSTRUCTING <i|x,y,z|j>*S(i,j)xi -> Dip. deriv.
...terminated. cpu: 7.56 wall: 7.57
CONSTRUCTING epsilon(i)*S(i,j)xi*S(i,j)chi -> Hessian
...terminated. cpu: 20.71 wall: 20.73
CONSTRUCTING G(a,i)[S(k,l)xi] -> RHS
G(i,j)[S(k,l)xi]*S(i,j)chi -> Hessian
Maximum core memory set to 84000 MB
This corresponds to 971 vectors in CAO basis
========================
internal module stack:
------------------------
force
mkg_sxi
lpdrc1
========================
smp_fork: cannot fork
force ended abnormally
I have explored the forum and was unlucky.
Could somebody help me telling what is going wrong here?