Re: Guix and openmpi in a container environment

2020-02-12 Thread Ludovic Courtès
Hello Todor, Todor Kondić skribis: > guix environment -C -N --ad-hoc -m default.scm > Simply installing openmpi (guix package -i openmpi) in my usual Guix profile > just works out of the box. So, there has to be some quirk where the openmpi > container installation is blind to some settings

Re: Guix and openmpi in a container environment

2020-01-27 Thread Todor Kondić
‐‐‐ Original Message ‐‐‐ On Sunday, 19 January 2020 11:25, Todor Kondić wrote: > I am getting mpirun errors when trying to execute a simple > > mpirun -np 1 program > > (where program is e.g. 'ls') command in a container environment. > > The error is usually: > > All nodes which are

Guix and openmpi in a container environment

2020-01-19 Thread Todor Kondić
I am getting mpirun errors when trying to execute a simple mpirun -np 1 program (where program is e.g. 'ls') command in a container environment. The error is usually: All nodes which are allocated for this job are already filled. which makes no sense, as I am trying this on my workstation