Hello Aaron,<br><br>It depends on how many processors do you have on you machine and what are time limits.<br><br>To calculated Hessian matrix you need 6 * N single-point calculations (N is the number of atom in your system), each single-point calculation is performed with NPROC_REP processors. As mentioned in the previous post, there is no restart for the vibrational analysis. Initially try to set NPROC_REP to the typical number of processors you use for single-replica calculations (i.e. geometry optimization) and check how it is going.<br><br>Provided you are performing these calculations at DFT level, consider to start SCF (<a href="http://manual.cp2k.org/trunk/CP2K_INPUT.html">CP2K_INPUT</a> / <a href="http://manual.cp2k.org/trunk/CP2K_INPUT/FORCE_EVAL.html">FORCE_EVAL</a> / <a href="http://manual.cp2k.org/trunk/CP2K_INPUT/FORCE_EVAL/DFT.html">DFT</a> / <a href="http://manual.cp2k.org/trunk/CP2K_INPUT/FORCE_EVAL/DFT/SCF.html">SCF / </a><a href="http://manual.cp2k.org/trunk/CP2K_INPUT/FORCE_EVAL/DFT/SCF.html#list_SCF_GUESS" id="desc_SCF_GUESS">SCF_GUESS</a>) from some reasonable wavefunction (i.e. ground state of an unperturbed system), I will save you a lot of CPU time.<br><br>Raimondas<br><br>