Dave,
if you want to use the Open MPI you downloaded and compiled, you need to
set your PATH environment variable accordingly
if you'd rather keep it simple and use Ubuntu provided Open MPI,
you can do as advised by ubuntu :
sudo apt-get install libopenmpi-dev
and then try again
Cheers,
Gilles
On 11/20/2015 12:47 PM, dave wrote:
Hello- I have a Ubuntu 12.04 distro, running on a 32 platform. I
installed http://www.open-mpi.org/software/ompi/v1.10/downloads/openm
. I have hello_c.c in the examples subdirectory. I installed 'c'
compiler.
When I run mpicc hello_c.c screen dump shows:
dave@ubuntu-desk:~/Desktop/openmpi-1.10.1$ mpicc hello_c.c
The program 'mpicc' can be found in the following packages:
* lam4-dev
* libmpich-mpd1.0-dev
* libmpich-shmem1.0-dev
* libmpich1.0-dev
* libmpich2-dev
* libopenmpi-dev
* libopenmpi1.5-dev
Try: sudo apt-get install <selected package>
dave@ubuntu-desk:~/Desktop/openmpi-1.10.1$
This code helloworld.c works:
/* Hello World C Program */
#include<stdio.h>
main()
{
printf("Hello World!");
return 0;
}
I am at a stop point and was hoping for some assist from the group.
What info/log file can I send that will help?
Newbee here
_______________________________________________
users mailing list
us...@open-mpi.org
Subscription: http://www.open-mpi.org/mailman/listinfo.cgi/users
Link to this post:
http://www.open-mpi.org/community/lists/users/2015/11/28077.php