====== CFOUR ====== ===== Current installation ===== * Version: 1 * Revision: 2 * Parallelization: process level for intra- and internode jobs ====== Credits and Citation ====== CFOUR, Coupled-Cluster techniques for Computational Chemistry, a quantum-chemical program package by J.F. Stanton, J. Gauss, L. Cheng, M.E. Harding, D.A. Matthews, P.G. Szalay with contributions from A.A. Auer, R.J. Bartlett, U. Benedikt, C. Berger, D.E. Bernholdt, Y.J. Bomble, O. Christiansen, F. Engel, R. Faber, M. Heckert, O. Heun, M. Hilgenberg, C. Huber, T.-C. Jagau, D. Jonsson, J. Jusélius, T. Kirsch, K. Klein, W.J. Lauderdale, F. Lipparini, T. Metzroth, L.A. Mück, D.P. O'Neill, D.R. Price, E. Prochnow, C. Puzzarini, K. Ruud, F. Schiffmann, W. Schwalbach, C. Simmons, S. Stopkowicz, A. Tajti, J. Vázquez, F. Wang, J.D. Watts and the integral packages MOLECULE (J. Almlöf and P.R. Taylor), PROPS (P.R. Taylor), ABACUS (T. Helgaker, H.J. Aa. Jensen, P. Jørgensen, and J. Olsen), and ECP routines by A. V. Mitin and C. van Wüllen. For the current version, see http://www.cfour.de. and Parallel version of CFOUR M.E. Harding, T. Metzroth, J. Gauss, and A.A. Auer, J. Chem. Theor. Comp. 4, 64 (2008) ===== Usage ===== 1) Loading module: module use /home/units/Fak_II/chemie/modules module add quantenchemie/cfour/1.2 2) Running: * **Input preparation**: - Change to working directory, type ln -s $CFOUR_ROOT/basis/GENBAS - Rename the input file to ZMAT - Beware: **Strictly avoid underscores within path names (CFOUR does not handle them correctly and crashes)!** * **Execute in serial mode**: env cfour_mpirun_opts="-n 1" srun --hint=nomultithread -n1 -E xcfour * **Execute in parallel mode**: srun --hint=nomultithread -n1 -E (OpenMPI extracts all necessary run-time parameters from SLURM) * **Execute in parallel mode without SLURM (only local test jobs)**: export cfour_mpirun_opts="-n " && xcfour \\ ===== Batch Job Scripts ===== * Please refer to: [[https://it.chem.tu-berlin.de/wiki/doku.php?id=hpc:hpc_tubit:slurm_usage:packages_jobscript:cfour|Batch jobs with CFOUR]] \\ date of revision: 12-07-2019 © kraus