Skip to content
Snippets Groups Projects
Commit 2b9546aa authored by lhausamm's avatar lhausamm
Browse files

Use grackle with float

parent cde83f0c
No related branches found
No related tags found
1 merge request!499Improved grackle
...@@ -533,7 +533,7 @@ if test "x$with_grackle" != "xno"; then ...@@ -533,7 +533,7 @@ if test "x$with_grackle" != "xno"; then
[grackle], [grackle],
[initialize_chemistry_data], [initialize_chemistry_data],
[AC_DEFINE([HAVE_GRACKLE],1,[The GRACKLE library appears to be present.]) [AC_DEFINE([HAVE_GRACKLE],1,[The GRACKLE library appears to be present.])
AC_DEFINE([CONFIG_BFLOAT_8],1,[Use doubles in grackle]) AC_DEFINE([CONFIG_BFLOAT_4],1,[Use float in grackle])
], ],
[AC_MSG_ERROR(Cannot find grackle library!)], [AC_MSG_ERROR(Cannot find grackle library!)],
[$GRACKLE_LIBS $GRACKLE_INCS $FCLIBS] [$GRACKLE_LIBS $GRACKLE_INCS $FCLIBS]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment