[petsc-users] Preprocessor definition in makefile for IBM XL Fortran Compiler

Danyang Su danyang.su at gmail.com
Tue Aug 12 23:25:29 CDT 2014


Hi Satish,

The log file is attached.

There are errors like below:

"../../min3p/welcome_pc.F90", line 151.16: 1516-036 (S) Entity iargc has
undefined type.
"../../min3p/welcome_pc.F90", 1520-031 (W) Option DLINES is ignored within
Fortran 90 free form and IBM free form.
** welcome   === End of Compilation 1 ===

I use preprocessor definition so as to exclude these non-standard fortran
calling like iargc.

Thanks,

Danyang


On Tue, Aug 12, 2014 at 11:11 PM, Satish Balay <balay at mcs.anl.gov> wrote:

> On Tue, 12 Aug 2014, Danyang Su wrote:
>
> > On Tue, Aug 12, 2014 at 10:46 PM, Satish Balay <balay at mcs.anl.gov>
> wrote:
>
> > > I don't understand. Doesn't the following work? What compile commands
> does
> > > make invoke with it?
> > >
> > Yes, the following doesn't work. I just use "make example &> log.txt" to
> > compile it. From the log file, it shows that the FPP FLAGS are not
> > recongised.
> > The machine is Vesta and I have add  +mpiwrapper-xl to .soft file and
> > resoft it.
>
> I wanted to see the contents of log.text. Anyway - here is how it
> works on vesta..
>
> Satish
>
> -----------
>
> [balay at vestalac1 test]$ ls
> ex1f.F  makefile
> [balay at vestalac1 test]$ cat makefile
> CFLAGS           =
> FFLAGS           =
> CPPFLAGS         =
> FPPFLAGS         = -WF,-DDUMMY_FLAG
> CLEANFILES       =
>
> include ${PETSC_DIR}/conf/variables
> include ${PETSC_DIR}/conf/rules
>
> ex1f: ex1f.o  chkopts
>         -${FLINKER} -o ex1f ex1f.o  ${PETSC_KSP_LIB}
>         ${RM} ex1f.o
>
> [balay at vestalac1 test]$ make ex1f
> mpixlf77_r -qnosave -c  -O3 -qhot=level=0 -qsimd=auto -qmaxmem=-1 -qstrict
> -qstrict_induction   -I/soft/libraries/petsc/3.4.4/xl-opt/include
> -I/soft/libraries/petsc/3.4.4/xl-opt/include   -WF,-DDUMMY_FLAG -o ex1f.o
> ex1f.F
> ** main   === End of Compilation 1 ===
> 1501-510  Compilation successful for file ex1f.F.
> mpixlf77_r -qnosave -O3 -qhot=level=0 -qsimd=auto -qmaxmem=-1 -qstrict
> -qstrict_induction   -o ex1f ex1f.o
>  -L/soft/libraries/petsc/3.4.4/xl-opt/lib  -lpetsc
> -Wl,-rpath,/soft/libraries/petsc/3.4.4/xl-opt/lib -lcmumps -ldmumps
> -lsmumps -lzmumps -lmumps_common -lpord
> -Wl,-rpath,/soft/libraries/alcf/current/xl/SCALAPACK/lib
> -L/soft/libraries/alcf/current/xl/SCALAPACK/lib -lscalapack -lsuperlu_4.3
> -lsuperlu_dist_3.3 -lHYPRE -lspai -lumfpack -lamd
> -L/soft/libraries/alcf/current/xl/LAPACK/lib -llapack
> -L/soft/libraries/alcf/current/xl/BLAS/lib -lblas -ltriangle -lchaco
> -lparmetis -lmetis -lpthread -ldl -lmpichcxx-gcc -lmpichf77-gcc
> -L/soft/compilers/ibmcmp-nov2013/vacpp/bg/12.1/bglib64 -libmc++
> -L/soft/compilers/ibmcmp-nov2013/xlf/bg/14.1/bglib64 -lxlf90_r -lxlomp_ser
> -lxlfmath
> /bin/rm -f ex1f.o
> [balay at vestalac1 test]$
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20140812/ff55018b/attachment-0001.html>
-------------- next part --------------
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/totsorb.o ../../min3p/totsorb.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/totsorb.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** totsorb   === End of Compilation 1 ===
1501-510  Compilation successful for file totsorb.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/storheat.o ../../min3p/storheat.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/storheat.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** stordheat   === End of Compilation 1 ===
1501-510  Compilation successful for file storheat.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/rhsvs.o ../../min3p/rhsvs.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/rhsvs.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** rhsvs   === End of Compilation 1 ===
1501-510  Compilation successful for file rhsvs.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/fluxdd.o ../../min3p/fluxdd.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/fluxdd.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** fluxdd   === End of Compilation 1 ===
1501-510  Compilation successful for file fluxdd.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/relperm_ovendry.o ../../min3p/relperm_ovendry.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/relperm_ovendry.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** relperm_ovendry   === End of Compilation 1 ===
1501-510  Compilation successful for file relperm_ovendry.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/int3a_ovendry.o ../../min3p/int3a_ovendry.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/int3a_ovendry.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** int3a_ovendry   === End of Compilation 1 ===
1501-510  Compilation successful for file int3a_ovendry.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/g_ovendry.o ../../min3p/g_ovendry.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/g_ovendry.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** g_ovendry   === End of Compilation 1 ===
1501-510  Compilation successful for file g_ovendry.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/findstrg.o ../../min3p/findstrg.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/findstrg.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** findstrg   === End of Compilation 1 ===
"../../min3p/findstrg.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** findstrginzone   === End of Compilation 2 ===
1501-510  Compilation successful for file findstrg.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/alkcalc.o ../../min3p/alkcalc.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/alkcalc.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** alkcalc   === End of Compilation 1 ===
1501-510  Compilation successful for file alkcalc.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../gas_advection/giups_brt.o ../../gas_advection/giups_brt.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../gas_advection/giups_brt.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** giups_brt   === End of Compilation 1 ===
1501-510  Compilation successful for file giups_brt.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/fluxheat.o ../../min3p/fluxheat.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/fluxheat.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** fluxheat   === End of Compilation 1 ===
1501-510  Compilation successful for file fluxheat.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/diffcoff.o ../../min3p/diffcoff.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/diffcoff.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** diffcoff   === End of Compilation 1 ===
1501-510  Compilation successful for file diffcoff.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/rhsrt.o ../../min3p/rhsrt.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/rhsrt.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** rhsrt   === End of Compilation 1 ===
1501-510  Compilation successful for file rhsrt.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/int_h_ovendry.o ../../min3p/int_h_ovendry.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/int_h_ovendry.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** int_h_ovendry   === End of Compilation 1 ===
1501-510  Compilation successful for file int_h_ovendry.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/fluxd.o ../../min3p/fluxd.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/fluxd.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** fluxd   === End of Compilation 1 ===
1501-510  Compilation successful for file fluxd.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/bulkconc.o ../../min3p/bulkconc.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/bulkconc.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** bulkconc   === End of Compilation 1 ===
1501-510  Compilation successful for file bulkconc.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/zero_r8.o ../../min3p/zero_r8.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/zero_r8.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** zero_r8   === End of Compilation 1 ===
1501-510  Compilation successful for file zero_r8.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/acoff.o ../../min3p/acoff.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/acoff.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** acoff   === End of Compilation 1 ===
1501-510  Compilation successful for file acoff.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/dtotcong.o ../../min3p/dtotcong.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/dtotcong.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** dtotcong   === End of Compilation 1 ===
1501-510  Compilation successful for file dtotcong.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/diff_vapour.o ../../min3p/diff_vapour.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/diff_vapour.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** diff_energybal   === End of Compilation 1 ===
1501-510  Compilation successful for file diff_vapour.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/storddfs.o ../../min3p/storddfs.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/storddfs.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** storddfs   === End of Compilation 1 ===
1501-510  Compilation successful for file storddfs.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/int3b_ovendry.o ../../min3p/int3b_ovendry.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/int3b_ovendry.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** int3b_ovendry   === End of Compilation 1 ===
1501-510  Compilation successful for file int3b_ovendry.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/readbloc.o ../../min3p/readbloc.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/readbloc.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** readbloc   === End of Compilation 1 ===
1501-510  Compilation successful for file readbloc.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/fluxvs.o ../../min3p/fluxvs.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/fluxvs.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** fluxvs   === End of Compilation 1 ===
1501-510  Compilation successful for file fluxvs.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/findname.o ../../min3p/findname.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/findname.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** findname   === End of Compilation 1 ===
1501-510  Compilation successful for file findname.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/vhoff.o ../../min3p/vhoff.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/vhoff.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** vhoff   === End of Compilation 1 ===
1501-510  Compilation successful for file vhoff.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/dhconst.o ../../min3p/dhconst.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/dhconst.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** dhconst   === End of Compilation 1 ===
1501-510  Compilation successful for file dhconst.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/cos_function.o ../../min3p/cos_function.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/cos_function.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** cos_function   === End of Compilation 1 ===
1501-510  Compilation successful for file cos_function.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/stordd.o ../../min3p/stordd.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/stordd.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** stordd   === End of Compilation 1 ===
1501-510  Compilation successful for file stordd.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/soilprdd.o ../../min3p/soilprdd.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/soilprdd.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** soilprdd   === End of Compilation 1 ===
1501-510  Compilation successful for file soilprdd.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/porosity_flow.o ../../min3p/porosity_flow.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/porosity_flow.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** porosity_flow   === End of Compilation 1 ===
1501-510  Compilation successful for file porosity_flow.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../phase_class/tools/lubksb.o ../../phase_class/tools/lubksb.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../phase_class/tools/lubksb.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** lubksb   === End of Compilation 1 ===
1501-510  Compilation successful for file lubksb.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../gas_advection/gasm.o ../../gas_advection/gasm.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../gas_advection/gasm.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** gasm   === End of Compilation 1 ===
1501-510  Compilation successful for file gasm.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/zero_i4.o ../../min3p/zero_i4.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/zero_i4.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** zero_i4   === End of Compilation 1 ===
1501-510  Compilation successful for file zero_i4.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/secspec.o ../../min3p/secspec.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/secspec.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** secspec   === End of Compilation 1 ===
1501-510  Compilation successful for file secspec.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/h_ovendry.o ../../min3p/h_ovendry.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/h_ovendry.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** h_ovendry   === End of Compilation 1 ===
1501-510  Compilation successful for file h_ovendry.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../gas_advection/fluxvg.o ../../gas_advection/fluxvg.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../gas_advection/fluxvg.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** fluxvg   === End of Compilation 1 ===
1501-510  Compilation successful for file fluxvg.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/findkey.o ../../min3p/findkey.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/findkey.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** findkey   === End of Compilation 1 ===
1501-510  Compilation successful for file findkey.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../gas_advection/wgpropd.o ../../gas_advection/wgpropd.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../gas_advection/wgpropd.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** wgpropd   === End of Compilation 1 ===
1501-510  Compilation successful for file wgpropd.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/rsort.o ../../min3p/rsort.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/rsort.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** rsort   === End of Compilation 1 ===
1501-510  Compilation successful for file rsort.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../gas_advection/relpfsat_g.o ../../gas_advection/relpfsat_g.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../gas_advection/relpfsat_g.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** relpfsat_g   === End of Compilation 1 ===
1501-510  Compilation successful for file relpfsat_g.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/ddtds_1.o ../../min3p/ddtds_1.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/ddtds_1.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** rhonew   === End of Compilation 1 ===
1501-510  Compilation successful for file ddtds_1.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/satindex.o ../../min3p/satindex.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/satindex.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** satindex   === End of Compilation 1 ===
1501-510  Compilation successful for file satindex.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../gas_advection/wgprop.o ../../gas_advection/wgprop.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../gas_advection/wgprop.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** wgprop   === End of Compilation 1 ===
1501-510  Compilation successful for file wgprop.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/storheatevap.o ../../min3p/storheatevap.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/storheatevap.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** storevap   === End of Compilation 1 ===
1501-510  Compilation successful for file storheatevap.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/ionstr.o ../../min3p/ionstr.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/ionstr.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** ionstr   === End of Compilation 1 ===
1501-510  Compilation successful for file ionstr.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/icnvrt.o ../../min3p/icnvrt.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/icnvrt.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** icnvrt   === End of Compilation 1 ===
1501-510  Compilation successful for file icnvrt.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/fluxfs.o ../../min3p/fluxfs.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/fluxfs.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** fluxfs   === End of Compilation 1 ===
1501-510  Compilation successful for file fluxfs.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../gas_advection/dfluxvg.o ../../gas_advection/dfluxvg.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../gas_advection/dfluxvg.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** dfluxvg   === End of Compilation 1 ===
1501-510  Compilation successful for file dfluxvg.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/concsort.o ../../min3p/concsort.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/concsort.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** concsort   === End of Compilation 1 ===
1501-510  Compilation successful for file concsort.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/zoutput.o ../../min3p/zoutput.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/zoutput.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** zoutput   === End of Compilation 1 ===
1501-510  Compilation successful for file zoutput.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/simq.o ../../min3p/simq.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/simq.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** simq   === End of Compilation 1 ===
1501-510  Compilation successful for file simq.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/relpfsat.o ../../min3p/relpfsat.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/relpfsat.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** relpfsat   === End of Compilation 1 ===
1501-510  Compilation successful for file relpfsat.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/findzone.o ../../min3p/findzone.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/findzone.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** findzone   === End of Compilation 1 ===
1501-510  Compilation successful for file findzone.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/xh_ovendry.o ../../min3p/xh_ovendry.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/xh_ovendry.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** xh_ovendry   === End of Compilation 1 ===
1501-510  Compilation successful for file xh_ovendry.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/w_ovendry.o ../../min3p/w_ovendry.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/w_ovendry.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** w_ovendry   === End of Compilation 1 ===
1501-510  Compilation successful for file w_ovendry.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/satfpres.o ../../min3p/satfpres.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/satfpres.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** satfpres   === End of Compilation 1 ===
1501-510  Compilation successful for file satfpres.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/gs_ovendry.o ../../min3p/gs_ovendry.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/gs_ovendry.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** gs_ovendry   === End of Compilation 1 ===
1501-510  Compilation successful for file gs_ovendry.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/fluxv.o ../../min3p/fluxv.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/fluxv.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** fluxv   === End of Compilation 1 ===
1501-510  Compilation successful for file fluxv.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/darcy_energybal.o ../../min3p/darcy_energybal.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/darcy_energybal.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** darcy_energybal   === End of Compilation 1 ===
1501-510  Compilation successful for file darcy_energybal.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../phase_class/tools/xmlreader/m_charset.o ../../phase_class/tools/xmlreader/m_charset.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../phase_class/tools/xmlreader/m_charset.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** m_charset   === End of Compilation 1 ===
1501-510  Compilation successful for file m_charset.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../solver/petsc_mpi_common.o ../../solver/petsc_mpi_common.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../solver/petsc_mpi_common.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** petsc_mpi_common   === End of Compilation 1 ===
1501-510  Compilation successful for file petsc_mpi_common.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/parm.o ../../min3p/parm.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/parm.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** parm   === End of Compilation 1 ===
1501-510  Compilation successful for file parm.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../phase_class/tools/xmlreader/m_debug.o ../../phase_class/tools/xmlreader/m_debug.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../phase_class/tools/xmlreader/m_debug.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** m_debug   === End of Compilation 1 ===
1501-510  Compilation successful for file m_debug.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../version/Version.o ../../version/Version.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../version/Version.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** version   === End of Compilation 1 ===
1501-510  Compilation successful for file Version.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../solver/solver_snes_common.o ../../solver/solver_snes_common.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
    1517-020: (E) Source file is empty.
** ../../solver/solver_snes_common.F90   === End of Compilation 1 ===
"../../solver/solver_snes_common.F90", 1500-030 (I) INFORMATION: (block data)__1: Additional optimization may be attained by recompiling and specifying MAXMEM option with a value greater than 0.
1501-510  Compilation successful for file solver_snes_common.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../phase_class/constants/m_constants_cheproo.o ../../phase_class/constants/m_constants_cheproo.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../phase_class/constants/m_constants_cheproo.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** m_constants_cheproo   === End of Compilation 1 ===
1501-510  Compilation successful for file m_constants_cheproo.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/dens.o ../../min3p/dens.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/dens.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** dens   === End of Compilation 1 ===
1501-510  Compilation successful for file dens.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../icesheet/m_ice_sheet.o ../../icesheet/m_ice_sheet.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../icesheet/m_ice_sheet.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** m_ice_sheet   === End of Compilation 1 ===
1501-510  Compilation successful for file m_ice_sheet.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/multidiff.o ../../min3p/multidiff.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/multidiff.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** multidiff   === End of Compilation 1 ===
1501-510  Compilation successful for file multidiff.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../phase_class/tools/xmlreader/m_buffer.o ../../phase_class/tools/xmlreader/m_buffer.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../phase_class/tools/xmlreader/m_buffer.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** m_buffer   === End of Compilation 1 ===
1501-510  Compilation successful for file m_buffer.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../energy_balance/m_heat_transport.o ../../energy_balance/m_heat_transport.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../energy_balance/m_heat_transport.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** m_heat_transport   === End of Compilation 1 ===
1501-510  Compilation successful for file m_heat_transport.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../phase_class/tools/xmlreader/m_dictionary.o ../../phase_class/tools/xmlreader/m_dictionary.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../phase_class/tools/xmlreader/m_dictionary.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** m_dictionary   === End of Compilation 1 ===
1501-510  Compilation successful for file m_dictionary.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../version/writeversion.o ../../version/writeversion.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../version/writeversion.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** writeversion   === End of Compilation 1 ===
1501-510  Compilation successful for file writeversion.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../phase_class/tools/xmlreader/m_io.o ../../phase_class/tools/xmlreader/m_io.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../phase_class/tools/xmlreader/m_io.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** m_io   === End of Compilation 1 ===
1501-510  Compilation successful for file m_io.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/gen.o ../../min3p/gen.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/gen.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** gen   === End of Compilation 1 ===
1501-510  Compilation successful for file gen.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../solver/solver_snes_interface.o ../../solver/solver_snes_interface.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
    1517-020: (E) Source file is empty.
** ../../solver/solver_snes_interface.F90   === End of Compilation 1 ===
"../../solver/solver_snes_interface.F90", 1500-030 (I) INFORMATION: (block data)__1: Additional optimization may be attained by recompiling and specifying MAXMEM option with a value greater than 0.
1501-510  Compilation successful for file solver_snes_interface.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../phase_class/tools/xmlreader/m_reader.o ../../phase_class/tools/xmlreader/m_reader.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../phase_class/tools/xmlreader/m_reader.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** m_reader   === End of Compilation 1 ===
1501-510  Compilation successful for file m_reader.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../phase_class/tools/m_general_tools_cheproo.o ../../phase_class/tools/m_general_tools_cheproo.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../phase_class/tools/m_general_tools_cheproo.F90", line 2288.30: 1512-053 (E) Edit descriptor in literal FMT specifier is invalid and will be ignored.
"../../phase_class/tools/m_general_tools_cheproo.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** m_general_tools_cheproo   === End of Compilation 1 ===
1501-510  Compilation successful for file m_general_tools_cheproo.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../solver/solver_snes_function.o ../../solver/solver_snes_function.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
    1517-020: (E) Source file is empty.
** ../../solver/solver_snes_function.F90   === End of Compilation 1 ===
"../../solver/solver_snes_function.F90", 1500-030 (I) INFORMATION: (block data)__1: Additional optimization may be attained by recompiling and specifying MAXMEM option with a value greater than 0.
1501-510  Compilation successful for file solver_snes_function.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../phase_class/tools/xmlreader/m_converters.o ../../phase_class/tools/xmlreader/m_converters.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../phase_class/tools/xmlreader/m_converters.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** m_converters   === End of Compilation 1 ===
1501-510  Compilation successful for file m_converters.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/file_utility.o ../../min3p/file_utility.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/file_utility.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** file_utility   === End of Compilation 1 ===
1501-510  Compilation successful for file file_utility.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/phys.o ../../min3p/phys.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/phys.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** phys   === End of Compilation 1 ===
1501-510  Compilation successful for file phys.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../solver/matrix_utility.o ../../solver/matrix_utility.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../solver/matrix_utility.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** matrix_utility   === End of Compilation 1 ===
1501-510  Compilation successful for file matrix_utility.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/dual.o ../../min3p/dual.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/dual.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** dual   === End of Compilation 1 ===
1501-510  Compilation successful for file dual.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../phase_class/tools/xmlreader/m_entities.o ../../phase_class/tools/xmlreader/m_entities.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../phase_class/tools/xmlreader/m_entities.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** m_entities   === End of Compilation 1 ===
1501-510  Compilation successful for file m_entities.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../solver/solver_runtime.o ../../solver/solver_runtime.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../solver/solver_runtime.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** solver_runtime   === End of Compilation 1 ===
1501-510  Compilation successful for file solver_runtime.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../phase_class/tools/xmlreader/m_elstack.o ../../phase_class/tools/xmlreader/m_elstack.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../phase_class/tools/xmlreader/m_elstack.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** m_elstack   === End of Compilation 1 ===
1501-510  Compilation successful for file m_elstack.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -o ../../solver/solver_results.o ../../solver/solver_results.f90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
** solver_results   === End of Compilation 1 ===
1501-510  Compilation successful for file solver_results.f90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../solver/solver_pardiso.o ../../solver/solver_pardiso.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
    1517-020: (E) Source file is empty.
** ../../solver/solver_pardiso.F90   === End of Compilation 1 ===
"../../solver/solver_pardiso.F90", 1500-030 (I) INFORMATION: (block data)__1: Additional optimization may be attained by recompiling and specifying MAXMEM option with a value greater than 0.
1501-510  Compilation successful for file solver_pardiso.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../solver/solver_ddmethod.o ../../solver/solver_ddmethod.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
    1517-020: (E) Source file is empty.
** ../../solver/solver_ddmethod.F90   === End of Compilation 1 ===
"../../solver/solver_ddmethod.F90", 1500-030 (I) INFORMATION: (block data)__1: Additional optimization may be attained by recompiling and specifying MAXMEM option with a value greater than 0.
1501-510  Compilation successful for file solver_ddmethod.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../phase_class/tools/xmlreader/m_fsm.o ../../phase_class/tools/xmlreader/m_fsm.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../phase_class/tools/xmlreader/m_fsm.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** m_fsm   === End of Compilation 1 ===
1501-510  Compilation successful for file m_fsm.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../phase_class/tools/xmlreader/m_xml_error.o ../../phase_class/tools/xmlreader/m_xml_error.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../phase_class/tools/xmlreader/m_xml_error.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** m_xml_error   === End of Compilation 1 ===
1501-510  Compilation successful for file m_xml_error.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../phase_class/tools/xmlreader/m_xml_parser.o ../../phase_class/tools/xmlreader/m_xml_parser.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../phase_class/tools/xmlreader/m_xml_parser.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** m_xml_parser   === End of Compilation 1 ===
1501-510  Compilation successful for file m_xml_parser.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../phase_class/tools/xmlreader/flib_sax.o ../../phase_class/tools/xmlreader/flib_sax.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../phase_class/tools/xmlreader/flib_sax.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** flib_sax   === End of Compilation 1 ===
1501-510  Compilation successful for file flib_sax.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../phase_class/tools/xpath/m_path.o ../../phase_class/tools/xpath/m_path.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../phase_class/tools/xpath/m_path.F90", line 548.15: 1506-342 (W) "/*" detected in comment.
"../../phase_class/tools/xpath/m_path.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** m_path   === End of Compilation 1 ===
1501-510  Compilation successful for file m_path.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../phase_class/tools/xmlreader/m_handlers.o ../../phase_class/tools/xmlreader/m_handlers.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../phase_class/tools/xmlreader/m_handlers.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** m_handlers   === End of Compilation 1 ===
1501-510  Compilation successful for file m_handlers.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../phase_class/tools/xpath/flib_xpath.o ../../phase_class/tools/xpath/flib_xpath.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../phase_class/tools/xpath/flib_xpath.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** flib_xpath   === End of Compilation 1 ===
1501-510  Compilation successful for file flib_xpath.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../phase_class/species/m_species.o ../../phase_class/species/m_species.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../phase_class/species/m_species.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** m_species   === End of Compilation 1 ===
1501-510  Compilation successful for file m_species.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../phase_class/phase/m_parentphase.o ../../phase_class/phase/m_parentphase.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../phase_class/phase/m_parentphase.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** m_parentphase   === End of Compilation 1 ===
1501-510  Compilation successful for file m_parentphase.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../phase_class/phase/m_parentaqueousphase.o ../../phase_class/phase/m_parentaqueousphase.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../phase_class/phase/m_parentaqueousphase.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** m_parentaqueousphase   === End of Compilation 1 ===
1501-510  Compilation successful for file m_parentaqueousphase.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../phase_class/phase/m_aqueousphasepitzer.o ../../phase_class/phase/m_aqueousphasepitzer.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../phase_class/phase/m_aqueousphasepitzer.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** m_aqueousphasepitzer   === End of Compilation 1 ===
"../../phase_class/phase/m_aqueousphasepitzer.F90", 1500-030 (I) INFORMATION: __m_aqueousphasepitzer_NMOD_create_aqphpitzer: Additional optimization may be attained by recompiling and specifying MAXMEM option with a value greater than 8192.
1501-510  Compilation successful for file m_aqueousphasepitzer.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../phase_class/phase/m_aqueousphaseideal.o ../../phase_class/phase/m_aqueousphaseideal.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../phase_class/phase/m_aqueousphaseideal.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** m_aqueousphaseideal   === End of Compilation 1 ===
1501-510  Compilation successful for file m_aqueousphaseideal.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../phase_class/phase/m_aqueousphasedavis.o ../../phase_class/phase/m_aqueousphasedavis.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../phase_class/phase/m_aqueousphasedavis.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** m_aqueousphasedavis   === End of Compilation 1 ===
1501-510  Compilation successful for file m_aqueousphasedavis.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../phase_class/phase/m_aqueousphasebdot.o ../../phase_class/phase/m_aqueousphasebdot.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../phase_class/phase/m_aqueousphasebdot.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** m_aqueousphasebdot   === End of Compilation 1 ===
1501-510  Compilation successful for file m_aqueousphasebdot.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../phase_class/phase/m_aqueousphase.o ../../phase_class/phase/m_aqueousphase.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../phase_class/phase/m_aqueousphase.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** m_aqueousphase   === End of Compilation 1 ===
1501-510  Compilation successful for file m_aqueousphase.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../phase_class/phase/m_phase.o ../../phase_class/phase/m_phase.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../phase_class/phase/m_phase.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** m_phase   === End of Compilation 1 ===
1501-510  Compilation successful for file m_phase.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/chem.o ../../min3p/chem.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/chem.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** chem   === End of Compilation 1 ===
1501-510  Compilation successful for file chem.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../solver/solver.o ../../solver/solver.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../solver/solver.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** solver   === End of Compilation 1 ===
1501-510  Compilation successful for file solver.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/welcome_pc.o ../../min3p/welcome_pc.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/welcome_pc.F90", line 151.16: 1516-036 (S) Entity iargc has undefined type.
"../../min3p/welcome_pc.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** welcome   === End of Compilation 1 ===
1501-511  Compilation failed for file welcome_pc.F90.
make: [../../min3p/welcome_pc.o] Error 1 (ignored)
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/velovapour.o ../../min3p/velovapour.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/velovapour.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** velovapour   === End of Compilation 1 ===
1501-510  Compilation successful for file velovapour.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/updatelc.o ../../min3p/updatelc.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/updatelc.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** updatelc   === End of Compilation 1 ===
1501-510  Compilation successful for file updatelc.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/readmin.o ../../min3p/readmin.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/readmin.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** readmin   === End of Compilation 1 ===
1501-510  Compilation successful for file readmin.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/rategas.o ../../min3p/rategas.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/rategas.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** rategas   === End of Compilation 1 ===
1501-510  Compilation successful for file rategas.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/opnmbfls_mcd.o ../../min3p/opnmbfls_mcd.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/opnmbfls_mcd.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** opnmbfls_mcd   === End of Compilation 1 ===
1501-510  Compilation successful for file opnmbfls_mcd.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/mem_vs.o ../../min3p/mem_vs.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/mem_vs.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** mem_vs   === End of Compilation 1 ===
"../../min3p/mem_vs.F90", 1500-030 (I) INFORMATION: mem_vs: Additional optimization may be attained by recompiling and specifying MAXMEM option with a value greater than 8192.
1501-510  Compilation successful for file mem_vs.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/mem_dd.o ../../min3p/mem_dd.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/mem_dd.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** mem_dd   === End of Compilation 1 ===
1501-510  Compilation successful for file mem_dd.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/intpolt.o ../../min3p/intpolt.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/intpolt.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** intpolt   === End of Compilation 1 ===
1501-510  Compilation successful for file intpolt.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/pitzer/initpitzer_pc.o ../../min3p/pitzer/initpitzer_pc.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/pitzer/initpitzer_pc.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** initpitzer   === End of Compilation 1 ===
1501-510  Compilation successful for file initpitzer_pc.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/initbcenergybal.o ../../min3p/initbcenergybal.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/initbcenergybal.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** initbcenergybal   === End of Compilation 1 ===
"../../min3p/initbcenergybal.F90", 1500-030 (I) INFORMATION: initbcenergybal: Additional optimization may be attained by recompiling and specifying MAXMEM option with a value greater than 8192.
1501-510  Compilation successful for file initbcenergybal.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/icbcrt.o ../../min3p/icbcrt.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/icbcrt.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** icbcrt   === End of Compilation 1 ===
"../../min3p/icbcrt.F90", 1500-030 (I) INFORMATION: icbcrt: Additional optimization may be attained by recompiling and specifying MAXMEM option with a value greater than 8192.
1501-510  Compilation successful for file icbcrt.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../gas_advection/gasv.o ../../gas_advection/gasv.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../gas_advection/gasv.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** gasv   === End of Compilation 1 ===
1501-510  Compilation successful for file gasv.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/dratemin_new.o ../../min3p/dratemin_new.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/dratemin_new.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** dratemin_new   === End of Compilation 1 ===
1501-510  Compilation successful for file dratemin_new.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/compute_sensible.o ../../min3p/compute_sensible.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/compute_sensible.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** compute_sensible   === End of Compilation 1 ===
1501-510  Compilation successful for file compute_sensible.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/cbalance.o ../../min3p/cbalance.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/cbalance.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** cbalance   === End of Compilation 1 ===
1501-510  Compilation successful for file cbalance.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/zero_r8_parallel.o ../../min3p/zero_r8_parallel.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/zero_r8_parallel.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** zero_r8_parallel   === End of Compilation 1 ===
1501-510  Compilation successful for file zero_r8_parallel.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/vapor_prop.o ../../min3p/vapor_prop.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/vapor_prop.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** vapor_prop   === End of Compilation 1 ===
1501-510  Compilation successful for file vapor_prop.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/trddflow.o ../../min3p/trddflow.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/trddflow.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** trddflow   === End of Compilation 1 ===
1501-510  Compilation successful for file trddflow.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/totconcg.o ../../min3p/totconcg.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/totconcg.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** totconcg   === End of Compilation 1 ===
1501-510  Compilation successful for file totconcg.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/sptldisc.o ../../min3p/sptldisc.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/sptldisc.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** sptldisc   === End of Compilation 1 ===
"../../min3p/sptldisc.F90", 1500-030 (I) INFORMATION: sptldisc: Additional optimization may be attained by recompiling and specifying MAXMEM option with a value greater than 8192.
1501-510  Compilation successful for file sptldisc.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/setsize.o ../../min3p/setsize.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/setsize.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** setsize   === End of Compilation 1 ===
1501-510  Compilation successful for file setsize.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/phpe.o ../../min3p/phpe.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/phpe.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** phpe   === End of Compilation 1 ===
1501-510  Compilation successful for file phpe.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/nexttime.o ../../min3p/nexttime.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/nexttime.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** nexttime   === End of Compilation 1 ===
1501-510  Compilation successful for file nexttime.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/mem_nmx.o ../../min3p/mem_nmx.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/mem_nmx.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** mem_nmx   === End of Compilation 1 ===
1501-510  Compilation successful for file mem_nmx.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/jacrt.o ../../min3p/jacrt.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/jacrt.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** jacrt   === End of Compilation 1 ===
1501-510  Compilation successful for file jacrt.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/initgeom.o ../../min3p/initgeom.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/initgeom.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** initgeom   === End of Compilation 1 ===
1501-510  Compilation successful for file initgeom.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/infcvs.o ../../min3p/infcvs.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/infcvs.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** infcvs   === End of Compilation 1 ===
1501-510  Compilation successful for file infcvs.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/i2upfind_heat.o ../../min3p/i2upfind_heat.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/i2upfind_heat.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** i2upfind_heat   === End of Compilation 1 ===
1501-510  Compilation successful for file i2upfind_heat.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/drateint.o ../../min3p/drateint.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/drateint.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** drateint   === End of Compilation 1 ===
1501-510  Compilation successful for file drateint.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/ddfsflow.o ../../min3p/ddfsflow.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/ddfsflow.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** ddfsflow   === End of Compilation 1 ===
1501-510  Compilation successful for file ddfsflow.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/vsflow.o ../../min3p/vsflow.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/vsflow.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** vsflow   === End of Compilation 1 ===
1501-510  Compilation successful for file vsflow.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/updtbcvs.o ../../min3p/updtbcvs.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/updtbcvs.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** updtbcvs   === End of Compilation 1 ===
1501-510  Compilation successful for file updtbcvs.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/rtrvpprm.o ../../min3p/rtrvpprm.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/rtrvpprm.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** rtrvpprm   === End of Compilation 1 ===
1501-510  Compilation successful for file rtrvpprm.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/readredx_new.o ../../min3p/readredx_new.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/readredx_new.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** readredx_new   === End of Compilation 1 ===
1501-510  Compilation successful for file readredx_new.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/ratemin_new.o ../../min3p/ratemin_new.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/ratemin_new.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** ratemin_new   === End of Compilation 1 ===
1501-510  Compilation successful for file ratemin_new.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/outputlc.o ../../min3p/outputlc.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/outputlc.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** outputlc   === End of Compilation 1 ===
1501-510  Compilation successful for file outputlc.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/mem_naq.o ../../min3p/mem_naq.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/mem_naq.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** mem_naq   === End of Compilation 1 ===
"../../min3p/mem_naq.F90", 1500-030 (I) INFORMATION: mem_naq: Additional optimization may be attained by recompiling and specifying MAXMEM option with a value greater than 8192.
1501-510  Compilation successful for file mem_naq.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/jacbvs_energybal.o ../../min3p/jacbvs_energybal.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/jacbvs_energybal.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** jacbvs_energybal   === End of Compilation 1 ===
1501-510  Compilation successful for file jacbvs_energybal.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/initppvs.o ../../min3p/initppvs.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/initppvs.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** initppvs   === End of Compilation 1 ===
1501-510  Compilation successful for file initppvs.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/initcpevaporation.o ../../min3p/initcpevaporation.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/initcpevaporation.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** initcpevaporation   === End of Compilation 1 ===
1501-510  Compilation successful for file initcpevaporation.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/infcrt_g.o ../../min3p/infcrt_g.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/infcrt_g.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** infcrt_g   === End of Compilation 1 ===
1501-510  Compilation successful for file infcrt_g.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/dtotdyvisc.o ../../min3p/dtotdyvisc.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/dtotdyvisc.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** dtotdyvisc   === End of Compilation 1 ===
1501-510  Compilation successful for file dtotdyvisc.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/cvolume.o ../../min3p/cvolume.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/cvolume.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** cvolume   === End of Compilation 1 ===
1501-510  Compilation successful for file cvolume.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/chrgcorr.o ../../min3p/chrgcorr.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/chrgcorr.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** chrgcorr   === End of Compilation 1 ===
1501-510  Compilation successful for file chrgcorr.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/velodd.o ../../min3p/velodd.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/velodd.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** velodd   === End of Compilation 1 ===
1501-510  Compilation successful for file velodd.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/updatedd_energybalance.o ../../min3p/updatedd_energybalance.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/updatedd_energybalance.F90", line 164.11: 1516-036 (S) Entity isnan has undefined type.
"../../min3p/updatedd_energybalance.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** updatedd_energybalance   === End of Compilation 1 ===
1501-511  Compilation failed for file updatedd_energybalance.F90.
make: [../../min3p/updatedd_energybalance.o] Error 1 (ignored)
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/totredx.o ../../min3p/totredx.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/totredx.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** totredx   === End of Compilation 1 ===
1501-510  Compilation successful for file totredx.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/storfs.o ../../min3p/storfs.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/storfs.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** storfs   === End of Compilation 1 ===
1501-510  Compilation successful for file storfs.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/readint_new.o ../../min3p/readint_new.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/readint_new.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** readint_new   === End of Compilation 1 ===
1501-510  Compilation successful for file readint_new.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/raoult.o ../../min3p/raoult.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/raoult.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** raoult   === End of Compilation 1 ===
1501-510  Compilation successful for file raoult.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/opnmbfls.o ../../min3p/opnmbfls.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/opnmbfls.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** opnmbfls   === End of Compilation 1 ===
"../../min3p/opnmbfls.F90", 1500-030 (I) INFORMATION: opnmbfls: Additional optimization may be attained by recompiling and specifying MAXMEM option with a value greater than 8192.
1501-510  Compilation successful for file opnmbfls.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/mem_rt.o ../../min3p/mem_rt.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/mem_rt.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** mem_rt   === End of Compilation 1 ===
"../../min3p/mem_rt.F90", 1500-030 (I) INFORMATION: mem_rt: Additional optimization may be attained by recompiling and specifying MAXMEM option with a value greater than 8192.
1501-510  Compilation successful for file mem_rt.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/mbalvs.o ../../min3p/mbalvs.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/mbalvs.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** mbalvs   === End of Compilation 1 ===
1501-510  Compilation successful for file mbalvs.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/initopgs.o ../../min3p/initopgs.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/initopgs.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** initopgs   === End of Compilation 1 ===
1501-510  Compilation successful for file initopgs.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/initbcdd.o ../../min3p/initbcdd.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/initbcdd.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** initbcdd   === End of Compilation 1 ===
"../../min3p/initbcdd.F90", 1500-030 (I) INFORMATION: initbcdd: Additional optimization may be attained by recompiling and specifying MAXMEM option with a value greater than 8192.
1501-510  Compilation successful for file initbcdd.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/iajavs_energybal.o ../../min3p/iajavs_energybal.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/iajavs_energybal.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** iajavs_energybal   === End of Compilation 1 ===
1501-510  Compilation successful for file iajavs_energybal.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../gas_advection/gasp_m.o ../../gas_advection/gasp_m.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../gas_advection/gasp_m.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** gasp_m   === End of Compilation 1 ===
1501-510  Compilation successful for file gasp_m.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/delcmigfunc.o ../../min3p/delcmigfunc.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/delcmigfunc.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** delcmigfunc   === End of Compilation 1 ===
1501-510  Compilation successful for file delcmigfunc.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/comptotc.o ../../min3p/comptotc.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/comptotc.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** comptotc   === End of Compilation 1 ===
1501-510  Compilation successful for file comptotc.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/updtsvmp.o ../../min3p/updtsvmp.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/updtsvmp.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** updtsvmp   === End of Compilation 1 ===
1501-510  Compilation successful for file updtsvmp.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/tranunit.o ../../min3p/tranunit.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/tranunit.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** tranunit   === End of Compilation 1 ===
1501-510  Compilation successful for file tranunit.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/totconc.o ../../min3p/totconc.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/totconc.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** totconc   === End of Compilation 1 ===
1501-510  Compilation successful for file totconc.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/sortcomp.o ../../min3p/sortcomp.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/sortcomp.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** sortcomp   === End of Compilation 1 ===
1501-510  Compilation successful for file sortcomp.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/seepfdd.o ../../min3p/seepfdd.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/seepfdd.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** seepfdd   === End of Compilation 1 ===
1501-510  Compilation successful for file seepfdd.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/readzone.o ../../min3p/readzone.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/readzone.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** readzone   === End of Compilation 1 ===
1501-510  Compilation successful for file readzone.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/phcorr.o ../../min3p/phcorr.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/phcorr.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** phcorr   === End of Compilation 1 ===
1501-510  Compilation successful for file phcorr.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/mem_nm.o ../../min3p/mem_nm.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/mem_nm.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** mem_nm   === End of Compilation 1 ===
"../../min3p/mem_nm.F90", 1500-030 (I) INFORMATION: mem_nm: Additional optimization may be attained by recompiling and specifying MAXMEM option with a value greater than 8192.
1501-510  Compilation successful for file mem_nm.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/jaclc.o ../../min3p/jaclc.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/jaclc.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** jaclc   === End of Compilation 1 ===
1501-510  Compilation successful for file jaclc.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/initweed.o ../../min3p/initweed.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/initweed.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** initweed   === End of Compilation 1 ===
1501-510  Compilation successful for file initweed.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/initcsys.o ../../min3p/initcsys.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/initcsys.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** initcsys   === End of Compilation 1 ===
"../../min3p/initcsys.F90", 1500-030 (I) INFORMATION: initcsys: Additional optimization may be attained by recompiling and specifying MAXMEM option with a value greater than 8192.
1501-510  Compilation successful for file initcsys.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/infcrtdd.o ../../min3p/infcrtdd.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/infcrtdd.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** infcrtdd   === End of Compilation 1 ===
1501-510  Compilation successful for file infcrtdd.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/i2upfind.o ../../min3p/i2upfind.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/i2upfind.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** i2upfind   === End of Compilation 1 ===
1501-510  Compilation successful for file i2upfind.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/fsflow.o ../../min3p/fsflow.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/fsflow.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** fsflow   === End of Compilation 1 ===
1501-510  Compilation successful for file fsflow.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/findpath.o ../../min3p/findpath.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/findpath.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** findpath   === End of Compilation 1 ===
1501-510  Compilation successful for file findpath.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/evap.o ../../min3p/evap.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/evap.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** evap   === End of Compilation 1 ===
1501-510  Compilation successful for file evap.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/drategdd.o ../../min3p/drategdd.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/drategdd.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** drategdd   === End of Compilation 1 ===
1501-510  Compilation successful for file drategdd.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/ddbdflux_energybal.o ../../min3p/ddbdflux_energybal.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/ddbdflux_energybal.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** ddbdflux_energybal   === End of Compilation 1 ===
1501-510  Compilation successful for file ddbdflux_energybal.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../solver/ws209.o ../../solver/ws209.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../solver/ws209.F90", line 232.13: 1516-036 (S) Entity isnan has undefined type.
"../../solver/ws209.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** ws209   === End of Compilation 1 ===
"../../solver/ws209.F90", line 472.18: 1516-036 (S) Entity isnan has undefined type.
"../../solver/ws209.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** bicgstab   === End of Compilation 2 ===
"../../solver/ws209.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** loweruppersolve   === End of Compilation 3 ===
"../../solver/ws209.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** matrixvectormultiply   === End of Compilation 4 ===
"../../solver/ws209.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** dotproduct   === End of Compilation 5 ===
"../../solver/ws209.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** idamax1   === End of Compilation 6 ===
"../../solver/ws209.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** incompletefactorization   === End of Compilation 7 ===
"../../solver/ws209.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** symbolicfactorization   === End of Compilation 8 ===
"../../solver/ws209.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** naturalordering   === End of Compilation 9 ===
"../../solver/ws209.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** rcmordering   === End of Compilation 10 ===
"../../solver/ws209.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** findperipheralnode   === End of Compilation 11 ===
"../../solver/ws209.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** rootedlevelstructure   === End of Compilation 12 ===
"../../solver/ws209.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** reversecuthillmckee   === End of Compilation 13 ===
"../../solver/ws209.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** degree   === End of Compilation 14 ===
"../../solver/ws209.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** bubblesort   === End of Compilation 15 ===
"../../solver/ws209.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** binaryfind   === End of Compilation 16 ===
"../../solver/ws209.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** check   === End of Compilation 17 ===
"../../solver/ws209.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** residual_norm2   === End of Compilation 18 ===
1501-511  Compilation failed for file ws209.F90.
make: [../../solver/ws209.o] Error 1 (ignored)
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/visconew.o ../../min3p/visconew.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/visconew.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** visconew   === End of Compilation 1 ===
1501-510  Compilation successful for file visconew.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/updtbcdd.o ../../min3p/updtbcdd.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/updtbcdd.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** updtbcdd   === End of Compilation 1 ===
1501-510  Compilation successful for file updtbcdd.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/surfcomp.o ../../min3p/surfcomp.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/surfcomp.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** surfcomp   === End of Compilation 1 ===
1501-510  Compilation successful for file surfcomp.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/rstatlc.o ../../min3p/rstatlc.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/rstatlc.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** rstatlc   === End of Compilation 1 ===
1501-510  Compilation successful for file rstatlc.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/readredx.o ../../min3p/readredx.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/readredx.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** readredx   === End of Compilation 1 ===
1501-510  Compilation successful for file readredx.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/ratemin.o ../../min3p/ratemin.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/ratemin.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** ratemin   === End of Compilation 1 ===
1501-510  Compilation successful for file ratemin.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/outputdd.o ../../min3p/outputdd.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/outputdd.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** outputdd   === End of Compilation 1 ===
"../../min3p/outputdd.F90", 1500-030 (I) INFORMATION: outputdd: Additional optimization may be attained by recompiling and specifying MAXMEM option with a value greater than 8192.
1501-510  Compilation successful for file outputdd.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/msysdd.o ../../min3p/msysdd.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/msysdd.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** msysdd   === End of Compilation 1 ===
1501-510  Compilation successful for file msysdd.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/mem_mat.o ../../min3p/mem_mat.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/mem_mat.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** mem_mat   === End of Compilation 1 ===
"../../min3p/mem_mat.F90", 1500-030 (I) INFORMATION: mem_mat: Additional optimization may be attained by recompiling and specifying MAXMEM option with a value greater than 8192.
1501-510  Compilation successful for file mem_mat.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/jacbvs.o ../../min3p/jacbvs.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/jacbvs.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** jacbvs   === End of Compilation 1 ===
1501-510  Compilation successful for file jacbvs.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/initpprt.o ../../min3p/initpprt.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/initpprt.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** initpprt   === End of Compilation 1 ===
1501-510  Compilation successful for file initpprt.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/initcpenergybal.o ../../min3p/initcpenergybal.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/initcpenergybal.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** initcpenergybal   === End of Compilation 1 ===
1501-510  Compilation successful for file initcpenergybal.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/infcrt_a.o ../../min3p/infcrt_a.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/infcrt_a.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** infcrt_a   === End of Compilation 1 ===
1501-510  Compilation successful for file infcrt_a.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../gas_advection/giups.o ../../gas_advection/giups.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../gas_advection/giups.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** giups   === End of Compilation 1 ===
1501-510  Compilation successful for file giups.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/cputime_pc.o ../../min3p/cputime_pc.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/cputime_pc.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** cputime   === End of Compilation 1 ===
1501-510  Compilation successful for file cputime_pc.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../gas_advection/velocity_g.o ../../gas_advection/velocity_g.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../gas_advection/velocity_g.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** velocity_g   === End of Compilation 1 ===
1501-510  Compilation successful for file velocity_g.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/updatedd.o ../../min3p/updatedd.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/updatedd.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** updatedd   === End of Compilation 1 ===
1501-510  Compilation successful for file updatedd.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/totmin.o ../../min3p/totmin.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/totmin.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** totmin   === End of Compilation 1 ===
1501-510  Compilation successful for file totmin.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/restart_w.o ../../min3p/restart_w.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/restart_w.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** restart_w   === End of Compilation 1 ===
1501-510  Compilation successful for file restart_w.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/readint.o ../../min3p/readint.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/readint.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** readint   === End of Compilation 1 ===
1501-510  Compilation successful for file readint.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/radiation.o ../../min3p/radiation.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/radiation.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** radiation   === End of Compilation 1 ===
1501-510  Compilation successful for file radiation.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/opnmbfdd.o ../../min3p/opnmbfdd.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/opnmbfdd.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** opnmbfdd   === End of Compilation 1 ===
"../../min3p/opnmbfdd.F90", 1500-030 (I) INFORMATION: opnmbfdd: Additional optimization may be attained by recompiling and specifying MAXMEM option with a value greater than 8192.
1501-510  Compilation successful for file opnmbfdd.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/mem_nx.o ../../min3p/mem_nx.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/mem_nx.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** mem_nx   === End of Compilation 1 ===
"../../min3p/mem_nx.F90", 1500-030 (I) INFORMATION: mem_nx: Additional optimization may be attained by recompiling and specifying MAXMEM option with a value greater than 8192.
1501-510  Compilation successful for file mem_nx.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/mbalrt.o ../../min3p/mbalrt.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/mbalrt.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** mbalrt   === End of Compilation 1 ===
1501-510  Compilation successful for file mbalrt.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/initicvs.o ../../min3p/initicvs.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/initicvs.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** initicvs   === End of Compilation 1 ===
1501-510  Compilation successful for file initicvs.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/infheat_d.o ../../min3p/infheat_d.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/infheat_d.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** infheat_d   === End of Compilation 1 ===
1501-510  Compilation successful for file infheat_d.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/iajavs_dp.o ../../min3p/iajavs_dp.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/iajavs_dp.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** iajavs_dp   === End of Compilation 1 ===
1501-510  Compilation successful for file iajavs_dp.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../gas_advection/gasp.o ../../gas_advection/gasp.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../gas_advection/gasp.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** gasp   === End of Compilation 1 ===
1501-510  Compilation successful for file gasp.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/flux_calc.o ../../min3p/flux_calc.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/flux_calc.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** flux_calc   === End of Compilation 1 ===
1501-510  Compilation successful for file flux_calc.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/ddvsflow.o ../../min3p/ddvsflow.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/ddvsflow.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** ddvsflow   === End of Compilation 1 ===
1501-510  Compilation successful for file ddvsflow.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../icesheet/comp_bc_ice_sheet.o ../../icesheet/comp_bc_ice_sheet.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../icesheet/comp_bc_ice_sheet.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** compute_bc_ice_sheet   === End of Compilation 1 ===
1501-510  Compilation successful for file comp_bc_ice_sheet.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/bdryflux.o ../../min3p/bdryflux.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/bdryflux.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** bdryflux   === End of Compilation 1 ===
1501-510  Compilation successful for file bdryflux.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/zero_i4_parallel.o ../../min3p/zero_i4_parallel.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/zero_i4_parallel.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** zero_i4_parallel   === End of Compilation 1 ===
1501-510  Compilation successful for file zero_i4_parallel.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/updtsvgp.o ../../min3p/updtsvgp.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/updtsvgp.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** updtsvgp   === End of Compilation 1 ===
1501-510  Compilation successful for file updtsvgp.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/trans_evap_info.o ../../min3p/trans_evap_info.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/trans_evap_info.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** trans_evap_info   === End of Compilation 1 ===
1501-510  Compilation successful for file trans_evap_info.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/totcona.o ../../min3p/totcona.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/totcona.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** totcona   === End of Compilation 1 ===
1501-510  Compilation successful for file totcona.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/sorbspc.o ../../min3p/sorbspc.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/sorbspc.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** sorbspc   === End of Compilation 1 ===
"../../min3p/sorbspc.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** sorbspc_m   === End of Compilation 2 ===
1501-510  Compilation successful for file sorbspc.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/seepface.o ../../min3p/seepface.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/seepface.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** seepface   === End of Compilation 1 ===
1501-510  Compilation successful for file seepface.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/readtime.o ../../min3p/readtime.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/readtime.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** readtime   === End of Compilation 1 ===
1501-510  Compilation successful for file readtime.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/msysvs.o ../../min3p/msysvs.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/msysvs.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** msysvs   === End of Compilation 1 ===
1501-510  Compilation successful for file msysvs.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/mem_njavs.o ../../min3p/mem_njavs.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/mem_njavs.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** mem_njavs   === End of Compilation 1 ===
"../../min3p/mem_njavs.F90", 1500-030 (I) INFORMATION: mem_njavs: Additional optimization may be attained by recompiling and specifying MAXMEM option with a value greater than 8192.
1501-510  Compilation successful for file mem_njavs.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/jacfs.o ../../min3p/jacfs.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/jacfs.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** jacfs   === End of Compilation 1 ===
1501-510  Compilation successful for file jacfs.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/inittsgs.o ../../min3p/inittsgs.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/inittsgs.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** inittsgs   === End of Compilation 1 ===
1501-510  Compilation successful for file inittsgs.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/initcpvs.o ../../min3p/initcpvs.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/initcpvs.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** initcpvs   === End of Compilation 1 ===
1501-510  Compilation successful for file initcpvs.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/hydrostatic_pitzerdens.o ../../min3p/hydrostatic_pitzerdens.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/hydrostatic_pitzerdens.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** hydrostatic_pitzerdens   === End of Compilation 1 ===
1501-510  Compilation successful for file hydrostatic_pitzerdens.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/energysys.o ../../min3p/energysys.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/energysys.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** energysys   === End of Compilation 1 ===
1501-510  Compilation successful for file energysys.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/drategas.o ../../min3p/drategas.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/drategas.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** drategas   === End of Compilation 1 ===
1501-510  Compilation successful for file drategas.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/ddbdflux.o ../../min3p/ddbdflux.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/ddbdflux.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** ddbdflux   === End of Compilation 1 ===
1501-510  Compilation successful for file ddbdflux.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/updtbcatm.o ../../min3p/updtbcatm.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/updtbcatm.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** updtbcatm   === End of Compilation 1 ===
1501-510  Compilation successful for file updtbcatm.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/surf_tens_prop.o ../../min3p/surf_tens_prop.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/surf_tens_prop.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** surf_tens_prop   === End of Compilation 1 ===
1501-510  Compilation successful for file surf_tens_prop.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/rstatgs.o ../../min3p/rstatgs.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/rstatgs.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** rstatgs   === End of Compilation 1 ===
1501-510  Compilation successful for file rstatgs.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/readminx_new.o ../../min3p/readminx_new.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/readminx_new.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** readminx_new   === End of Compilation 1 ===
1501-510  Compilation successful for file readminx_new.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/rateint_new.o ../../min3p/rateint_new.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/rateint_new.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** rateint_new   === End of Compilation 1 ===
1501-510  Compilation successful for file rateint_new.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/opntemp.o ../../min3p/opntemp.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/opntemp.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** opntemp   === End of Compilation 1 ===
1501-510  Compilation successful for file opntemp.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/molconc.o ../../min3p/molconc.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/molconc.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** molconc   === End of Compilation 1 ===
1501-510  Compilation successful for file molconc.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/mem_hmcd.o ../../min3p/mem_hmcd.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/mem_hmcd.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** mem_hmcd   === End of Compilation 1 ===
1501-510  Compilation successful for file mem_hmcd.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/jacbrt.o ../../min3p/jacbrt.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/jacbrt.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** jacbrt   === End of Compilation 1 ===
1501-510  Compilation successful for file jacbrt.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/initpppm.o ../../min3p/initpppm.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/initpppm.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** initpppm   === End of Compilation 1 ===
1501-510  Compilation successful for file initpppm.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/initcpdd.o ../../min3p/initcpdd.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/initcpdd.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** initcpdd   === End of Compilation 1 ===
"../../min3p/initcpdd.F90", 1500-030 (I) INFORMATION: initcpdd: Additional optimization may be attained by recompiling and specifying MAXMEM option with a value greater than 8192.
1501-510  Compilation successful for file initcpdd.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/indextec.o ../../min3p/indextec.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/indextec.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** indextec   === End of Compilation 1 ===
1501-510  Compilation successful for file indextec.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/dtotconc.o ../../min3p/dtotconc.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/dtotconc.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** dtotconc   === End of Compilation 1 ===
1501-510  Compilation successful for file dtotconc.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/checksat.o ../../min3p/checksat.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/checksat.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** checksat   === End of Compilation 1 ===
1501-510  Compilation successful for file checksat.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/velocity_a.o ../../min3p/velocity_a.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/velocity_a.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** velocity_a   === End of Compilation 1 ===
1501-510  Compilation successful for file velocity_a.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/tstepvs.o ../../min3p/tstepvs.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/tstepvs.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** tstepvs   === End of Compilation 1 ===
1501-510  Compilation successful for file tstepvs.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/totint.o ../../min3p/totint.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/totint.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** totint   === End of Compilation 1 ===
1501-510  Compilation successful for file totint.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/restart_r.o ../../min3p/restart_r.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/restart_r.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** restart_r   === End of Compilation 1 ===
1501-510  Compilation successful for file restart_r.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/readgses.o ../../min3p/readgses.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/readgses.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** readgses   === End of Compilation 1 ===
1501-510  Compilation successful for file readgses.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/opngfls.o ../../min3p/opngfls.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/opngfls.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** opngfls   === End of Compilation 1 ===
1501-510  Compilation successful for file opngfls.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/mem_ntmp.o ../../min3p/mem_ntmp.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/mem_ntmp.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** mem_ntmp   === End of Compilation 1 ===
1501-510  Compilation successful for file mem_ntmp.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/mbaldd.o ../../min3p/mbaldd.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/mbaldd.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** mbaldd   === End of Compilation 1 ===
1501-510  Compilation successful for file mbaldd.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/initicrt.o ../../min3p/initicrt.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/initicrt.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** initicrt   === End of Compilation 1 ===
1501-510  Compilation successful for file initicrt.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/infheat_c.o ../../min3p/infheat_c.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/infheat_c.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** infheat_c   === End of Compilation 1 ===
1501-510  Compilation successful for file infheat_c.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/iajavs.o ../../min3p/iajavs.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/iajavs.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** iajavs   === End of Compilation 1 ===
1501-510  Compilation successful for file iajavs.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/ddtds_energybal.o ../../min3p/ddtds_energybal.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/ddtds_energybal.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** ddtds_energybal   === End of Compilation 1 ===
1501-510  Compilation successful for file ddtds_energybal.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/clstpfls.o ../../min3p/clstpfls.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/clstpfls.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** clstpfls   === End of Compilation 1 ===
1501-510  Compilation successful for file clstpfls.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/batreac.o ../../min3p/batreac.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/batreac.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** batreac   === End of Compilation 1 ===
1501-510  Compilation successful for file batreac.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/updtsvap.o ../../min3p/updtsvap.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/updtsvap.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** updtsvap   === End of Compilation 1 ===
1501-510  Compilation successful for file updtsvap.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/tranflow.o ../../min3p/tranflow.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/tranflow.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** tranflow   === End of Compilation 1 ===
1501-510  Compilation successful for file tranflow.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/tortuosity_vap.o ../../min3p/tortuosity_vap.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/tortuosity_vap.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** tortuosity_vap   === End of Compilation 1 ===
1501-510  Compilation successful for file tortuosity_vap.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/readtemp.o ../../min3p/readtemp.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/readtemp.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** readtemp   === End of Compilation 1 ===
1501-510  Compilation successful for file readtemp.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/readbcvs.o ../../min3p/readbcvs.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/readbcvs.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** readbcvs   === End of Compilation 1 ===
1501-510  Compilation successful for file readbcvs.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/msysrt.o ../../min3p/msysrt.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/msysrt.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** msysrt   === End of Compilation 1 ===
1501-510  Compilation successful for file msysrt.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/mem_njart.o ../../min3p/mem_njart.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/mem_njart.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** mem_njart   === End of Compilation 1 ===
1501-510  Compilation successful for file mem_njart.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/jacddvs.o ../../min3p/jacddvs.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/jacddvs.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** jacddvs   === End of Compilation 1 ===
1501-510  Compilation successful for file jacddvs.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/inittemp.o ../../min3p/inittemp.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/inittemp.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** inittemp   === End of Compilation 1 ===
1501-510  Compilation successful for file inittemp.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/initcprt.o ../../min3p/initcprt.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/initcprt.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** initcprt   === End of Compilation 1 ===
1501-510  Compilation successful for file initcprt.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/energy_bal.o ../../min3p/energy_bal.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/energy_bal.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** energy_bal   === End of Compilation 1 ===
1501-510  Compilation successful for file energy_bal.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/draoult.o ../../min3p/draoult.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/draoult.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** draoult   === End of Compilation 1 ===
1501-510  Compilation successful for file draoult.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/datstr_n.o ../../min3p/datstr_n.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/datstr_n.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** datstr_n   === End of Compilation 1 ===
1501-510  Compilation successful for file datstr_n.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/updatevs.o ../../min3p/updatevs.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/updatevs.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** updatevs   === End of Compilation 1 ===
1501-510  Compilation successful for file updatevs.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/tprfrtlc.o ../../min3p/tprfrtlc.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/tprfrtlc.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** tprfrtlc   === End of Compilation 1 ===
"../../min3p/tprfrtlc.F90", 1500-030 (I) INFORMATION: tprfrtlc: Additional optimization may be attained by recompiling and specifying MAXMEM option with a value greater than 8192.
1501-510  Compilation successful for file tprfrtlc.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/storvs.o ../../min3p/storvs.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/storvs.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** storvs   === End of Compilation 1 ===
1501-510  Compilation successful for file storvs.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/readminx.o ../../min3p/readminx.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/readminx.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** readminx   === End of Compilation 1 ===
1501-510  Compilation successful for file readminx.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/rateint.o ../../min3p/rateint.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/rateint.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** rateint   === End of Compilation 1 ===
1501-510  Compilation successful for file rateint.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/opnplfls.o ../../min3p/opnplfls.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/opnplfls.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** opnplfls   === End of Compilation 1 ===
1501-510  Compilation successful for file opnplfls.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/modrate.o ../../min3p/modrate.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/modrate.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** modrate   === End of Compilation 1 ===
1501-510  Compilation successful for file modrate.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/mem_heat.o ../../min3p/mem_heat.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/mem_heat.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** mem_heat   === End of Compilation 1 ===
"../../min3p/mem_heat.F90", 1500-030 (I) INFORMATION: mem_heat: Additional optimization may be attained by recompiling and specifying MAXMEM option with a value greater than 8192.
1501-510  Compilation successful for file mem_heat.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/jacbevap.o ../../min3p/jacbevap.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/jacbevap.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** jacbevap   === End of Compilation 1 ===
1501-510  Compilation successful for file jacbevap.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/initppenergybal.o ../../min3p/initppenergybal.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/initppenergybal.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** initppeb   === End of Compilation 1 ===
1501-510  Compilation successful for file initppenergybal.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/initbcvs.o ../../min3p/initbcvs.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/initbcvs.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** initbcvs   === End of Compilation 1 ===
1501-510  Compilation successful for file initbcvs.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/icrtlczn.o ../../min3p/icrtlczn.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/icrtlczn.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** icrtlczn   === End of Compilation 1 ===
"../../min3p/icrtlczn.F90", 1500-030 (I) INFORMATION: icrtlczn: Additional optimization may be attained by recompiling and specifying MAXMEM option with a value greater than 8192.
1501-510  Compilation successful for file icrtlczn.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/gcreact.o ../../min3p/gcreact.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/gcreact.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** gcreact   === End of Compilation 1 ===
1501-510  Compilation successful for file gcreact.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/driver_pc.o ../../min3p/driver_pc.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/driver_pc.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** driver_pc   === End of Compilation 1 ===
1501-510  Compilation successful for file driver_pc.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/constnts.o ../../min3p/constnts.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/constnts.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** constnts   === End of Compilation 1 ===
1501-510  Compilation successful for file constnts.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/checkerr.o ../../min3p/checkerr.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/checkerr.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** checkerr   === End of Compilation 1 ===
1501-510  Compilation successful for file checkerr.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/velocity.o ../../min3p/velocity.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/velocity.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** velocity   === End of Compilation 1 ===
1501-510  Compilation successful for file velocity.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/tsteprt.o ../../min3p/tsteprt.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/tsteprt.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** tsteprt   === End of Compilation 1 ===
1501-510  Compilation successful for file tsteprt.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/totdyvisc.o ../../min3p/totdyvisc.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/totdyvisc.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** totdyvisc   === End of Compilation 1 ===
1501-510  Compilation successful for file totdyvisc.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/stedflow.o ../../min3p/stedflow.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/stedflow.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** stedflow   === End of Compilation 1 ===
1501-510  Compilation successful for file stedflow.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/soilparm.o ../../min3p/soilparm.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/soilparm.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** soilparm   === End of Compilation 1 ===
1501-510  Compilation successful for file soilparm.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/readcomp.o ../../min3p/readcomp.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/readcomp.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** readcomp   === End of Compilation 1 ===
1501-510  Compilation successful for file readcomp.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/pitzer/pitzer.o ../../min3p/pitzer/pitzer.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/pitzer/pitzer.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** pitzer   === End of Compilation 1 ===
1501-510  Compilation successful for file pitzer.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/opnenergybal.o ../../min3p/opnenergybal.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/opnenergybal.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** opnenergybal   === End of Compilation 1 ===
1501-510  Compilation successful for file opnenergybal.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/mem_nsb.o ../../min3p/mem_nsb.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/mem_nsb.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** mem_nsb   === End of Compilation 1 ===
"../../min3p/mem_nsb.F90", 1500-030 (I) INFORMATION: mem_nsb: Additional optimization may be attained by recompiling and specifying MAXMEM option with a value greater than 8192.
1501-510  Compilation successful for file mem_nsb.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/mbal_mcd.o ../../min3p/mbal_mcd.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/mbal_mcd.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** mbal_mcd   === End of Compilation 1 ===
1501-510  Compilation successful for file mbal_mcd.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/jacvs.o ../../min3p/jacvs.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/jacvs.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** jacvs   === End of Compilation 1 ===
1501-510  Compilation successful for file jacvs.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/initicenergybal.o ../../min3p/initicenergybal.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/initicenergybal.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** initicenergybal   === End of Compilation 1 ===
1501-510  Compilation successful for file initicenergybal.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/infevap.o ../../min3p/infevap.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/infevap.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** infevap   === End of Compilation 1 ===
1501-510  Compilation successful for file infevap.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/iajart.o ../../min3p/iajart.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/iajart.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** iajart   === End of Compilation 1 ===
1501-510  Compilation successful for file iajart.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../gas_advection/gasd_m.o ../../gas_advection/gasd_m.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../gas_advection/gasd_m.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** gasd_m   === End of Compilation 1 ===
1501-510  Compilation successful for file gasd_m.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/dratemin.o ../../min3p/dratemin.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/dratemin.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** dratemin   === End of Compilation 1 ===
1501-510  Compilation successful for file dratemin.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/clsgfls.o ../../min3p/clsgfls.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/clsgfls.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** clsgfls   === End of Compilation 1 ===
1501-510  Compilation successful for file clsgfls.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/atotconc.o ../../min3p/atotconc.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/atotconc.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** atotconc   === End of Compilation 1 ===
1501-510  Compilation successful for file atotconc.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/xyzcoord.o ../../min3p/xyzcoord.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/xyzcoord.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** xyzcoord   === End of Compilation 1 ===
1501-510  Compilation successful for file xyzcoord.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/weed.o ../../min3p/weed.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/weed.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** weed   === End of Compilation 1 ===
1501-510  Compilation successful for file weed.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/updtsurf.o ../../min3p/updtsurf.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/updtsurf.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** updtsurf   === End of Compilation 1 ===
1501-510  Compilation successful for file updtsurf.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/tranbcrt.o ../../min3p/tranbcrt.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/tranbcrt.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** tranbcrt   === End of Compilation 1 ===
1501-510  Compilation successful for file tranbcrt.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/timeloop.o ../../min3p/timeloop.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/timeloop.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** timeloop   === End of Compilation 1 ===
1501-510  Compilation successful for file timeloop.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/readsspc.o ../../min3p/readsspc.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/readsspc.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** readsspc   === End of Compilation 1 ===
1501-510  Compilation successful for file readsspc.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/reactran.o ../../min3p/reactran.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/reactran.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** reactran   === End of Compilation 1 ===
1501-510  Compilation successful for file reactran.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/outputvs.o ../../min3p/outputvs.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/outputvs.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** outputvs   === End of Compilation 1 ===
1501-510  Compilation successful for file outputvs.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/mem_ng.o ../../min3p/mem_ng.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/mem_ng.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** mem_ng   === End of Compilation 1 ===
"../../min3p/mem_ng.F90", 1500-030 (I) INFORMATION: mem_ng: Additional optimization may be attained by recompiling and specifying MAXMEM option with a value greater than 8192.
1501-510  Compilation successful for file mem_ng.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/jacddfs_energybal.o ../../min3p/jacddfs_energybal.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/jacddfs_energybal.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** jacddfs_energybal   === End of Compilation 1 ===
1501-510  Compilation successful for file jacddfs_energybal.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/initsatw.o ../../min3p/initsatw.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/initsatw.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** initsatw   === End of Compilation 1 ===
1501-510  Compilation successful for file initsatw.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/initcplc.o ../../min3p/initcplc.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/initcplc.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** initcplc   === End of Compilation 1 ===
1501-510  Compilation successful for file initcplc.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/guess.o ../../min3p/guess.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/guess.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** guess   === End of Compilation 1 ===
1501-510  Compilation successful for file guess.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/fluxv_vl.o ../../min3p/fluxv_vl.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/fluxv_vl.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** fluxv_vl   === End of Compilation 1 ===
1501-510  Compilation successful for file fluxv_vl.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/elecmigration.o ../../min3p/elecmigration.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/elecmigration.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** elecmigration   === End of Compilation 1 ===
1501-510  Compilation successful for file elecmigration.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/distmp.o ../../min3p/distmp.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/distmp.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** distmp   === End of Compilation 1 ===
1501-510  Compilation successful for file distmp.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/datstr_1.o ../../min3p/datstr_1.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/datstr_1.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** datstr_1   === End of Compilation 1 ===
1501-510  Compilation successful for file datstr_1.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/updatert.o ../../min3p/updatert.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/updatert.F90", line 181.11: 1516-036 (S) Entity isnan has undefined type.
"../../min3p/updatert.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** updatert   === End of Compilation 1 ===
1501-511  Compilation failed for file updatert.F90.
make: [../../min3p/updatert.o] Error 1 (ignored)
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/tprfdd.o ../../min3p/tprfdd.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/tprfdd.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** tprfdd   === End of Compilation 1 ===
1501-510  Compilation successful for file tprfdd.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/rootwat.o ../../min3p/rootwat.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/rootwat.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** rootwat   === End of Compilation 1 ===
1501-510  Compilation successful for file rootwat.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/readmin_new.o ../../min3p/readmin_new.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/readmin_new.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** readmin_new   === End of Compilation 1 ===
1501-510  Compilation successful for file readmin_new.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/rategasd.o ../../min3p/rategasd.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/rategasd.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** rategasd   === End of Compilation 1 ===
1501-510  Compilation successful for file rategasd.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/opnpgfls.o ../../min3p/opnpgfls.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/opnpgfls.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** opnpgfls   === End of Compilation 1 ===
1501-510  Compilation successful for file opnpgfls.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/minmaxwd.o ../../min3p/minmaxwd.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/minmaxwd.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** minmaxwd   === End of Compilation 1 ===
1501-510  Compilation successful for file minmaxwd.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/mem_evap.o ../../min3p/mem_evap.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/mem_evap.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** mem_evap   === End of Compilation 1 ===
1501-510  Compilation successful for file mem_evap.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/initppdd.o ../../min3p/initppdd.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/initppdd.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** initppdd   === End of Compilation 1 ===
1501-510  Compilation successful for file initppdd.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/initbcrt.o ../../min3p/initbcrt.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/initbcrt.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** initbcrt   === End of Compilation 1 ===
"../../min3p/initbcrt.F90", 1500-030 (I) INFORMATION: initbcrt: Additional optimization may be attained by recompiling and specifying MAXMEM option with a value greater than 8192.
1501-510  Compilation successful for file initbcrt.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/gcconst.o ../../min3p/gcconst.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/gcconst.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** gcconst   === End of Compilation 1 ===
1501-510  Compilation successful for file gcconst.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/draterdx.o ../../min3p/draterdx.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/draterdx.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** draterdx   === End of Compilation 1 ===
1501-510  Compilation successful for file draterdx.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/vel_lin.o ../../min3p/vel_lin.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/vel_lin.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** vel_lin1   === End of Compilation 1 ===
1501-510  Compilation successful for file vel_lin.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/tsteplc.o ../../min3p/tsteplc.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/tsteplc.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** tsteplc   === End of Compilation 1 ===
1501-510  Compilation successful for file tsteplc.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/totconfac.o ../../min3p/totconfac.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/totconfac.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** totconcfac   === End of Compilation 1 ===
1501-510  Compilation successful for file totconfac.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/stddmass.o ../../min3p/stddmass.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/stddmass.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** stddmass   === End of Compilation 1 ===
1501-510  Compilation successful for file stddmass.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/opndbfls_pc.o ../../min3p/opndbfls_pc.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/opndbfls_pc.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** opndbfls   === End of Compilation 1 ===
1501-510  Compilation successful for file opndbfls_pc.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/mem_nr.o ../../min3p/mem_nr.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/mem_nr.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** mem_nr   === End of Compilation 1 ===
"../../min3p/mem_nr.F90", 1500-030 (I) INFORMATION: mem_nr: Additional optimization may be attained by recompiling and specifying MAXMEM option with a value greater than 8192.
1501-510  Compilation successful for file mem_nr.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/jacsurf.o ../../min3p/jacsurf.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/jacsurf.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** jacsurf   === End of Compilation 1 ===
1501-510  Compilation successful for file jacsurf.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/initicdd.o ../../min3p/initicdd.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/initicdd.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** initicdd   === End of Compilation 1 ===
1501-510  Compilation successful for file initicdd.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../gas_advection/infcvs_cp.o ../../gas_advection/infcvs_cp.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../gas_advection/infcvs_cp.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** infcvs_cp   === End of Compilation 1 ===
1501-510  Compilation successful for file infcvs_cp.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/iajabl.o ../../min3p/iajabl.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/iajabl.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** iajabl   === End of Compilation 1 ===
1501-510  Compilation successful for file iajabl.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/gasconc.o ../../min3p/gasconc.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/gasconc.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** gasconc   === End of Compilation 1 ===
1501-510  Compilation successful for file gasconc.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/drateint_new.o ../../min3p/drateint_new.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/drateint_new.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** drateint_new   === End of Compilation 1 ===
1501-510  Compilation successful for file drateint_new.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/ddtds.o ../../min3p/ddtds.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/ddtds.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** ddtds   === End of Compilation 1 ===
1501-510  Compilation successful for file ddtds.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/pitzer/closepitzer.o ../../min3p/pitzer/closepitzer.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/pitzer/closepitzer.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** closepitzer   === End of Compilation 1 ===
1501-510  Compilation successful for file closepitzer.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/aratemin.o ../../min3p/aratemin.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/aratemin.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** aratemin   === End of Compilation 1 ===
1501-510  Compilation successful for file aratemin.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/updtsoil.o ../../min3p/updtsoil.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/updtsoil.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** updtsoil   === End of Compilation 1 ===
1501-510  Compilation successful for file updtsoil.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/tprfvs.o ../../min3p/tprfvs.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/tprfvs.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** tprfvs   === End of Compilation 1 ===
1501-510  Compilation successful for file tprfvs.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/tcorr.o ../../min3p/tcorr.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/tcorr.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** tcorr   === End of Compilation 1 ===
1501-510  Compilation successful for file tcorr.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/readsorb.o ../../min3p/readsorb.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/readsorb.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** readsorb   === End of Compilation 1 ===
1501-510  Compilation successful for file readsorb.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/rateredx.o ../../min3p/rateredx.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/rateredx.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** rateredx   === End of Compilation 1 ===
1501-510  Compilation successful for file rateredx.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/outputrt.o ../../min3p/outputrt.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/outputrt.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** outputrt   === End of Compilation 1 ===
"../../min3p/outputrt.F90", 1500-030 (I) INFORMATION: outputrt: Additional optimization may be attained by recompiling and specifying MAXMEM option with a value greater than 8192.
1501-510  Compilation successful for file outputrt.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/mem_nc.o ../../min3p/mem_nc.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/mem_nc.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** mem_nc   === End of Compilation 1 ===
"../../min3p/mem_nc.F90", 1500-030 (I) INFORMATION: mem_nc: Additional optimization may be attained by recompiling and specifying MAXMEM option with a value greater than 8192.
1501-510  Compilation successful for file mem_nc.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/jacddfs.o ../../min3p/jacddfs.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/jacddfs.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** jacddfs   === End of Compilation 1 ===
1501-510  Compilation successful for file jacddfs.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/initprob.o ../../min3p/initprob.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/initprob.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** initprob   === End of Compilation 1 ===
1501-510  Compilation successful for file initprob.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/initcpgs.o ../../min3p/initcpgs.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/initcpgs.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** initcpgs   === End of Compilation 1 ===
1501-510  Compilation successful for file initcpgs.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/infcrt_mcd.o ../../min3p/infcrt_mcd.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/infcrt_mcd.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** infcrt_mcd   === End of Compilation 1 ===
1501-510  Compilation successful for file infcrt_mcd.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/diffcoff_mcd.o ../../min3p/diffcoff_mcd.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/diffcoff_mcd.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** diffcoff_mcd   === End of Compilation 1 ===
1501-510  Compilation successful for file diffcoff_mcd.F90.
mpif90 -c  -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/include -I/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/include -I/bgsys/drivers/V1R2M1/ppc64/comm/include -I/bgsys/drivers/V1R2M1/ppc64/comm/lib/gnu -I/bgsys/drivers/V1R2M1/ppc64 -I/bgsys/drivers/V1R2M1/ppc64/comm/sys/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include -I/bgsys/drivers/V1R2M1/ppc64/spi/include/kernel/cnk   -DLINUX -DRELEASE -DRELEASE_X64 -DSTANDARD_FORTRAN -DPETSC -DMPI -DPETSC_V3_5_X -o ../../min3p/cliqdisp.o ../../min3p/cliqdisp.F90
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-214 (W) command option M reserved for future use - ignored
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-257 (W) Option P is not recognized.  Option will be ignored.
"../../min3p/cliqdisp.F90", 1520-031 (W) Option DLINES is ignored within Fortran 90 free form and IBM free form.
** cliqdisp   === End of Compilation 1 ===
1501-510  Compilation successful for file cliqdisp.F90.
mpif90 -Wall -Wno-unused-variable -ffree-line-length-0 -g -O2   -WF,-DLINUX -WF,-DRELEASE -WF,-DRELEASE_X64 -WF,-DSTANDARD_FORTRAN -WF,-DPETSC -WF,-DMPI -WF,-DPETSC_V3_5_X -o min3p_thcm ./../../min3p/totsorb.o ./../../min3p/storheat.o ./../../min3p/rhsvs.o ./../../min3p/fluxdd.o ./../../min3p/relperm_ovendry.o ./../../min3p/int3a_ovendry.o ./../../min3p/g_ovendry.o ./../../min3p/findstrg.o ./../../min3p/alkcalc.o ./../../gas_advection/giups_brt.o ./../../min3p/fluxheat.o ./../../min3p/diffcoff.o ./../../min3p/rhsrt.o ./../../min3p/int_h_ovendry.o ./../../min3p/fluxd.o ./../../min3p/bulkconc.o ./../../min3p/zero_r8.o ./../../min3p/acoff.o ./../../min3p/dtotcong.o ./../../min3p/diff_vapour.o ./../../min3p/storddfs.o ./../../min3p/int3b_ovendry.o ./../../min3p/readbloc.o ./../../min3p/fluxvs.o ./../../min3p/findname.o ./../../min3p/vhoff.o ./../../min3p/dhconst.o ./../../min3p/cos_function.o ./../../min3p/stordd.o ./../../min3p/soilprdd.o ./../../min3p/porosity_flow.o ./../../phase_class/tools/lubksb.o ./../../gas_advection/gasm.o ./../../min3p/zero_i4.o ./../../min3p/secspec.o ./../../min3p/h_ovendry.o ./../../gas_advection/fluxvg.o ./../../min3p/findkey.o ./../../gas_advection/wgpropd.o ./../../min3p/rsort.o ./../../gas_advection/relpfsat_g.o ./../../min3p/ddtds_1.o ./../../min3p/satindex.o ./../../gas_advection/wgprop.o ./../../min3p/storheatevap.o ./../../min3p/ionstr.o ./../../min3p/icnvrt.o ./../../min3p/fluxfs.o ./../../gas_advection/dfluxvg.o ./../../min3p/concsort.o ./../../min3p/zoutput.o ./../../min3p/simq.o ./../../min3p/relpfsat.o ./../../min3p/findzone.o ./../../min3p/xh_ovendry.o ./../../min3p/w_ovendry.o ./../../min3p/satfpres.o ./../../min3p/gs_ovendry.o ./../../min3p/fluxv.o ./../../min3p/darcy_energybal.o ./../../phase_class/tools/xmlreader/m_charset.o ./../../solver/petsc_mpi_common.o ./../../min3p/parm.o ./../../phase_class/tools/xmlreader/m_debug.o ./../../version/Version.o ./../../solver/solver_snes_common.o ./../../phase_class/constants/m_constants_cheproo.o ./../../min3p/dens.o ./../../icesheet/m_ice_sheet.o ./../../min3p/multidiff.o ./../../phase_class/tools/xmlreader/m_buffer.o ./../../energy_balance/m_heat_transport.o ./../../phase_class/tools/xmlreader/m_dictionary.o ./../../version/writeversion.o ./../../phase_class/tools/xmlreader/m_io.o ./../../min3p/gen.o ./../../solver/solver_snes_interface.o ./../../phase_class/tools/xmlreader/m_reader.o ./../../phase_class/tools/m_general_tools_cheproo.o ./../../solver/solver_snes_function.o ./../../phase_class/tools/xmlreader/m_converters.o ./../../min3p/file_utility.o ./../../min3p/phys.o ./../../solver/matrix_utility.o ./../../min3p/dual.o ./../../phase_class/tools/xmlreader/m_entities.o ./../../solver/solver_runtime.o ./../../phase_class/tools/xmlreader/m_elstack.o ./../../solver/solver_results.o ./../../solver/solver_pardiso.o ./../../solver/solver_ddmethod.o ./../../phase_class/tools/xmlreader/m_fsm.o ./../../phase_class/tools/xmlreader/m_xml_error.o ./../../phase_class/tools/xmlreader/m_xml_parser.o ./../../phase_class/tools/xmlreader/flib_sax.o ./../../phase_class/tools/xpath/m_path.o ./../../phase_class/tools/xmlreader/m_handlers.o ./../../phase_class/tools/xpath/flib_xpath.o ./../../phase_class/species/m_species.o ./../../phase_class/phase/m_parentphase.o ./../../phase_class/phase/m_parentaqueousphase.o ./../../phase_class/phase/m_aqueousphasepitzer.o ./../../phase_class/phase/m_aqueousphaseideal.o ./../../phase_class/phase/m_aqueousphasedavis.o ./../../phase_class/phase/m_aqueousphasebdot.o ./../../phase_class/phase/m_aqueousphase.o ./../../phase_class/phase/m_phase.o ./../../min3p/chem.o ./../../solver/solver.o ./../../min3p/welcome_pc.o ./../../min3p/velovapour.o ./../../min3p/updatelc.o ./../../min3p/readmin.o ./../../min3p/rategas.o ./../../min3p/opnmbfls_mcd.o ./../../min3p/mem_vs.o ./../../min3p/mem_dd.o ./../../min3p/intpolt.o ./../../min3p/pitzer/initpitzer_pc.o ./../../min3p/initbcenergybal.o ./../../min3p/icbcrt.o ./../../gas_advection/gasv.o ./../../min3p/dratemin_new.o ./../../min3p/compute_sensible.o ./../../min3p/cbalance.o ./../../min3p/zero_r8_parallel.o ./../../min3p/vapor_prop.o ./../../min3p/trddflow.o ./../../min3p/totconcg.o ./../../min3p/sptldisc.o ./../../min3p/setsize.o ./../../min3p/phpe.o ./../../min3p/nexttime.o ./../../min3p/mem_nmx.o ./../../min3p/jacrt.o ./../../min3p/initgeom.o ./../../min3p/infcvs.o ./../../min3p/i2upfind_heat.o ./../../min3p/drateint.o ./../../min3p/ddfsflow.o ./../../min3p/vsflow.o ./../../min3p/updtbcvs.o ./../../min3p/rtrvpprm.o ./../../min3p/readredx_new.o ./../../min3p/ratemin_new.o ./../../min3p/outputlc.o ./../../min3p/mem_naq.o ./../../min3p/jacbvs_energybal.o ./../../min3p/initppvs.o ./../../min3p/initcpevaporation.o ./../../min3p/infcrt_g.o ./../../min3p/dtotdyvisc.o ./../../min3p/cvolume.o ./../../min3p/chrgcorr.o ./../../min3p/velodd.o ./../../min3p/updatedd_energybalance.o ./../../min3p/totredx.o ./../../min3p/storfs.o ./../../min3p/readint_new.o ./../../min3p/raoult.o ./../../min3p/opnmbfls.o ./../../min3p/mem_rt.o ./../../min3p/mbalvs.o ./../../min3p/initopgs.o ./../../min3p/initbcdd.o ./../../min3p/iajavs_energybal.o ./../../gas_advection/gasp_m.o ./../../min3p/delcmigfunc.o ./../../min3p/comptotc.o ./../../min3p/updtsvmp.o ./../../min3p/tranunit.o ./../../min3p/totconc.o ./../../min3p/sortcomp.o ./../../min3p/seepfdd.o ./../../min3p/readzone.o ./../../min3p/phcorr.o ./../../min3p/mem_nm.o ./../../min3p/jaclc.o ./../../min3p/initweed.o ./../../min3p/initcsys.o ./../../min3p/infcrtdd.o ./../../min3p/i2upfind.o ./../../min3p/fsflow.o ./../../min3p/findpath.o ./../../min3p/evap.o ./../../min3p/drategdd.o ./../../min3p/ddbdflux_energybal.o ./../../solver/ws209.o ./../../min3p/visconew.o ./../../min3p/updtbcdd.o ./../../min3p/surfcomp.o ./../../min3p/rstatlc.o ./../../min3p/readredx.o ./../../min3p/ratemin.o ./../../min3p/outputdd.o ./../../min3p/msysdd.o ./../../min3p/mem_mat.o ./../../min3p/jacbvs.o ./../../min3p/initpprt.o ./../../min3p/initcpenergybal.o ./../../min3p/infcrt_a.o ./../../gas_advection/giups.o ./../../min3p/cputime_pc.o ./../../gas_advection/velocity_g.o ./../../min3p/updatedd.o ./../../min3p/totmin.o ./../../min3p/restart_w.o ./../../min3p/readint.o ./../../min3p/radiation.o ./../../min3p/opnmbfdd.o ./../../min3p/mem_nx.o ./../../min3p/mbalrt.o ./../../min3p/initicvs.o ./../../min3p/infheat_d.o ./../../min3p/iajavs_dp.o ./../../gas_advection/gasp.o ./../../min3p/flux_calc.o ./../../min3p/ddvsflow.o ./../../icesheet/comp_bc_ice_sheet.o ./../../min3p/bdryflux.o ./../../min3p/zero_i4_parallel.o ./../../min3p/updtsvgp.o ./../../min3p/trans_evap_info.o ./../../min3p/totcona.o ./../../min3p/sorbspc.o ./../../min3p/seepface.o ./../../min3p/readtime.o ./../../min3p/msysvs.o ./../../min3p/mem_njavs.o ./../../min3p/jacfs.o ./../../min3p/inittsgs.o ./../../min3p/initcpvs.o ./../../min3p/hydrostatic_pitzerdens.o ./../../min3p/energysys.o ./../../min3p/drategas.o ./../../min3p/ddbdflux.o ./../../min3p/updtbcatm.o ./../../min3p/surf_tens_prop.o ./../../min3p/rstatgs.o ./../../min3p/readminx_new.o ./../../min3p/rateint_new.o ./../../min3p/opntemp.o ./../../min3p/molconc.o ./../../min3p/mem_hmcd.o ./../../min3p/jacbrt.o ./../../min3p/initpppm.o ./../../min3p/initcpdd.o ./../../min3p/indextec.o ./../../min3p/dtotconc.o ./../../min3p/checksat.o ./../../min3p/velocity_a.o ./../../min3p/tstepvs.o ./../../min3p/totint.o ./../../min3p/restart_r.o ./../../min3p/readgses.o ./../../min3p/opngfls.o ./../../min3p/mem_ntmp.o ./../../min3p/mbaldd.o ./../../min3p/initicrt.o ./../../min3p/infheat_c.o ./../../min3p/iajavs.o ./../../min3p/ddtds_energybal.o ./../../min3p/clstpfls.o ./../../min3p/batreac.o ./../../min3p/updtsvap.o ./../../min3p/tranflow.o ./../../min3p/tortuosity_vap.o ./../../min3p/readtemp.o ./../../min3p/readbcvs.o ./../../min3p/msysrt.o ./../../min3p/mem_njart.o ./../../min3p/jacddvs.o ./../../min3p/inittemp.o ./../../min3p/initcprt.o ./../../min3p/energy_bal.o ./../../min3p/draoult.o ./../../min3p/datstr_n.o ./../../min3p/updatevs.o ./../../min3p/tprfrtlc.o ./../../min3p/storvs.o ./../../min3p/readminx.o ./../../min3p/rateint.o ./../../min3p/opnplfls.o ./../../min3p/modrate.o ./../../min3p/mem_heat.o ./../../min3p/jacbevap.o ./../../min3p/initppenergybal.o ./../../min3p/initbcvs.o ./../../min3p/icrtlczn.o ./../../min3p/gcreact.o ./../../min3p/driver_pc.o ./../../min3p/constnts.o ./../../min3p/checkerr.o ./../../min3p/velocity.o ./../../min3p/tsteprt.o ./../../min3p/totdyvisc.o ./../../min3p/stedflow.o ./../../min3p/soilparm.o ./../../min3p/readcomp.o ./../../min3p/pitzer/pitzer.o ./../../min3p/opnenergybal.o ./../../min3p/mem_nsb.o ./../../min3p/mbal_mcd.o ./../../min3p/jacvs.o ./../../min3p/initicenergybal.o ./../../min3p/infevap.o ./../../min3p/iajart.o ./../../gas_advection/gasd_m.o ./../../min3p/dratemin.o ./../../min3p/clsgfls.o ./../../min3p/atotconc.o ./../../min3p/xyzcoord.o ./../../min3p/weed.o ./../../min3p/updtsurf.o ./../../min3p/tranbcrt.o ./../../min3p/timeloop.o ./../../min3p/readsspc.o ./../../min3p/reactran.o ./../../min3p/outputvs.o ./../../min3p/mem_ng.o ./../../min3p/jacddfs_energybal.o ./../../min3p/initsatw.o ./../../min3p/initcplc.o ./../../min3p/guess.o ./../../min3p/fluxv_vl.o ./../../min3p/elecmigration.o ./../../min3p/distmp.o ./../../min3p/datstr_1.o ./../../min3p/updatert.o ./../../min3p/tprfdd.o ./../../min3p/rootwat.o ./../../min3p/readmin_new.o ./../../min3p/rategasd.o ./../../min3p/opnpgfls.o ./../../min3p/minmaxwd.o ./../../min3p/mem_evap.o ./../../min3p/initppdd.o ./../../min3p/initbcrt.o ./../../min3p/gcconst.o ./../../min3p/draterdx.o ./../../min3p/vel_lin.o ./../../min3p/tsteplc.o ./../../min3p/totconfac.o ./../../min3p/stddmass.o ./../../min3p/opndbfls_pc.o ./../../min3p/mem_nr.o ./../../min3p/jacsurf.o ./../../min3p/initicdd.o ./../../gas_advection/infcvs_cp.o ./../../min3p/iajabl.o ./../../min3p/gasconc.o ./../../min3p/drateint_new.o ./../../min3p/ddtds.o ./../../min3p/pitzer/closepitzer.o ./../../min3p/aratemin.o ./../../min3p/updtsoil.o ./../../min3p/tprfvs.o ./../../min3p/tcorr.o ./../../min3p/readsorb.o ./../../min3p/rateredx.o ./../../min3p/outputrt.o ./../../min3p/mem_nc.o ./../../min3p/jacddfs.o ./../../min3p/initprob.o ./../../min3p/initcpgs.o ./../../min3p/infcrt_mcd.o ./../../min3p/diffcoff_mcd.o ./../../min3p/cliqdisp.o -L/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/lib  -lpetsc -L/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/superlu/dist-3.3/linux-rhel_6-ppc64-gcc-4.4.6/lib -lsuperlu -Wl,-rpath,/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/lib -L/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/hypre/2.9.2a/linux-rhel_6-ppc64-gcc-4.4.6/lib -lHYPRE -L/bgsys/drivers/V1R2M1/ppc64/comm/lib -L/bgsys/drivers/V1R2M1/ppc64/comm/lib64 -L/bgsys/drivers/V1R2M1/ppc64/spi/lib -L/bgsys/drivers/V1R2M1/ppc64/comm/sys/lib -L/bgsys/drivers/toolchain/V1R2M2_base/gnu-linux/lib/gcc/powerpc64-bgq-linux/4.4.7 -L/bgsys/drivers/toolchain/V1R2M2_base/gnu-linux/lib/gcc -L/bgsys/drivers/toolchain/V1R2M2_base/gnu-linux/powerpc64-bgq-linux/lib -lmpichcxx-gcc -L/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/ml/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/lib -lml -L/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/lib -lparmetis -lmetis -Wl,-rpath,/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/lapack/3.5.0/linux-rhel_6-ppc64-gcc-4.4.6/lib -L/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/lapack/3.5.0/linux-rhel_6-ppc64-gcc-4.4.6/lib -llapack -Wl,-rpath,/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/blas/19Apr11/linux-rhel_6-ppc64-gcc-4.4.6/lib -L/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/blas/19Apr11/linux-rhel_6-ppc64-gcc-4.4.6/lib -lblas -Wl,-rpath,/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/lib -L/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/zoltan/trilinos-11.8.1/linux-rhel_6-ppc64-gcc-4.4.6/lib -lzoltan -Wl,-rpath,/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/parmetis/4.0.3/linux-rhel_6-ppc64-gcc-4.4.6/lib -lparmetis -lmetis -Wl,-rpath,/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/lib -L/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/petsc/3.5.1.1/linux-rhel_6-ppc64-gcc-4.4.6/lib -lchaco -lpthread -lexoIIv2for -lexodus -L/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/moab/4.7.0RC1/linux-rhel_6-ppc64-gcc-4.4.6/lib -lMOAB -L/gpfs/vesta-fs0/projects/FASTMath/ATPESC-2014/install/cgma/13.1.1/linux-rhel_6-ppc64-gcc-4.4.6/lib -lcgm -lzoltan -lparmetis -lmetis -Wl,-rpath,/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/lib -L/gpfs/vesta-fs0/projects/FASTMath/install/netcdf/4.3.0/linux-rhel_6-ppc64-gcc-4.4.6/lib -lnetcdf -Wl,-rpath,/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/lib -L/gpfs/vesta-fs0/projects/FASTMath/install/hdf5/1.8.11/linux-rhel_6-ppc64-gcc-4.4.6/lib -lhdf5_hl -lhdf5 -lm -lmpichf90-gcc -lgfortran -lm -lmpichcxx-gcc -L/bgsys/drivers/V1R2M1/ppc64/comm/lib -L/bgsys/drivers/V1R2M1/ppc64/comm/lib -L/bgsys/drivers/V1R2M1/ppc64/comm/lib64 -L/bgsys/drivers/V1R2M1/ppc64/comm/lib -L/bgsys/drivers/V1R2M1/ppc64/spi/lib -L/bgsys/drivers/V1R2M1/ppc64/comm/sys/lib -L/bgsys/drivers/V1R2M1/ppc64/spi/lib -L/bgsys/drivers/V1R2M1/ppc64/comm/sys/lib -L/bgsys/drivers/V1R2M1/ppc64/comm/lib64 -L/bgsys/drivers/V1R2M1/ppc64/comm/lib -L/bgsys/drivers/V1R2M1/ppc64/spi/lib -L/bgsys/drivers/V1R2M1/ppc64/comm/lib -L/bgsys/drivers/toolchain/V1R2M2_base/gnu-linux/lib/gcc/powerpc64-bgq-linux/4.4.7 -L/bgsys/drivers/toolchain/V1R2M2_base/gnu-linux/lib/gcc -L/bgsys/drivers/toolchain/V1R2M2_base/gnu-linux/powerpc64-bgq-linux/lib -ldl -lmpich-gcc -lopa-gcc -lmpl-gcc -lpami-gcc -lSPI -lSPI_cnk -lrt -lpthread -lstdc++ -lgcc_eh -lnss_files -lnss_dns -lresolv -ldl   
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-289 (W) Option -Wno-unused-variable was incorrectly specified. The option will be ignored.
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-228 (W) input file ./../../min3p/welcome_pc.o not found
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-228 (W) input file ./../../min3p/updatedd_energybalance.o not found
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-228 (W) input file ./../../solver/ws209.o not found
/soft/compilers/ibmcmp-may2014/xlf/bg/14.1/bin/.orig/bgxlf90_r: 1501-228 (W) input file ./../../min3p/updatert.o not found
make: [min3p_ibmxl] Error 252 (ignored)
/bin/rm -f ./../../*.o ./../../energy_balance/*.o ./../../icesheet/*.o ./../../min3p/*.o 
/bin/rm -f ./../../min3p/pitzer/*.o ./../../phase_class/constants/*.o 
/bin/rm -f ./../../phase_class/phase/*.o ./../../phase_class/species/*.o 
/bin/rm -f ./../../phase_class/tools/*.o ./../../phase_class/tools/xmlreader/*.o 
/bin/rm -f ./../../phase_class/tools/xpath/*.o ./../../version/*.o
/bin/rm -f ./../../solver/*.o ./../../solver/cond_number/*.o ./../../gas_advection/*.o *.o
/bin/rm -f ./../../*.mod ./../../energy_balance/*.mod ./../../icesheet/*.mod ./../../min3p/*.mod 
/bin/rm -f ./../../min3p/pitzer/*.mod ./../../phase_class/constants/*.mod 
/bin/rm -f ./../../phase_class/phase/*.mod ./../../phase_class/species/*.mod 
/bin/rm -f ./../../phase_class/tools/*.mod ./../../phase_class/tools/xmlreader/*.mod 
/bin/rm -f ./../../phase_class/tools/xpath/*.mod ./../../version/*.mod
/bin/rm -f ./../../solver/*.mod ./../../solver/cond_number/*.mod ./../../gas_advection/*.mod *.mod


More information about the petsc-users mailing list