Westley2010
New member
Hello everyone,I am trying to compile the WPS, only the ungrib.exe can't be produced. I am attaching configure.wps, intmath.f and a compile log file. I would really appreciate it if someone could help me!!I have read a similar topic with the same problem but i didnt have any luck with the solutions proposed.
Thanks all in advance.
it shows the error about intmath,intmath.mod which is in \WPS\ungrib\src\ngl\g2. I don't know why it happens.
gfortran -c -ffixed-form -O -fconvert=big-endian -frecord-marker=4 intmath.f
intmath.f:207:14:
207 | if(iand(i,i-1)/=0) then
| 1
Error: Arguments of ‘iand’ have different kind type parameters at (1)
Fatal Error: Cannot open module file ‘intmath.mod’ for reading at (1): No such file or directory
Thanks all in advance.
it shows the error about intmath,intmath.mod which is in \WPS\ungrib\src\ngl\g2. I don't know why it happens.
gfortran -c -ffixed-form -O -fconvert=big-endian -frecord-marker=4 intmath.f
intmath.f:207:14:
207 | if(iand(i,i-1)/=0) then
| 1
Error: Arguments of ‘iand’ have different kind type parameters at (1)
Fatal Error: Cannot open module file ‘intmath.mod’ for reading at (1): No such file or directory