Eric Sivonxay
Eric Sivonxay
When adding powerups to a dynamic workflow, only the currently present fireworks obtain attributes such as use scratch dir, priority, etc. When a new firework is created, following the completion...
There is currently no way to distribute GPUs among fireworks when running small jobs in parallel on one system. An example: On NERSC, you get exclusive access to 1 Perlmutter...
When running large numbers of calculations simultaneously, `rlaunch multi` takes care to only create one MongoClient instance and take advantage of connection pooling to prevent large numbers of concurrent connections...
When two memory stores are instantiated with the same `collection_name`, they are isolated and do not interact with each other. When a document is inserted into one MemoryStore, it is...
See example below for context. Not sure if this is intended behavior or a bug, since forcing a reconnect fixes the issue. ```python from maggma.stores.mongolike import MongoStore store = MongoStore()...
## Summary - Utilize MultiStore from fireworks DataServer to pool connections when accessing equivalent stores (when running fireworks on multiple processes). ## TODO (if any) - [ ] This feature...