-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Files are not written for remote jobs #1471
Comments
Can you try to call |
seems to do the job. |
For potential that are manually defined via a dataframe the write_input_files_from_input_dict functionality breaks the
Edit: I use https://github.com/pyiron/pyiron_atomistics/tree/workaround-file-copying as a workaround on the remote hpc right now. |
bump |
Can you be a bit more specific where the potential file is located |
This is the full local path |
Regarding file writing I guess the problem is
always returning False for lammps, so that
does never call write_input |
Just as a workaround, can you check if it works by setting: job._job_with_calculate_function = False |
With |
Does the remote submission work when |
Yes, the job is submitted and runs. EDIT: |
As the issue is not part of the Lammps class itself, I am confused why it works with VASP |
Ok, an alternative suggestion would be to add the |
I do not know yet. We had another bug with how restart files are read pyiron/pyiron_base#1509 but that is still work in progress. |
Works with the addition of |
Great, I think that is the best solution, until we have https://github.com/pyiron/pympipool ready to handle the remote submission. |
Do you have an idea how to fix the issue of potentials that are not part of the resources dataframe. |
I would modify the potential data frame, and maybe just attach the potential as restart file. |
@niklassiemer I close this issue, feel free to reopen it if the issue comes up again. |
Probably wrong ping @Leimeroth |
When trying to submit Lammps jobs to a remote cluster only a .h5 file is created, but no input files or working directory. I guess somewhere during restructuring of run functions the necessary call to write_input has gone missing.
EDIT:
For VASP it works, so the issue seems to be in the Lammps class.
The text was updated successfully, but these errors were encountered: