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

Reply via email to