Hello CP2K community!<br /><br />I am getting the error described <a href="https://www.cp2k.org/faq:hint_insufficiently_exploiting_cpu_extensions">here</a> for only one of many simulations using the same CPU requirements:<br /><span><br />*** HINT in environment.F:920 :: The compiler target flags (generic) used ***
 *** to build this binary cannot exploit all extensions of this CPU model  ***
 *** (x86_avx512). Consider compiler target flags as part of FCFLAGS and   ***
 *** CFLAGS (ARCH file).                                                   ***</span><br /><div><br /></div><div>I am not sure why one of my jobs is not running due to this error, while my other jobs are smooth sailing. The input files are also identical except for file names. The number and kinds of atoms are the same, but the xyz configurations are different.</div><div><br /></div><div>Any thoughts?<br /><br />Thank you!<br /><br />Here is the<u> sbatch file text:</u></div><br />#!/bin/bash<br />#SBATCH -p short<br />#SBATCH --mem=20G ##memory per task<br />#SBATCH --job-name=en1<br />#SBATCH --ntasks=8<br />#SBATCH --cpus-per-task=7<br />#SBATCH -N 1 ## containers can only run on one node, and c*n = 56 or 128 (intel nodes top out at 56 cores, zen2 at 128)<br />#SBATCH --constraint=ib<br />#SBATCH --time=24:00:00<br />#SBATCH -o %j.out<br />#SBATCH -e %j.err<br /> <br />#set up the number of OpenMP threads:<br /> export OMP_NUM_THREADS=8 ## should be the same as cpus-per-task<br /> <br />#The setup_new file contains all the instructions for setting up the correct environment before the user can compile and/or run CP2K:<br /><br />export PATH=$PATH:/shared/centos7/cp2k/cp2k-6.1.0/data<br />dir=/home/benazzi.m/BHT/<br />inputFile=$dir/edge1.in<br /><br />apptainer run -B /projects:/projects /shared/container_repository/cp2k/cp2k_2024.1_openmpi_generic_psmp.sif mpirun -n 16 --oversubscribe cp2k.psmp -i $inputFile

<p></p>

-- <br />
You received this message because you are subscribed to the Google Groups "cp2k" group.<br />
To unsubscribe from this group and stop receiving emails from it, send an email to <a href="mailto:cp2k+unsubscribe@googlegroups.com">cp2k+unsubscribe@googlegroups.com</a>.<br />
To view this discussion visit <a href="https://groups.google.com/d/msgid/cp2k/9ccc001a-b163-43eb-b9b1-30f32e6c7226n%40googlegroups.com?utm_medium=email&utm_source=footer">https://groups.google.com/d/msgid/cp2k/9ccc001a-b163-43eb-b9b1-30f32e6c7226n%40googlegroups.com</a>.<br />