Dear users,
we would like to explain the special calculation regime that is available for SIESTA code (used in the test T13 of the new release). It is activated by using the following parameters:
0 : remoteRegime
SIESTAlocal : whichCluster
and adding & at the end of the commandExecutable line for SIESTA:
siesta < input.fdf > output &
This is a parallel calculation regime on a local machine. That means more than 1 CalcFolder could be created (6 in the example T13), however being a parallel regime it requires using crontab to start USPEX regularly.
USPEX will start the SIESTA calculations and quit - this is intended behavior. Then crontab (or user) should start USPEX, for example, every 10 minutes. When any calculation is finished in some CalcFolder, the new one will be started there.
As an alternative, one could use nonParallel regime as in all other tests. For this you have to specify:
0 : remoteRegime
nonParallel : whichCluster
change the number of CalcFolders to 1:
1 : numParallelCalcs (how many parallel calculations shall be performed)
and remove the & at the end of the siesta line in the command Executable:
siesta < input.fdf > output
Sincerely yours,
USPEX developer team