[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bgl-discuss] Build Problems



jeff,


I've built POP 1.4.3 on the current BGL configuration, without any
issues.  Are you building 2.0 ?  (I've done it but not with the current
drivers/libs, and without netcdf, so that doesn't help you much...)


> The second problem Im seeing is a little more interesting. My build will 
> fail at a more or less random point, but if I "touch" the offending 
> source file, the build can be restarted.


can't remember exactly, but i think this is why we commented out the
mv of the module file in the Makefile (ibm_mpi.gnu) :


%.o: %.f
        @echo IBM_MPI Compiling with implicit rule $<
        @$(FC) $(FFLAGS) -qfixed -c $<
#       @if test -f *.mod; then mv -f *.mod $(ObjDepDir); fi
 
%.o: %.f90
        @echo IBM_MPI Compiling with implicit rule $<
        @$(FC) $(FFLAGS) -qsuffix=f=f90 -qfree=f90 -c $<
#       @if test -f *.mod; then mv -f *.mod $(ObjDepDir); fi



there is also an issue where if you have more than one .mod
around, then that 'test' call chokes because it has too many
args (*.mod), but if you comment it out then it becomes moot.


ray


- --------------------------------------------------------------------
To add or remove yourself from this mailing list, use the 'notifyme'
command on any BGL machine. To remove: notifyme -n, to add: notifyme -y.