You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Which version of gfortran do you used for your compilation? You can try to add the following flag to the makefile: -fallow-argument-mismatch. See if it works?
This is the same issue as #77 (see also #46 & #77), and the workaround is to use the -DCMAKE_Fortran_FLAGS="-fallow-argument-mismatch" argument to CMake when generating the build files.
HI I have thw following in file grasp/src/lib/lib9290/iniest2.f90:82:23:
79 | CALL DCOPY (NS, VEC(NS*(J-1)+1), 1, BASIS(NCF*(J-1)+1), 1)
| 2
......
82 | CALL DCOPY (NIV, EIGVAL, 1, BASIS(NIV*NCF+1), 1)
| 1
Error: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
The text was updated successfully, but these errors were encountered: