Rate This Document
Findability
Accuracy
Completeness
Readability

Error Reported When make install Is Run

Symptom

The error message "Error: Array specification at (1) has more than 7 dimensions" is displayed when the make install command is run.

Key Process and Cause Analysis

The environment configuration is incorrect during compilation.

Conclusion and Solution

After consultation and internet searches, the error is caused by the gfortran version that is too early. Add the following command to the environment variable configuration and recompile and install the gfortran:

export FC= /path/to/GNU/bin/gfortran