Re: [sqlite] Problems with SQLite when used with MPI

2011-11-22 Thread Teg
Hello Gaurav, What does a debugger show you? C Tuesday, November 22, 2011, 2:07:38 AM, you wrote: GV> Here is the situation. I am using a cluster on which you can use MPI to GV> split the processing time on to different processors. I was using GV> PostgreSQL but since the data was on different

[sqlite] Problems with SQLite when used with MPI

2011-11-21 Thread Gaurav Vyas
Here is the situation. I am using a cluster on which you can use MPI to split the processing time on to different processors. I was using PostgreSQL but since the data was on different server than the one I am running the code, it was slowing down the simulation due to connection overhead on Postgr