Hello everybody,
i submit a job with sbatch command (sbatch myprog.sh). My prog.sh is
=
#!/bin/bash
#SBATCH --partition=part2
#SBATCH --ntasks=20
#SBATCH --nodelist=
#SBATCH --cpus-per-task=1
#SBATCH --mem=
# Memory per node specification
Suppose a slum configuration with
-Number of Nodes=1, number of cores=20, memory=128GB
-SelectType=select/cons_res
-SelectTypeParameters=CR_Core_Memory
1) Is OverSubscribe=NO the default value generally?
2) Does OverSubscribe=NO mean that at each core only one job can be
allocated but at the same