[Users] Fortran module dependencies
David Rideout
dprideout at gmail.com
Fri Oct 12 09:40:44 CDT 2007
My make.code.deps is as follows. Is that the same as make.configuration.deps?
Thanks,
David
#StrongPositivity.F90.o: ../../../CactusExamples/LAPACK/src/lapack.F90.o
#StrongPositivity.F90.o: lapack.mod
#lapack.mod: $(CCTK_LIBDIR)/../build/LAPACK/lapack.f90
# pwd
ifneq (,$(findstring ArrangementA/ThornA,$(THORNS)))
$(CCTK_LIBDIR)$(DIRSEP)libQMTBase.a : $(CCTK_LIBDIR)$(DIRSEP)libLAPACK.a
endif
On 10/12/07, Thomas Radke <tradke at aei.mpg.de> wrote:
> David Rideout wrote:
> > How does one 'properly' use a module which is defined in another
> > thorn? I followed FAQ 6 but still get warnings:
> >
> > Warning: While tracing module dependencies: Source file for module
> > "lapack" not found
> > Searched in thorn directory only.
>
> Hi David,
>
> how does your make.configurations.deps file look like ?
>
> --
> Cheers, Thomas.
> _______________________________________________
> Users mailing list
> Users at cactuscode.org
> http://www.cactuscode.org/mailman/listinfo/users
>
More information about the Users
mailing list