Anonymous @ on
abinit problem
How to resolve getting an error “line 16 has more than 132 columns”?
Find information on common issues.
Ask questions and find answers from other users.
Suggest a new site feature or improvement.
Check on status of your tickets.
Status: Closed
0 Like 0 Dislike
Benjamin P Haley @ on
This seems to be a limit hardcoded into ABINIT. The best solution would be to change your input files so that all lines are less than 132 characters. If you want to try to modify the source code, the relevant variables are fnlen and strlen in the defs_basis module.
Report abuse