Commit Graph

6 Commits

Author SHA1 Message Date
Benoît Sierro
13f6e18635 Pulse class working
The pulse class can iterate through intensity and amplitude whatever the wavelength, The plan is now to change all the parameters into classes
2021-02-08 10:41:15 +01:00
Benoît Sierro
bba7298917 added a data buffer and max concurrent jobs overwrite
data buffer added using ray.util.queue.Queue, added a Simulations.limit_concurrent_jobs method
2021-02-05 11:42:06 +01:00
Benoît Sierro
d2a85713b9 mostly working with this weird file handling system 2021-02-03 09:09:10 +01:00
Benoît Sierro
3c2e98d1e9 ray simulations seem to work
nodes (except head node) can deconnect and reconnect to/from the cluster and work is rebalanced properly. if a node dies while simulating, the leftover work is picked up at the end and everything is merged normall. Tests of the actual validity of the mergd data have not been made yet
2021-02-01 09:05:44 +01:00
Benoît Sierro
15bc736294 about to move repeat from simulations to iterator 2021-01-29 17:46:58 +01:00
Benoît Sierro
bf8e2ec0b1 initial commit 2021-01-28 22:43:54 +01:00