[OMPI users] Multiple connections to MySQL vi MPI

2016-08-08 Thread alev mutlu
Hello, I am trying to connect to MySQL with the following if (!mysql_real_connect(connection,server,user,password,database, 0, NULL, 0)) { printf("Conection error : %s\n", mysql_error(connection)); exit(1); } The code compiles with g++ and works fine. It compiles with mpicxx as

Re: [OMPI users] Signal code: Address not mapped (1) error

2010-03-18 Thread alev mutlu
t called and things like the length() of a string might not > give the desired result leading boost to iterate over too many chars. > > I don't know if this is the particular problem here but it might be ... > > > > On Mar 17, 2010, at 6:11 AM, alev mutlu wrote: >> >

[OMPI users] Signal code: Address not mapped (1) error

2010-03-17 Thread alev mutlu
Hi the following codes compiles fine but gives some run time errors. Ant suggestions to fix the problem. cheers Code #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include