[FLASH-USERS] Paramesh error

Petros Tzeferacos petros.tzeferacos at flash.uchicago.edu
Tue Feb 10 10:26:55 EST 2015


Hi Youngjun,

I have seen this error with gcc 4.9.1 when filling guard cells. The two
options you have for this is to either degrade to an older version (4.7
should be ok), or compile without optimization the mpi_amr_1blk_guardcell.
Add the following lines in the end of your makefile:

#----------------------------------------------------------------------------
# Fake existence of iso_c_bindings module to prevent unnecessary
recompilations.
#----------------------------------------------------------------------------

ifeq ($(FLASHBINARY),true)
iso_c_binding.mod :
        touch $@
#gcc version 4.9.1 results in MPI communication errors
#unless we compile with -O0
mpi_amr_1blk_guardcell.o : %.o : %.F90
        $(FCOMP) $(FFLAGS) -O0 $(F90FLAGS) $(FDEFINES)  $<
endif


Please let us know if this works for you. We will try to come up with a
more elegant solution in the upcoming releases.

Best,
-- Petros


On Tue, Feb 10, 2015 at 8:24 AM, Youngjun LEE <m13lu2 at gmail.com> wrote:

> Hello everyone,
>
> I'm having trouble running the FLASH code with mpich. This error only
> occurs within mpirun command. The error message is:
>
>
> Paramesh error : pe            1  needed full blk            1
> 0  but could not find it or only  found part of it in the message buffer.
> Contact PARAMESH developers for help.
>
>
>
> Does anyone knows how to solve this issue?
>
>
>
> --
>
> *LEE Youngjun*
>
> *Plasma Theory and Nonlinear Dynamics Lab.*
>
> *Department of Physics*
>
> *Chung-Ang University, Seoul, Korea*
> *Mobile: +82-10-3230-9213 <%2B82-10-3230-9213>*
>



-- 
/* ************************************************* *
     Petros Tzeferacos, PhD

     Research Scientist,
     Associate Director & Code Group Leader,
     Flash Center for Computational Science,
     Department of Astronomy & Astrophysics,
     University of Chicago.
     5747 S. Ellis Ave, Jones Lab. room 317
     Chicago, IL 60637
     Tel. 773-834-3236
     petros.tzeferacos at flash.uchicago.edu
 * ************************************************* */
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://flash.rochester.edu/pipermail/flash-users/attachments/20150210/5401cd44/attachment.htm>


More information about the flash-users mailing list