Re: [racket] Some MPI code

2013-09-30 Thread Grant Rettke
LOL On Mon, Sep 30, 2013 at 4:29 PM, Jay McCarthy wrote: > Hah. I forgot a NOT. I meant to say I was NOT offended. Haha. Whoops. > > Jay > > On Mon, Sep 30, 2013 at 3:15 PM, Jay McCarthy wrote: >> On Mon, Sep 30, 2013 at 3:06 PM, Grant Rettke wrote: >>> On Mon, Sep 30, 2013 at 1:44 PM, Jay McCa

Re: [racket] Some MPI code

2013-09-30 Thread Jay McCarthy
Hah. I forgot a NOT. I meant to say I was NOT offended. Haha. Whoops. Jay On Mon, Sep 30, 2013 at 3:15 PM, Jay McCarthy wrote: > On Mon, Sep 30, 2013 at 3:06 PM, Grant Rettke wrote: >> On Mon, Sep 30, 2013 at 1:44 PM, Jay McCarthy wrote: >>> Sorry Grant, I don't understand what you mean. Is it

Re: [racket] Some MPI code

2013-09-30 Thread Jay McCarthy
On Mon, Sep 30, 2013 at 3:06 PM, Grant Rettke wrote: > On Mon, Sep 30, 2013 at 1:44 PM, Jay McCarthy wrote: >> Sorry Grant, I don't understand what you mean. Is it a basic starting >> point on what? It looks to me like it tries to do the same thing as >> the OpenMPI package: >> >> https://pkg.rac

Re: [racket] Some MPI code

2013-09-30 Thread Grant Rettke
On Mon, Sep 30, 2013 at 1:44 PM, Jay McCarthy wrote: > Sorry Grant, I don't understand what you mean. Is it a basic starting > point on what? It looks to me like it tries to do the same thing as > the OpenMPI package: > > https://pkg.racket-lang.org/info/openmpi > > But I'm not sure. Is there some

Re: [racket] Some MPI code

2013-09-30 Thread Jay McCarthy
Sorry Grant, I don't understand what you mean. Is it a basic starting point on what? It looks to me like it tries to do the same thing as the OpenMPI package: https://pkg.racket-lang.org/info/openmpi But I'm not sure. Is there something else it does? Is the openmpi package insufficient in some wa

Re: [racket] Some MPI code

2013-09-29 Thread Grant Rettke
Mine is a basic starting point. On Sun, Sep 29, 2013 at 8:47 AM, Jay McCarthy wrote: > Hi Grant, > > If there is overlap with the openmpi package, we should merge. If not, you > should post this in the package catalog. > > Sent from my iPhone > > On Sep 29, 2013, at 8:18 AM, Grant Rettke wrote:

Re: [racket] Some MPI code

2013-09-29 Thread Jay McCarthy
Hi Grant, If there is overlap with the openmpi package, we should merge. If not, you should post this in the package catalog. Sent from my iPhone On Sep 29, 2013, at 8:18 AM, Grant Rettke wrote: Hi, A while back some of you kind souls helped me out with connecting Racket to MPI. For anyone el