<div dir="ltr">Hello,<div><br></div><div>I'm trying to run this tutorial: <a href="https://www.cp2k.org/howto:running_qe_computation">https://www.cp2k.org/howto:running_qe_computation</a> on my research cluster at school. I'm running into the following error: </div><div><br></div><div><div><br></div><div> *******************************************************************************</div><div> *   ___                                                                       *</div><div> *  /   \                                                                      *</div><div> * [ABORT]                                                                     *</div><div> *  \___/                  invalid value for enumeration:SIRIUS                *</div><div> *    |                                                                        *</div><div> *  O/|                                                                        *</div><div> * /| |                                                                        *</div><div> * / \                                     input/input_enumeration_types.F:226 *</div><div> *******************************************************************************</div><div><br></div><div><br></div><div> ===== Routine Calling Stack ===== </div><div><br></div><div>            4 val_create_parsing</div><div>            3 section_vals_parse</div><div>            2 section_vals_parse</div><div>            1 read_input</div><div>--------------------------------------------------------------------------</div><div>MPI_ABORT was invoked on rank 0 in communicator MPI_COMM_WORLD</div><div>with errorcode 1.</div><div><br></div><div>NOTE: invoking MPI_ABORT causes Open MPI to kill all MPI processes.</div><div>You may or may not see output from other processes, depending on</div><div>exactly when Open MPI kills them.</div><div>--------------------------------------------------------------------------</div><div>[warn] Epoll MOD(1) on fd 25 failed.  Old events were 6; read change was 0 (none); write change was 2 (del): Bad file descriptor</div><div>[warn] Epoll MOD(4) on fd 25 failed.  Old events were 6; read change was 2 (del); write change was 0 (none): Bad file descriptor</div></div><div><br></div><div>My Si7Ge.inp is the same as the one in the tutorial (copy and pasted) and attached here for your reference. Additionally the code I'm using via bash is as follows:</div><div><br></div><div><div>#!/bin/bash</div><div>#SBATCH --job-name=Si7Ge ##jobname</div><div>#SBATCH --mem=50GB ##memory per task</div><div>#SBATCH -p gpu ##partition</div><div>#SBATCH --gres=gpu:1</div><div><br></div><div>module load cuda/9.2 ##for gpu only</div><div>module load openmpi/3.1.1</div><div>module load cp2k/cp2k-6.1.0-gpu ##for gpu only</div><div><br></div><div>cd /home/<u><b>username</b></u>/CP2K/T3si7ge/ ##username changed here</div><div><br></div><div>mpirun cp2k.psmp -i Si7Ge.inp -o Si7Ge.out</div><div><br></div><div>##submit job by "sbatch job.sh" </div><div>##make sure the input file is set properly in job.sh</div></div><div><br></div><div>I'm not sure how to get around the invalid value enumeration:sirius error presented above. Any suggestions? </div><div><br></div><div>Thanks!</div><div>Dev</div><div><br></div></div>