Created
July 25, 2013 19:11
-
-
Save igauravsehrawat/6082808 to your computer and use it in GitHub Desktop.
rmpi_debugging
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
g@G:~/Documents/pbd$ sudo R CMD INSTALL Rmpi_PROF \ | |
> --configure-args=" \ | |
> --with-Rmpi-include=/usr/lib/openmpi/include \ | |
> --with-Rmpi-libpath=/usr/lib/openmpi/lib \ | |
> --with-Rmpi-type=OPENMPI \ | |
> --enable-pbdPROF" | |
* installing to library ‘/home/g/R/x86_64-pc-linux-gnu-library/2.15’ | |
* installing *source* package ‘Rmpi’ ... | |
checking for gcc... gcc -std=gnu99 | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether gcc -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 | |
checking for openpty in -lutil... yes | |
checking for main in -lpthread... yes | |
configure: creating ./config.status | |
config.status: creating src/Makevars | |
** libs | |
make: Nothing to be done for `all'. | |
installing to /home/g/R/x86_64-pc-linux-gnu-library/2.15/Rmpi/libs | |
** R | |
** demo | |
** inst | |
** preparing package for lazy loading | |
** help | |
*** installing help indices | |
** building package indices | |
** testing if installed package can be loaded | |
* DONE (Rmpi) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment