radical-cybertools / radical.saga

A Light-Weight Access Layer for Distributed Computing Infrastructure and Reference Implementation of the SAGA Python Language Bindings.
http://radical-cybertools.github.io/saga-python/
Other
83 stars 34 forks source link

Job description attribute SystemArchitecture #806

Closed mtitov closed 4 years ago

mtitov commented 4 years ago

New attribute SystemArchitecture will include information about CPUArchitecture, GPUArchitecture and SMT, e.g. {'cpu': '<cpu_arch>', 'gpu': '<gpu_arch>', 'smt': <smt_number>}

andre-merzky commented 4 years ago

@mturilli : I suspect the default will vary per resource, not per adaptor, which makes this a wee bit more complicated... One option would be to universally user the default 1 - that's easy to document :-D

mturilli commented 4 years ago

I see, maybe then always use the parameter for each resource so that it self-documents in the config file?