Hello Guys!
This is my first post on the list.
I want to deploy Condor on a dual proc Xeon with
Fedora core 3 I have checked the glib version which seems to be 2.3 on FC3 So, I
downloaded Condor for glib 2.3/red hat 9
I wanted to check if:
A) this was the right version to use for
Fedora? ( I think it is )
B) is there known do's and don’t about Condor on
FC3?
Also, my Condor
setup will be driving a software which as several licensing capabilities,
such that license X goes on machine X and license Y goes on machine Y.
the
licensing scheme used by this software is floating scheme, such I can decide
what machine runs what. I want to be able to encode
some custom flags to use
it during submit process. I been looking in was to define
custom attributes that could be used as requirements during a submit, for
example
HasSoftwareA_FeatureA = true
HasSoftwareA_FeatureB = true
HasSoftwareB =
true
Etc.
I have added the
attributs to my config file or config local file, and somehow none of those
attributes show up in condor_status -l hostname
I have tried to use
condor_config_val ( while making sure the config file allow such thing ) and I
still get get my custom attributes to show up.
The documentation does mention
about custom software caps, but it was unclear if it was an hardcoded attribute
or a custom one.
Seems like I am missing something obvious ;)
Tx guys for the
help.
Dave