On Sun, 19 Sept 2021 at 15:33, Patrick Dupre wrote:
> Hello,
>
> I installed mpich
> and set the path to
> /usr/lib64/mpich/bin
> however, it seems that I need
> MPI_init
>
> Checking if MPI is available
> checking for mpif90... mpif90
> checking for MPI_Init
On Sun, Sep 19, 2021 at 10:53:10PM +0200, Patrick Dupre wrote:
> OK
>
> Very good.
>
> But I get
>
> from process 0 out of 1 on Teucidide
>
> with MPI_Comm_size(MPI_COMM_WORLD, &numprocs);
>
> How can I set numprocs to 2 for example?
That's between you and your compiler. I think MPI support
0:35 PM
> From: "Jonathan Billings"
> To: users@lists.fedoraproject.org
> Subject: Re: mpi_Init
>
> On Sun, Sep 19, 2021 at 08:33:21PM +0200, Patrick Dupre wrote:
> > Hello,
> >
> > I installed mpich
> > and set the path to
> > /usr/
On Sun, Sep 19, 2021 at 10:42:43PM +0200, Patrick Dupre wrote:
> Actually MPI_Init is in
> openmpi-devel
> but I add to make the path
> PATH=/usr/lib64/openmpi/bin:$PATH
> for mpicc
> which is bizare.
>
> Furthermore, I tried man mpicc
>
> /usr/share/man/mpich-x86_6
Actually MPI_Init is in
openmpi-devel
but I add to make the path
PATH=/usr/lib64/openmpi/bin:$PATH
for mpicc
which is bizare.
Furthermore, I tried man mpicc
/usr/share/man/mpich-x86_64/man1/mpicc.1.gz
/usr/share/man/openmpi-x86_64/man1/mpicc.1.gz
But it does not work
On Sun, Sep 19, 2021 at 04:35:14PM -0400, Jonathan Billings wrote:
> ... before compiling. That loads the mpich environment module, which
> defines a bunch of environment modules.
Er... I mean it defines a bunch of environment *variables*.
> setenvMPI_PYTHON_SITEARCH %{python2_sitear
On Sun, Sep 19, 2021 at 08:33:21PM +0200, Patrick Dupre wrote:
> Hello,
>
> I installed mpich
> and set the path to
> /usr/lib64/mpich/bin
> however, it seems that I need
> MPI_init
>
> Checking if MPI is available
> checking for mpif90... mpif90
> checking
On 2021-09-19 11:33 a.m., Patrick Dupre wrote:
Hello,
I installed mpich
and set the path to
/usr/lib64/mpich/bin
however, it seems that I need
MPI_init
Checking if MPI is available
checking for mpif90... mpif90
checking for MPI_Init... no
checking for MPI_Init in -lmpi... no
checking for
Hello,
I installed mpich
and set the path to
/usr/lib64/mpich/bin
however, it seems that I need
MPI_init
Checking if MPI is available
checking for mpif90... mpif90
checking for MPI_Init... no
checking for MPI_Init in -lmpi... no
checking for MPI_Init in -lmpich... no
configure: error: MPI not