Skip to Content.
Sympa Menu

forum - Re: [abinit-forum] Re: help on compiling abinip on IBM Power 4 machines

forum@abinit.org

Subject: The ABINIT Users Mailing List ( CLOSED )

List archive

Re: [abinit-forum] Re: help on compiling abinip on IBM Power 4 machines


Chronological Thread 
  • From: "Anglade Pierre-Matthieu" <anglade@gmail.com>
  • To: forum@abinit.org
  • Subject: Re: [abinit-forum] Re: help on compiling abinip on IBM Power 4 machines
  • Date: Sat, 26 Aug 2006 08:37:50 +0200
  • Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Hf0l+DMxEZCxIDrY2OQFZAvfYni4Kr0nTNKd+vA7mknwPE5IHo0lJSvP21FcDE1YJ+tfv6T/zA5OhcQIkSIZo9evI19DznbwyCU7y3M7HlQZ41P2iAbn47XbteAHjSsF59KyFhA2bSkazyYdDk1St8QjfYUAllgqQ2H/fgxxtSw=

Hi,

I don't have the code at hand today so I can't check my proposals
but, if the "-D" falgs are ignored by the compiler, since the flag
-DHAVE_CONFIG_H is defined I suggest that you go hunting for
"config.h" and add a "#define MPI" within

regards

PMA

On 8/26/06, dylu@ucdavis.edu <dylu@ucdavis.edu> wrote:
I think it may related to the -D flags, which are ignored by mpxlf90_r.

ds100 % mpxlf90_r -qsuffix=cpp=F90 -DHAVE_CONFIG_H -DHAVE_MPI_H -I. -I.
-I../.. -I../defs -I/usr/lpp/ppe.poe/include -qsuffix=cpp=F90 -O2 -g -qnoipa
-q64 -qarch=pwr4 -qtune=pwr4 -qalias=noaryovrlp -c -o
lib01managempip_a-hdr_comm.o `test -f 'hdr_comm.F90' || echo './'`hdr_comm.F90
"hdr_comm.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free
form and IBM free form.
** hdr_comm === End of Compilation 1 ===
1501-510 Compilation successful for file hdr_comm.F90.

Using -DMPI will cost an error:

ds100 % mpxlf90_r -qsuffix=cpp=F90 -DHAVE_CONFIG_H -DMPI -I. -I. -I../..
-I../defs -I/usr/lpp/ppe.poe/include -qsuffix=cpp=F90 -O2 -g -qnoipa -q64
-qarch=pwr4 -qtune=pwr4 -qalias=noaryovrlp -c -o lib01managempip_a-hdr_comm.o
`test -f 'hdr_comm.F90' || echo './'`hdr_comm.F90
xlf90_r: 1501-214 command option M reserved for future use - ignored
xlf90_r: 1501-210 command option P contains an incorrect subargument


Thanks
Deyu Lu



--
Pierre-Matthieu Anglade



Archive powered by MHonArc 2.6.16.

Top of Page