[FLASH-USERS] FLASH installation issue
amar at aries.res.in
amar at aries.res.in
Wed Oct 18 15:27:09 EDT 2023
Dear FLASH Users,
I am trying to install the latest FLASH version (4.7.1). I am n ew to FLASH and trying to install it for the first time. I have correctly set the path of the compilers in the 'Makefile.h' file. However, when I do a 'make' in the "object" directory, I encounter the following issue:
/usr/bin/mpif90 -ggdb -c -O2 -fdefault-real-8 -fdefault-double-8 -Wuninitialized -DMAXBLOCKS=1000 -DNXB=8 -DNYB=8 -DNZB=1 -DN_DIM=2 Driver_computeDt.F90
Driver_computeDt.F90:545:20:
537 | call MPI_Bcast(dtMinLoc(1), 5, MPI_INTEGER, pgmin, dr_globalComm, error)
| 2
......
545 | call MPI_Bcast(extraHydroInfo, 1, FLASH_REAL, pgmin, dr_globalComm, error)
| 1
Error: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)).
Driver_computeDt.F90:550:20:
537 | call MPI_Bcast(dtMinLoc(1), 5, MPI_INTEGER, pgmin, dr_globalComm, error)
| 2
......
550 | call MPI_Bcast(extraHydroInfo, 1, FLASH_REAL, pgmin, dr_globalComm, error)
| 1
Error: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)).
make: *** [Makefile:116: Driver_computeDt.o] Error 1
I shall be highly thankful for any possible diagnosis of the issue. Thanks in advance for any possible suggestions.
With regards,
Amar Aryan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://flash.rochester.edu/pipermail/flash-users/attachments/20231019/38375f9d/attachment.htm>
More information about the flash-users
mailing list