I posted this to the Google Groups, but I think I'm supposed to post the issue here instead.
Our version of gcc is 10.2 and python is 3.8.5
I'm working on setting up new computers for students to use with this version and have hit an error when trying out make .plots for the chile2010 example.
Here is the error:
-I/Users/macinnesb/clawpack-installations/clawpack-v5.7.1/amrclaw/src/2d/ -I/Users/macinnesb/clawpack-installations/clawpack-v5.7.1/geoclaw/src/2d/shallow/ -I/Users/macinnesb/clawpack-installations/clawpack-v5.7.1/geoclaw/src/2d/shallow/multilayer/ -I/Users/macinnesb/clawpack-installations/clawpack-v5.7.1/geoclaw/src/2d/shallow/surge/ -L/Users/macinnesb/clawpack-installations/clawpack-v5.7.1/geoclaw/examples/tsunami/chile2010Trial/ -o /Users/macinnesb/clawpack-installations/clawpack-v5.7.1/geoclaw/src/2d/shallow/filval.o
/Users/macinnesb/clawpack-installations/clawpack-v5.7.1/geoclaw/src/2d/shallow/filval.f90:154:51:
95 | call preintcopy(valc,mic,mjc,nvar,iclo,ichi,jclo,jchi,level-1,fliparray)
| 2
......
154 | jlo-nghost,jhi+nghost,level,1,1,fliparray)
| 1
Error: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(4)/REAL(8)).
make: *** [/Users/macinnesb/clawpack-installations/clawpack-v5.7.1/geoclaw/src/2d/shallow/filval.o] Error 1
I posted this to the Google Groups, but I think I'm supposed to post the issue here instead.
Our version of gcc is 10.2 and python is 3.8.5
I'm working on setting up new computers for students to use with this version and have hit an error when trying out make .plots for the chile2010 example.
Here is the error:
-I/Users/macinnesb/clawpack-installations/clawpack-v5.7.1/amrclaw/src/2d/ -I/Users/macinnesb/clawpack-installations/clawpack-v5.7.1/geoclaw/src/2d/shallow/ -I/Users/macinnesb/clawpack-installations/clawpack-v5.7.1/geoclaw/src/2d/shallow/multilayer/ -I/Users/macinnesb/clawpack-installations/clawpack-v5.7.1/geoclaw/src/2d/shallow/surge/ -L/Users/macinnesb/clawpack-installations/clawpack-v5.7.1/geoclaw/examples/tsunami/chile2010Trial/ -o /Users/macinnesb/clawpack-installations/clawpack-v5.7.1/geoclaw/src/2d/shallow/filval.o
/Users/macinnesb/clawpack-installations/clawpack-v5.7.1/geoclaw/src/2d/shallow/filval.f90:154:51:
95 | call preintcopy(valc,mic,mjc,nvar,iclo,ichi,jclo,jchi,level-1,fliparray)
| 2
......
154 | jlo-nghost,jhi+nghost,level,1,1,fliparray)
| 1
Error: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(4)/REAL(8)).
make: *** [/Users/macinnesb/clawpack-installations/clawpack-v5.7.1/geoclaw/src/2d/shallow/filval.o] Error 1