Skip to content

Add ability to send positions to CP2K via file

Logan Ward requested to merge WardLT/ase:cp2k-set-pos-file into master

Introduces the ability to side-step issues in passing large atomic structures to CP2K through stdin for MPI applications. Adds a set_pos_file option that sends positions via file rather than stdin, which is a route others have used successfully and one I've confirmed fixes issues with ASE.

My PR to CP2K which supports the new route has been merged, but we'd need to test against the main branch until the next CP2K release occurs.

Checklist

Edited by Logan Ward

Merge request reports