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
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:
>>
>
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