Re: [slurm-users] Problem with permisions. CentOS 7.8

2020-05-28 Thread Ree, Jan-Albert van
Have you checked if SELinux is perhaps blocking this? Give a 'getenforce' command. If it reports back 'Enforcing' , then issue 'setenforce 0' and retry Regards, -- Jan-Albert van Ree Jan-Albert van Ree | HPC Specialist | Digital Services MARIN | T +31 317

Re: [slurm-users] Multi-node job failure

2019-12-10 Thread Ree, Jan-Albert van
OK so OpenMPI works fine. That means SLURM, OFED and hardware are fine. Which mvapich2 package are you using, a home built one or one provided by Bright ? Regards, -- Jan-Albert Jan-Albert van Ree | Linux System Administrator | Digital Services MARIN | T +31 317 49 35 48 | j.a.v@marin.n

Re: [slurm-users] Multi-node job failure

2019-12-10 Thread Ree, Jan-Albert van
SBATCH --partition=normal #SBATCH --job-name=P8.000_test #SBATCH --time=2:00:00 #SBATCH --ntasks-per-node=20 #SBATCH --begin=now #SBATCH --error=errors #SBATCH --output=output ​source /etc/profile.d/modules.sh module load mvapich2/gcc/64/2.3b mpiexec -n 40 ./hello Good luck! -- Jan-Albert van

Re: [slurm-users] Array jobs vs. many jobs

2019-11-22 Thread Ree, Jan-Albert van
Jan-Albert van Ree | Linux System Administrator | Digital Services MARIN | T +31 317 49 35 48 | mailto:j.a.v@marin.nl | http://www.marin.nl It helps a lot indeed ; we run arrays up to 100k elements and more. If you submit 100k separate jobs, the scheduler will definately grind to a halt.

Re: [slurm-users] Environment modules

2019-11-22 Thread Ree, Jan-Albert van
Jan-Albert van Ree | Linux System Administrator | Digital Services MARIN | T +31 317 49 35 48 | mailto:j.a.v@marin.nl | http://www.marin.nl Just install the default CentOS RPM package environment-modules and play with it. If you're at home in bash you'll pick it up in minutes. All default