*From:* users [users-boun...@open-mpi.org] on behalf of Gilles
>> Gouaillardet [gilles.gouaillar...@gmail.com]
>> *Sent:* Monday, June 20, 2016 3:10 PM
>> *To:* Open MPI Users
>> *Subject:* [OMPI users] memory cg '(null)'
>>
>> There are two points h
> ]
> *Sent:* Monday, June 20, 2016 3:10 PM
> *To:* Open MPI Users
> *Subject:* [OMPI users] memory cg '(null)'
>
> There are two points here
> 1. slurm(stepd) is unable to put the processes in the (null) cgroup.
>at first glance, this looks more of a slurm jus c
tiple nodes.
Regards,
Rizwan
From: users [users-boun...@open-mpi.org] on behalf of Gilles Gouaillardet
[gilles.gouaillar...@gmail.com]
Sent: Monday, June 20, 2016 3:10 PM
To: Open MPI Users
Subject: [OMPI users] memory cg '(null)'
There are two points here
There are two points here
1. slurm(stepd) is unable to put the processes in the (null) cgroup.
at first glance, this looks more of a slurm jus configuration
2. the MPI process forking. though this has a much better support than in
the past, that might not always work, especially with fast interc
Dear MPI users,
I am getting the errors below while submitting/executing following script,
#!/bin/sh
#SBATCH -p short
#SBATCH -J layers
#SBATCH -n 12
#SBATCH -N 1
#SBATCH -t 01:30:00
#SBATCH --mem-per-cpu=2500
#SBATCH --exclusive
#SBATCH --mail-type=END
#SBATCH --mail-user=rizwan.ah...@aalto.fi
#