Hi,
I am trying to run a code on CPU which is parallelized under the hood. The code works fine on my laptop but when I ran it into the cluster, it seems that nothing happen. Here i printed the seff file after 12h of run time and it seems that no resources is used at all. Does someone have an idea of what is going on? Thanks a lot for any hint
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LC_CTYPE = "UTF-8",
LANG = "en_US.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
Job ID: 6894763
Cluster: yggdrasil
User/Group: kissori1/hpc_users
State: RUNNING
Cores: 1
CPU Utilized: 00:00:00
CPU Efficiency: 0.00% of 1-12:46:12 core-walltime
Job Wall-clock time: 1-12:46:12
Memory Utilized: 0.00 MB (estimated maximum)
Memory Efficiency: 0.00% of 8.00 GB (8.00 GB/node)
WARNING: Efficiency statistics may be misleading for RUNNING jobs.
and here is my submission file:
#!/bin/sh
#SBATCH --output=slurm_%j.out
#SBATCH --mail-user=oriel.kiss@etu.unige.ch
#SBATCH --mail-type=fail
#SBATCH --time 48:00:00
#SBATCH --partition=public-cpu
#SBATCH --ntasks=1
#SBATCH --cpus-per-task=10
#SBATCH --mem-per-cpu=10G
Oriel
edit: updated post format