Hi
I have noticed that an interactive job via salloc doesn't care about the
number of cores that I have limited in the sacctmgr. The script is:
#!/bin/bash
#SBATCH --nodes=1
#SBATCH --cores=16
#SBATCH --mem=8G
#SBATCH --partition=QEMU
#SBATCH --account=q20_8
qemu-system-x86_64 -m 4096 -smp cores=1
I configure the source code with the following warning
checking whether this is a Cray XT or XE system... Unable to locate Cray APIs
(usually in /opt/cray/alpscomm and /opt/cray/job)
checking for datawarp installation...
configure: WARNING: unable to locate DataWarp installation
--