Raphaël Robidas

Results 46 comments of Raphaël Robidas

@hendrikmakait Thanks for the detailed reply, see PR #8729!

I am having this exact issue, I cannot get the scheduler to start when creating a `GCPCluster`, although everything works if I spawn the scheduler and workers manually. In my...

@jacobtomlinson It does, but the logs are related to the VM starting up. The first serial port (console) similarly has only logging of the system. I haven't figured out how...

Thanks for the precisions, here are a couple more observations. I thought that the issue might just be in the printing, but I got a `KeyError` exception later in my...

Here's another odd case: ```python import numpy as np import dace def sub_fn(x) -> dace.float32[3]: stuff = np.zeros((3,)) # This unsets x for some reason print("Sum2: ", sum(x)) return x...

Dear Johannes, Thanks a lot for looking into it! The optimization does work without frozen atoms: ``` calc: acc: 0.1 alpb: null charge: -24 mult: 1 pal: 16 iterations: 500...