Re: [OMPI users] Cygwin compilation problems for openmpi-1.8

2014-04-15 Thread Marco Atzeri
On 15/04/2014 14:42, Jeff Squyres (jsquyres) wrote: On Apr 15, 2014, at 8:35 AM, Marco Atzeri wrote: on 64bit 1.7.5, as Symantec Endpoint protections, just decided that a portion of 32bit MPI is a Trojan... It's the infamous MPI trojan. We take over your computer and use it to help cure

Re: [OMPI users] Cygwin compilation problems for openmpi-1.8

2014-04-15 Thread Jeff Squyres (jsquyres)
On Apr 15, 2014, at 8:35 AM, Marco Atzeri wrote: > on 64bit 1.7.5, > as Symantec Endpoint protections, just decided > that a portion of 32bit MPI is a Trojan... It's the infamous MPI trojan. We take over your computer and use it to help cure cancer. :p -- Jeff Squyres jsquy...@cisco.com Fo

Re: [OMPI users] Cygwin compilation problems for openmpi-1.8

2014-04-15 Thread Marco Atzeri
On 15/04/2014 13:31, Cristian Butincu wrote: This is the simple MPI program (test.c) I was talking about: #include #include int main(int argc, char* argv[]) { int my_rank; /* rank of process */ int p; /* number of processes */ /* start up MPI */ MPI_Init(&argc, &argv);

Re: [OMPI users] Cygwin compilation problems for openmpi-1.8

2014-04-15 Thread Cristian Butincu
This is the simple MPI program (test.c) I was talking about: #include #include int main(int argc, char* argv[]) {     int my_rank; /* rank of process */     int p; /* number of processes */     /* start up MPI */     MPI_Init(&argc, &argv);     /* find out process rank */     MPI_Comm_rank(MP

Re: [OMPI users] Cygwin compilation problems for openmpi-1.8

2014-04-13 Thread Marco Atzeri
On 12/04/2014 18:42, Cristian Butincu wrote: Hello. The latest precompiled version to date of openmpi for cygwin is 1.7.4-1. 1.7.5 will be uploaded shortly. I don't plan to upload 1.8 until 1.8.1, but I will built it just to check. Because I got some runtime errors when trying to run simple