-
|
I've submitted an evolutionary algorithm search with tags, so as not to use workers from other searches that are utilizing the same database. However, the tag from the yaml file doesn't seem to be working (although I've used the conventions from the docs on tags). They are submitting correctly (search.out file shows that 22 structures are submitted) but workers with the same tag cannot find any jobs with that tag in the queue and close immediately. yaml file: worker submit script: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Sorry!! This is a bug/typo on my part. When I'm submitting new individuals, I forgot to add the tags 😓 simmate/src/simmate/apps/evolution/models/fixed_composition.py Lines 379 to 382 in f15ece0 I'm fixing this now, and it will work normally once v0.15.0 is released. note this bug only affects evolutionary searches. all other workflows should be fine |
Beta Was this translation helpful? Give feedback.
Sorry!! This is a bug/typo on my part. When I'm submitting new individuals, I forgot to add the tags 😓
simmate/src/simmate/apps/evolution/models/fixed_composition.py
Lines 379 to 382 in f15ece0
I'm fixing this now, and it will work normally once v0.15.0 is released.
note this bug only affects evolutionary searches. all other workflows should be fine