tilde-lab / yascheduler

Yet another cloud computing scheduler for the high-throughput cloud scientific simulations
https://mpds.io/search/ab%20initio%20calculations
MIT License
5 stars 4 forks source link

OS logic mismatch fix #113

Closed knopki closed 1 year ago

knopki commented 1 year ago

This should fix #110, but I'm not sure. The real fix is only fix of engine initialization on wrong platform, not task scheduling. So, @blokhin, test it, please.

My configuration:

[engine.dummy]
platforms = debian
# skip

[engine.dummy-win]
platforms = windows
# skip

Tested on debian-10 and windows-10 notes.