Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-user] [Bug 355835] New: Generic job configuration/launching

Dave,

I'm not sure what you are asking for here.

1.  If you are referring to PBS 4.0.6, tbat is no longer supported; it has been deprecated for the JAXB PBS.

2.  The generic batch PBS (JAXB) supports the uploading and use of custom batch scripts (the third tab).  These are not edited in the windows/widgets, though. The procedure is:

a. import the script into your workspace
b. open it in a normal editor, change it
c. open the launch configuration (Run Configuration), choose the third tab for the PBS Generic Batch RM, select the script from the workspace.

3. If you mean, however, something like uploading the batch script, and having it automatically "parsed" into widgets displaying job name, account, etc., that is not currently supported.  It is sort of like managed vs makefile builds.  Either you use one or the other.

4. You can always create your own Resource Manager to support the third-party software, building into it the commands and the batch script necessary.  Then the users could just use the UI that you give them through the configuration you have designed in the xml.

Al
----- bugzilla-daemon@xxxxxxxxxxx wrote:
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=355835
> Product/Component: PTP / Launch
> 
>            Summary: Generic job configuration/launching
>     Classification: Tools
>            Product: PTP
>            Version: 4.0.6
>           Platform: All
>         OS/Version: Mac OS X
>             Status: NEW
>           Severity: enhancement
>           Priority: P3
>          Component: Launch
>         AssignedTo: ptp-inbox@xxxxxxxxxxx
>         ReportedBy: dhudak@xxxxxxx
> 
> 
> Build Identifier: 20110615-0604
> 
> PTP allows me to submit and monitor jobs from executables that I create.  We
> have a lot of third-party software (ABAQUS, OpenFOAM, etc.) which users
> manually create PBS scripts to execute.  Often, these scripts are not
> understood by the user and do not execute properly.  (For example, reserving 8
> nodes and launching 8 processes on the first node, leaving the other 7 nodes
> idle.)  
> 
> Would it be possible for us to provide batch scripts for common applications
> and let the user customize them with the PTP job configuration windows?
> 
> Reproducible: Always
> 
> Steps to Reproduce:
> 1.  N/A.  Feature request.
> 2.
> 3.
> 
> -- 
> Configure bugmail: https://bugs.eclipse.org/bugs/userprefs.cgi?tab=email
> ------- You are receiving this mail because: -------
> You are watching the assignee of the bug.
> 



Back to the top