Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] Issues with using ResourceManager

Hi Greg,

Many thanks for your hint!

Actually now I am facing two problems:

1) How to redirect the output of the executed program into a local file? I tried to modify the configuration file:

        ILaunchConfigurationWorkingCopy wc = congifuration.getWorkingCopy();
        ...
        wc.setAttribute(IDebugUIConstants.ATTR_CAPTURE_IN_FILE, "my_path/my_file");
        wc.doSave();

but after submitting the job from the resource manager, I am not able to see the specified my_file. Is there a way of getting/redirecting the output of the remote project after the execution?

2) Is there a way of creating a configuration file with default resource manager parameters ( i.e. if I have an OpenMPI resource manager, is it possible to create a configuration file, where the parameters like launchAttributes.byNode, launchAttributes.bySlot with their corresponding default values will be specified automatically )?

Many thanks in advance and best regards,
Hayk

Back to the top