Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-user] PTP/ETFw

Hi,

seems TAU works correctly now, I was running with etfw and perf plugins, but I 
don't know when they are added, I started with a fresh installation.

On Friday 11 December 2009 06:34:21 pm Wyatt Spear wrote:
> Regarding your previous message the method you proposed won't work because
> the argument you specified would show up before the compiler command.  The
> best way to get something like this to work right now would be to specify
> the commands like:
> 
> <compile replace="true">
>     <cc comand="gcc" group="gnu">
>         <argument value="value="-L%GROUP_mpitrace_openmpi%/lib -lmpitrace"
> "/>
>     </cc>
>     ...
> 
> Basically you would need to replace the compiler command given in the
> Eclipse compiler configuration settings with the same command, plus your
> additional argument.  I can probably implement something like a
> 'compiler_argument' tag that would add to the compiler's list of arguments
> directly.  I'll look into it.

Ok, I agree with your suggestion about moving the arguments to a particular 
compiler.

Beyond this, could be possible to be able to avoid the binary to compile and 
apply this new modifications to the compiler defined by Eclipse?, I want to add 
parameters to the selected compiler, not to prepend something to it or 
substitute anything.

Thanks a lot.
Xavi.


Back to the top