Troubleshooting
Problem 1: An Error Is Reported When make install Is Run
Symptom
"Error: Array specification at (1) has more than 7 dimensions" is displayed when the make install command is run.
Possible Cause
The environment configuration is incorrect during compilation.
Procedure
The GFortran version is too early. Add the following command to perform the compilation and installation again when setting environment variables:
export FC= /path/to/GNU/bin/gfortran
Parent topic: Elmer 8.4 Porting Guide (CentOS 7.6)