<div dir="ltr"><div><font size="1">New to QE I am trying a geom optimization at low level.</font></div><div><font size="1"><br></font></div><div><font size="1">INPUT</font></div><div><font size="1">$rem<br>   JOBTYPE Opt<br>   EXCHANGE M062X<br>   BASIS 3-21G<br>   GUI=2<br>$end<br><br>$comment<br>Title<br>$end<br><br>$molecule<br>   1 1<br>   C        1.90540        0.47370       -0.07550</font></div><div><font size="1">....</font></div><div><font size="1">............</font></div><div><font size="1">H        2.25410       -1.41240       -0.86170<br>$end</font></div><div><font size="1"><br></font></div><div><font size="1">JOB (SLURM, trying to run on all 36 cores of the single node)</font></div><div><font size="1">#!/bin/bash<br>#SBATCH --time=00:30:00        # Walltime in hh:mm:ss<br>#SBATCH --nodes=1              # Number of nodes<br>#SBATCH --ntasks-per-node=36   # Number of MPI ranks per node<br>#SBATCH --cpus-per-task=1      # Number of OpenMP threads for each MPI process/rank<br>#SBATCH --mem=118000           # Per nodes memory request (MB)<br>#SBATCH --account=xxxx<br>#SBATCH --job-name=9-opt<br>#SBATCH --output 9-opt.out<br>#SBATCH --error 9-opt.err<br>#SBATCH --partition=gll_usr_prod<br><br>module purge<br>module load profile/phys<br>module load autoload qe/6.3<br><br>export OMP_NUM_THREADS=$SLURM_CPUS_PER_TASK<br>export MKL_NUM_THREADS=${OMP_NUM_THREADS}<br><br>mpirun pw.x -npool 1 -input 9-opt.qcin > 9-opt.log</font></div><div><font size="1"><br></font></div><div><font size="1">ERROR</font></div><div><font size="1">......... Parallel version (MPI & OpenMP), running on      36 processor cores<br>     Number of MPI processes:                36<br>     Threads/MPI process:                     1<br><br>     MPI processes distributed on     1 nodes<br>     R & G space division:  proc/nbgrp/npool/nimage =      36<br>     Reading input from 9-opt.qcin<br><br>     Error in routine  read_namelists (2):<br>      could not find namelist &control</font></div><div><font size="1"><br></font></div><div><font size="1"><br></font></div><div><font size="1">Thanks for advice<br></font></div></div>