Myunggi Yi wrote:
> Now I'm building the parallel version.
> The following is the error message.
>
>
>        /lib/cpp  -P -DMPI -DMASSLIB -DNMLEQ -DCLINK_PLAIN -DXLF90
> -DPOE  evb_input.f > _evb_input.f
>        mpxlf90_r -bmaxdata:0x80000000 -c -qfixed -c  -qfree=f90  -o
> evb_input.o _evb_input.f
> ** evb_input   === End of Compilation 1 ===
> ** evb_input_alloc   === End of Compilation 2 ===
> ** evb_input_dealloc   === End of Compilation 3 ===
> 1501-510  Compilation successful for file _evb_input.f.
>        /lib/cpp  -P -DMPI -DMASSLIB -DNMLEQ -DCLINK_PLAIN -DXLF90
> -DPOE  evb_init.f > _evb_init.f
> "evb_init.f", line 18.12: 1506-296 (S) #include file "mpif.h" not found.
> make: 1254-004 The error code from the last command is 1.
>
>
> Stop.
> make: 1254-004 The error code from the last command is 2.
>
>
> Stop.
> -----------------------------------------------------------------------
> The AMBER Mail Reflector
> To post, send mail to amber.scripps.edu
> To unsubscribe, send "unsubscribe amber" to majordomo.scripps.edu
You need to include  -I/usr/lpp/ppe.poe/include  in FPP in file 
config.h, like this:
FPP=/lib/cpp -I/usr/lpp/ppe.poe/include $(FPPFLAGS)
Jyh-Shyong Ho. Ph.D.
Research Scientist
National Center for Hgh Performance Computing
Hsinchu, Taiwan, ROC
-----------------------------------------------------------------------
The AMBER Mail Reflector
To post, send mail to amber.scripps.edu
To unsubscribe, send "unsubscribe amber" to majordomo.scripps.edu
Received on Sun Aug 27 2006 - 06:07:27 PDT