Re: custom guile stdin port for MPI users

2007-01-08 Thread Alexander Shirokov
Hi Mario, thanks for your reply! It looks like I will probbaly have to try to do it on my own. I would be interested to see an example on how you wrapped an MPI_Bcast function and MPI_Send, Receive. Would it be difficult for you to show me an example?, - would be very nice to have one since i am a

manual change suggestion

2007-01-08 Thread Jon Wilson
Hi, On the page "http://www.gnu.org/software/guile/docs/docs-1.8/guile-ref/define_002a-Reference.html";, in the first paragraph describing define* and define*-public, we have the following: They also support arbitrary-depth currying, just like Guile's define. I found this very interesting, a