Skip to content
New issue

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

linux-gcc-openmp compile breaks on standard linux setup #3

Open
ahbarnett opened this issue Feb 9, 2024 · 0 comments
Open

linux-gcc-openmp compile breaks on standard linux setup #3

ahbarnett opened this issue Feb 9, 2024 · 0 comments

Comments

@ahbarnett
Copy link

Same setup as Issue #1.
Except uncomment HOST = linux-gcc-openmp in makefile.

make gives:

...
gfortran  -O2  -w --openmp -fdefault-integer-8 -finteger-4-integer-8 -c src/chebtarggridrouts.f90 -o src/chebtarggridrouts.o
src/chebtarggridrouts.f90:777:27:

  777 |   call chebexps(itype,k,ts,uk,vk,wts)
      |                           1
......
 1373 |   call chebexps(itype,norder,xpts,utmp,vtmp,wts)
      |                                  2
Error: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-2)
src/chebtarggridrouts.f90:306:10:

  179 |       nexpc,radexp,idivflag,ndiv,isep,nlmax,nbmax,nlevelsfmm, &
      |            2
......
  306 |       nt2,trads,idivflag,ndiv,isep,nlmax,nbmax,nlevelsfmm, &
      |          1
Error: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
src/chebtarggridrouts.f90:316:6:

  189 |       radexp,idivflag,ndiv,isep,mhung,mnbors,mnlist1, &
      |      2
......
  316 |       trads,idivflag,ndiv,isep,mhung,mnbors,mnlist1, &
      |      1
Error: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
make: *** [makefile:149: src/chebtarggridrouts.o] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant