Boost logo

Boost :

From: Noel Belcourt (kbelco_at_[hidden])
Date: 2006-06-29 11:49:42


On Jun 29, 2006, at 7:53 AM, Douglas Gregor wrote:
> On Jun 29, 2006, at 12:47 AM, Noel Belcourt wrote:
>> As a quick check, I just tried it on our Sun-Fire cluster with Sun's
>> HPC MPI and it worked okay. Just had to setup
>>
>> setenv MPICXX /opt/SUNWhpc/bin/mpCC
>> setenv MPIRUN /opt/SUNWhpc/bin/mprun
>> setenv MPIBUILD "<include>/opt/SUNWhpc/include <define>_MPIPP_H"
>
> Great, thanks for checking this!

My pleasure.

By the way, have you considered how your library might be used to
propagate C++ exceptions thrown on one or more processors to the other
processors? Robust parallel termination semantics are difficult to
achieve and the ability to propagate C++ exceptions in parallel can
greatly improve program behavior. Your library seems like a natural
place to provide this capability.

We've done some work in this area if you're interested.

-- Noel Belcourt


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk