optimas-org / optimas

Optimization at scale, powered by libEnsemble
https://optimas.readthedocs.io
Other
22 stars 13 forks source link

Undo recent changes commenting out the simulation script #65

Closed RemiLehe closed 1 year ago

RemiLehe commented 1 year ago

PR #60 commented out the simulation script in the submit command. However, this causes optimizations with WarpX to fail (WarpX optimizations need an executable and an input script).

delaossa commented 1 year ago

Adding back this line causes an error when using FBPIC. It adds the python script as argument of itself in the execution line.

delaossa commented 1 year ago

Trying to fix this in this PR https://github.com/RemiLehe/libE_opt/pull/66