<style class="ke-style">
[list-style-type] {padding-left:20px;list-style-position:inside}
[list-style-type] li {margin:0}
[list-style-type] li:before, span.ke-list-item-matter {font-family:"sans serif",tahoma,verdana,helvetica}
[list-style-type] li p,[list-style-type] li h1,[list-style-type] li h2,[list-style-type] li h3,[list-style-type] li h4,[list-style-type] li h5,[list-style-type] li div,[list-style-type] li blockquote{display:inline;word-break:break-all}
[list-style-type] li table {display:inline-block;vertical-align:top}
p{margin:0}
td {word-break: break-word}
.default-font-1774858878956{
font-size:14px;
}
</style><div class="default-font-1774858878956" dir="ltr"><p>Dear FLASH Community,</p>
<p>I was trying to build the <code>LaserSlab</code> problem in FLASH 4.8 on Ubuntu, but during my build process, it turned out wrong that there's an error in Driver_computeDt.F90, which called:</p><p><br></p><p><br></p><p><br></p><p>Makefile:131: warning: pattern recipe did not update peer target 'Driver_computeCellLocations.mod'.</p><p>/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</p><p>Driver_computeDt.F90:544:20:</p><p><br></p><p>  536 |   call MPI_Bcast(dtMinLoc(1), 5, MPI_INTEGER, pgmin, dr_globalComm, error)</p><p><br></p><p>      |                 2   </p><p>......</p><p>  544 |      call MPI_Bcast(extraHydroInfo, 1, FLASH_REAL, pgmin, dr_globalComm, error)</p><p>      |                    1</p><p>Error: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)).</p><p>Driver_computeDt.F90:549:20:</p><p><br></p><p>  536 |   call MPI_Bcast(dtMinLoc(1), 5, MPI_INTEGER, pgmin, dr_globalComm, error)</p><p><br></p><p>      |                 2   </p><p>......</p><p>  549 |      call MPI_Bcast(extraHydroInfo, 1, FLASH_REAL, pgmin, dr_globalComm, error)</p><p>      |                    1</p><p>Error: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)).</p><p>make: *** [Makefile:132:Driver_computeDt.o] error 1</p><p><br></p><p><strong></strong>Any guidance would be greatly appreciated.</p><p><br></p><p>Thank you.</p><p><br></p><p>Best regards,</p><p>Yixuan Huang</p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p></div>