[m-rev.] diff: Enable MR_PROFILE_PARALLEL_EXECUTION for nightly builds on taura.

Julien Fischer juliensf at csse.unimelb.edu.au
Mon Jul 13 23:26:55 AEST 2009


On Mon, 13 Jul 2009, Paul Bone wrote:

> Trivial diff:

Not so!

>
> Enable MR_PROFILE_PARALLEL_EXECUTION in nightly builds on taura.

MR_PROFILE_PARALLEL_EXECUTION is currently defined as an enumeration
constant.  You cannot also use it as preprocessor macro - the resulting
expansion will cause the enum declaration to be syntatically invalid.

I notice that you have defined (but not documented) a macro
MR_PROFILE_PARALLEL_EXECUTION_SUPPORT.  That appears to be the one
you should be using.  Note that such configuration parameters should
be documented in runtime/mercury_conf_param.h.

Julien.
--------------------------------------------------------------------------
mercury-reviews mailing list
Post messages to:       mercury-reviews at csse.unimelb.edu.au
Administrative Queries: owner-mercury-reviews at csse.unimelb.edu.au
Subscriptions:          mercury-reviews-request at csse.unimelb.edu.au
--------------------------------------------------------------------------



More information about the reviews mailing list