[torqueusers] Torque API question
Rayson Ho
rayrayson at gmail.com
Tue Aug 23 10:34:45 MDT 2005
In case you haven't read the "External Reference Specification (ERS)"
and the "Internal Design Specification (IDS)", they are available at:
http://www-unix.mcs.anl.gov/openpbs/
Rayson
P.S. Nice that someone is working on a DRMAA implementation for
Torque/PBS... thx :)
On 8/23/05, Cargnelli, Matthieu <Matthieu.Cargnelli at eads.net> wrote:
> I'm trying to write a DRMAA implementation for torque, but I don't
> really know the native API, so I have some problems implementing a binding.
> In particular I have a question about the attropl structure.
>
> Here is its declaration in the pbs_ifl.h file:
>
> struct attropl {
> struct attropl *next;
> char *name;
> char *resource;
> char *value;
> enum batch_op op;
> };
>
> I'm annoyed by the ressource (or maybe name) parameter. I only have a
> name and a value on the DRMAA side. Could someone explain what ressource
> stands for ?
>
> Thanks for your help
>
> Matthieu Cargnelli
> _______________________________________________
> torqueusers mailing list
> torqueusers at supercluster.org
> http://www.supercluster.org/mailman/listinfo/torqueusers
>
More information about the torqueusers
mailing list