Displaying 3 results from an estimated 3 matches for "mpich2version".
2012 Nov 21
2
installing Rmpi on centos 6 with mpich
...have already installed
mpich2 1.4
[root@localhost ~]# R --version
> R version 2.15.1 (2012-06-22) -- "Roasted Marshmallows"
> Copyright (C) 2012 The R Foundation for Statistical Computing
> ISBN 3-900051-07-0
> Platform: x86_64-redhat-linux-gnu (64-bit)
[root@localhost ~]# mpich2version
> MPICH2 Version: 1.4.1p1
> MPICH2 Release date: Thu Sep 1 13:53:02 CDT 2011
> MPICH2 Device: ch3:nemesis
> MPICH2 configure:
> MPICH2 CC: gcc -O2
> MPICH2 CXX: c++ -O2
> MPICH2 F77: gfortran -O2
> MPICH2 FC: f95 -O2
when i issue the install order i get...
2013 Jun 16
2
Problem in linking a library in R package
...cc -std=gnu99 accepts -g... yes
checking for gcc -std=gnu99 option to accept ISO C89... none needed
checking for mpirun... mpirun
checking for mpiexec... mpiexec
checking for orterun... orterun
checking for sed... /bin/sed
checking for mpicc... mpicc
checking for ompi_info... ompi_info
checking for mpich2version... mpich2version
found sed, mpicc, and ompi_info ...
gcc: error: unrecognized option '--showme:incdirs'>> TMP_INC_DIRS =
gcc: error: unrecognized option '--showme:libdirs'>> TMP_LIB_DIRS =
I am here /usr/lib/openmpi and it is OpenMPITrying to find mpi.h
...Found in /usr/...
2013 Jun 07
1
cannot load pbdMPI package after compilation
...cc -std=gnu99 accepts -g... yes
checking for icc -std=gnu99 option to accept ISO C89... none needed
checking for mpirun... mpirun
checking for mpiexec... mpiexec
checking for orterun... orterun
checking for sed... /bin/sed
checking for mpicc... mpicc
checking for ompi_info... ompi_info
checking for mpich2version... F
found sed, mpicc, and ompi_info ...
>> TMP_INC_DIRS = /opt/openmpi/1.6.4-1/intel-13.1.1/include
checking /opt/openmpi/1.6.4-1/intel-13.1.1/include ...
found /opt/openmpi/1.6.4-1/intel-13.1.1/include/mpi.h ...
>> TMP_LIB_DIRS = /opt/openmpi/1.6.4-1/intel-13.1.1/lib64
checking /opt/o...