cluster and amici #1621
Unanswered
chloweckel
asked this question in
Q&A
Replies: 1 comment 2 replies
-
|
Hi, I am guessing that this happens because some AMICI model is compiled by several processes in parallel in the same directory, overwriting each others output. Could that be the case? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Dear all,
I used PyPesto and Petab for a parameter estimation problem. Everything works except when I simulate on a cluster on a specific node. I get this kind of error:
extension in the same location has already been imported, but the file was modified on disk.
Imported at 2025-10-13T15:21:40.193079
Modified at 2025-10-13T15:22:00.
Import the module with a different name or restart the Python kernel.
I don't know why, because it works when I am on another node of the cluster.
My code is as follows:
filename = './config.yaml'
petab_yaml = filename
petab_problem = petab.Problem.from_yaml(petab_yaml)
importer = pypesto.petab.PetabImporter.from_yaml(petab_yaml)
problem = importer.create_problem()
Thank you very much for your help !
Beta Was this translation helpful? Give feedback.
All reactions