We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I tried installing grasp, but when I ran make, it prompted me:
f77 -c -O2 -fno-automatic -I /home/bingxin/grasp/src/lib/libmod -o iniest2.o iniest2.f90 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),
Could you help me?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I tried installing grasp, but when I ran make, it prompted me:
f77 -c -O2 -fno-automatic -I /home/bingxin/grasp/src/lib/libmod -o iniest2.o iniest2.f90
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),
Could you help me?
The text was updated successfully, but these errors were encountered: