Re: [fpc-pascal] MPICH on Pascal

2008-01-09 Thread Lourival Mendes
Dear Mattias, Sorry for my dunce mistake I made it wrong on the: const External_library='mpich2'; {Setup as you need} Now the helloworld worked in a one dual core computer, next I will try others. Thanks again for your attention and patience Lourival 2008/1/7, Lourival Mendes

Re: [fpc-pascal] MPICH on Pascal

2007-12-21 Thread Mattias Gaertner
On Thu, 20 Dec 2007 08:58:49 -0300 "Lourival Mendes" <[EMAIL PROTECTED]> wrote: > Dear Mattias, > > Replacing the {$linklib c} with > {$IFDEF Unix} > {$linklib c} > {$ENDIF} > > It really worked, thanks... > > Now some other interesting stuff happended, as you probably did on > the -

Re: [fpc-pascal] MPICH on Pascal

2007-12-21 Thread Lourival Mendes
Dear Mattias, Replacing the {$linklib c} with {$IFDEF Unix} {$linklib c} {$ENDIF} It really worked, thanks... Now some other interesting stuff happended, as you probably did on the -l option you created the mpich.dll but the program, even successufully compiled, it doens find the mpic

Re: [fpc-pascal] MPICH on Pascal

2007-12-19 Thread Mattias Gaertner
On Wed, 19 Dec 2007 13:17:50 -0300 "Lourival Mendes" <[EMAIL PROTECTED]> wrote: >Dear Mattias... sorry to bother again, but as I'm new to Lazarus I > can't see somethings. > >When I loaded the HelloWorld from the examples I got this error: > >helloworld.lpr(14,1) Error: Import librar

Re: [fpc-pascal] MPICH on Pascal

2007-12-19 Thread Lourival Mendes
Dear Mattias... sorry to bother again, but as I'm new to Lazarus I can't see somethings. When I loaded the HelloWorld from the examples I got this error: helloworld.lpr(14,1) Error: Import library not found for c I do believe that I got this because I'm using the {$linklib c}

Re: [fpc-pascal] MPICH on Pascal

2007-12-19 Thread Lourival Mendes
No problem... I will do it... Lourival Mendes 2007/12/19, Mattias Gaertner <[EMAIL PROTECTED]>: > On Wed, 19 Dec 2007 09:54:16 -0300 > "Lourival Mendes" <[EMAIL PROTECTED]> wrote: > > > Ok Mattias, > > > >Now I see all the files... I had to change my extractor to the > > TUGZip instead of Wi

Re: [fpc-pascal] MPICH on Pascal

2007-12-19 Thread Mattias Gaertner
On Wed, 19 Dec 2007 09:54:16 -0300 "Lourival Mendes" <[EMAIL PROTECTED]> wrote: > Ok Mattias, > >Now I see all the files... I had to change my extractor to the > TUGZip instead of WinRAR > >Now I'm going to try all the examples and those stuff > > Thanks a lot for your help Can you add

Re: [fpc-pascal] MPICH on Pascal

2007-12-19 Thread Lourival Mendes
Ok Mattias, Now I see all the files... I had to change my extractor to the TUGZip instead of WinRAR Now I'm going to try all the examples and those stuff Thanks a lot for your help Lourival 2007/12/19, Lourival Mendes <[EMAIL PROTECTED]>: > Dear Mattias, > > When I unpack the file mpich

Re: [fpc-pascal] MPICH on Pascal

2007-12-19 Thread Lourival Mendes
Dear Mattias, When I unpack the file mpich2-1.0.tgz I don't get any folder mpich2 only the file mpich2-1.0 which is an 0 file... also I'm using windows as the OS. Am I doing something wrong? Thanks 2007/12/19, Mattias Gaertner <[EMAIL PROTECTED]>: > On Wed, 19 Dec 2007 09:11:05 -0300 > "Lou

Re: [fpc-pascal] MPICH on Pascal

2007-12-19 Thread Mattias Gaertner
On Wed, 19 Dec 2007 09:11:05 -0300 "Lourival Mendes" <[EMAIL PROTECTED]> wrote: >Hy everybody, > >I posted here some time ago some concerns about the MPICH on > Pascal. I do remember that we had some discussion about this topic and > now I'm getting back again. > > On the http://wiki.f

[fpc-pascal] MPICH on Pascal

2007-12-19 Thread Lourival Mendes
Hy everybody, I posted here some time ago some concerns about the MPICH on Pascal. I do remember that we had some discussion about this topic and now I'm getting back again. On the http://wiki.freepascal.org/MPICH there is an note on the MPI binding for fpc/lazarus "Get/Compile the MPI b