Skip to Content.
Sympa Menu

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

forum@abinit.org

Subject: The ABINIT Users Mailing List ( CLOSED )

List archive

Re: help on compiling abinip on IBM Power 4 machines


Chronological Thread 
  • From: dylu@ucdavis.edu
  • To: forum@abinit.org
  • Subject: Re: help on compiling abinip on IBM Power 4 machines
  • Date: Sat, 26 Aug 2006 02:14:48 +0200

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



Archive powered by MHonArc 2.6.16.

Top of Page