[FLASH-USERS] Using HYPRE

Stephen Brian Amsel samsel at umich.edu
Thu Sep 8 02:11:17 EDT 2011


Hi everyone,

I'm trying to use the HYPRE grid-solver built into Flash 4 and ran  
into a problem which should be remarkably easy to fix. What lines  
should be written into my Makefile.h to let the compiler see the the  
library and headers?

So far I have tried
LIB_HYPRE = (path to directory "hypre-2.7.0b") as directed by the make-script
LIB_HYPRE = -L (path to "hypre-2.7.0b/hypre/lib") matching the  
convention of other environment-variables starting with "LIB_"
LIB_HYPRE = -L (same as #2) -I (path to headers)
I also tried FFLAGS_HYPRE = (path to headers) with -L (path to lib as above)

Have a nice day!
-Stephen



More information about the flash-users mailing list