-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Q parses only the first 80 characters of the fep-file-path (and crashes with non-sense error).
E.g. the following input will crash Q with no "atom-section found":
fep /path/to/wherever/i/store/my/genious/fepfile/because/it/stays/the/same/for/all/my/runs/fep.fep
Q tries the following "file" and is crashing with "[atom]"-section not found in fepfile:
/path/to/wherever/i/store/my/genious/fepfile/because/it/stays/the/same/for/all/
Workaround:
copy the file into local directory or use a soft-/hardlink ...