Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] Prepend parallel execution

Hi Wyatt,

I'm not sure if this would work properly or not, but when editing a
resource manager you can manually specify the launch/debug commands.

Hope this helps,
Matthew Fotzler

On Mon, Aug 3, 2009 at 6:02 PM, Wyatt Spear<wspear@xxxxxxxxxxxxxx> wrote:
> Greetings,
>
> This seems like a longshot, but is there any way to pass the parallel
> launching binary to another application?
>
> The use case is a performance tool, scan, that runs on the command line
> like:
>
> scan mpirun -np 4 ./foo
>
> Currently the external tools can only compose a launch command with the
> selected binary.  This is the equivalent of:
>
> mpirun -np 4 scan ./foo
>
> which does not work correctly.
>
> I guess the actual parallel invocation happens pretty deep in the PTP launch
> system, and varies depending on which resource manager is being used, but if
> there is a straightforward way I could accomplish this on the plugin level
> it would be very useful.
>
> Thanks,
> Wyatt
>
> _______________________________________________
> ptp-dev mailing list
> ptp-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/ptp-dev
>
>


Back to the top