Skip to content
Snippets Groups Projects
Commit 5fc28df8 authored by Mark Grondona's avatar Mark Grondona
Browse files

o add WITH_LSD_{NOMEM,FATAL}_ERROR_FUNC for LSD-Tools

parent d93dc78f
No related branches found
No related tags found
No related merge requests found
......@@ -200,6 +200,12 @@ AC_ARG_WITH(slurm-conf,
fi
]
)
#
# FIXME: default config dir is in srcdir
# during development. Needs to be
# moved to $prefix/etc!!
#
topsrcdir=`cd $srcdir && pwd`
AC_MSG_RESULT(${slurmconf=${topsrcdir}/etc})
AC_DEFINE_UNQUOTED(SLURM_CONFIG_DIR, "$slurmconf",
......@@ -402,8 +408,11 @@ fi
AM_CONDITIONAL(WITH_TOTALVIEW, test "x$with_totalview" = "xyes")
dnl Add LSD-Tools defines:
AC_DEFINE(WITH_LSD_FATAL_ERROR_FUNC, 1, [Have definition of lsd_fatal_error()])
AC_DEFINE(WITH_LSD_NOMEM_ERROR_FUNC, 1, [Have definition of lsd_nomem_error()])
dnl All slurm Makefiles:
dnl need to add squeue and scancel when they're there
AC_CONFIG_FILES([Makefile
src/Makefile
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment