Here is Christoph's response for those interested: ===== Concerning your question: 1.) set cg.inverse.dlpoly.command to something like "mpirun -np 8 DLPOLY.Z" to make dlpoly run using mpi 2.) do NOT run csg_inverse using mpirun in the queueing script 3.) use csg_inverse --wall-time $((24*3600)) to give the wall clock time (in sec) to csg_inverse. csg_inverse will stop if it cannot make another iteration step. 4.) if you want automatic resubmission add a line like [[ $? -eq 0 && ! -f done ]] && qsub $QSCRIPT to the end of your submit script.
Christoph ===== -- You received this message because you are subscribed to the Google Groups "votca" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/votca. For more options, visit https://groups.google.com/groups/opt_out.
