Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-user] Eclipse Module System

Tien,

The only way to do this currently is to create a custom configuration in your workspace, then add something like:

<submit-interactive …>
<arg isUndefinedIfMatches=";">${ptp_rm:modules#value};</arg>
<arg>qsub</arg>
<arg>…other arguments…</arg>

</submit-interactive>

The ${ptp_rm:modules#value} variable will be replaced with the modules commands that have been specified through the Environment Management tab on the project properties.

Let me know if you'd like any further information.

Regards,
Greg

On Aug 14, 2012, at 11:18 AM, Tien D Ngo wrote:

Hello Everybody,

I am currently using a synchronize C/C++ project to try and utilize the Module System that is in the C/C++ build > Environment Management tab. I was successful in making and building a MPI project with the module system on the server side, but I can't currently run it as a PBS generic batch without creating all of the environment variables by hand (in the run configurations> Parallel Application> Environment). Is there a way I can use the same module system from System Management for the run configurations so I don't have to type up all of the environment variables that is on the server side?

Thank You,

Tien Ngo
Tngo@xxxxxxx
_______________________________________________
ptp-user mailing list
ptp-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-user


Back to the top