[torqueusers] Torque API question
Cargnelli, Matthieu
Matthieu.Cargnelli at eads.net
Tue Aug 23 01:40:26 MDT 2005
Hi all,
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
More information about the torqueusers
mailing list