See my reply to the post by acaphopia:
You have to make sure that every ricc2 process has its own directories for his files. There are two ways, you can ensure this in
parallel NumForce run:
1) use only CPUs or CPU cores from one SMP machine (or nodes) : in this case you should (before NumForce is started) place
all input files in a directory on local file system.
2) distribute the calculation over many cluster nodes: in this case you have to start NumForce in a files system, which is accessible
from all nodes: to ensure that the individual single point calculations started by NumForce will run in local file systems of the
cluster nodes use the -scrpath option of NumForce! ricc2 as well as all other program which do some I/O (escf, egrad, rimp2,
dscf in semi-direct mode) will only run efficiently, if started directories on a local file system.
It is important (in both cases!) that you make sure that the control file does not contain any $tmpdir, $TMPDIR, $SHAREDTMPDIR, $sharedtmpdir entries, since they would re-direct the scratch files from several process to the same (!) directory/files and the calculations would crash or go wrong!
Christof