You can also simply copy slurm (omitting the .la) into an other directory,
remove the .la, and pass this directory to Open MPI

an other option is to compile slurm with PGI compilers, so your *.la should
work fine.

You might be luckier by rebuilding slurm with gnu compilers and
CFLAGS=-D_REENTRANT LDFLAGS=-lpthread
Hopefully slurm will not add the -pthread option

Cheers,

Gilles

On Thursday, July 14, 2016, Michael Di Domenico <mdidomeni...@gmail.com>
wrote:

> On Mon, Jul 11, 2016 at 9:52 AM, Åke Sandgren <ake.sandg...@hpc2n.umu.se
> <javascript:;>> wrote:
> > Looks like you are compiling with slurm support.
> >
> > If so, you need to remove the "-pthread" from libslurm.la and libpmi.la
>
> i don't see a configure option in slurm to disable pthreads, so i'm
> not sure this is possible.
> _______________________________________________
> users mailing list
> us...@open-mpi.org <javascript:;>
> Subscription: https://www.open-mpi.org/mailman/listinfo.cgi/users
> Link to this post:
> http://www.open-mpi.org/community/lists/users/2016/07/29664.php

Reply via email to