Skip to content
Snippets Groups Projects
Commit b538089c authored by Moe Jette's avatar Moe Jette
Browse files

Make sure xcpu found message is printed at configure time.

parent c099fbc3
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,7 @@ AC_DEFUN([X_AC_XCPU],
if test "$ac_xcpu" != "no" ; then
if test -d "/mnt/xcpu" ; then
ac_xcpu=yes
AC_DEFINE(HAVE_XCPU, 1, [Define to 1 if using XCPU for job launch])
AC_DEFINE(HAVE_FRONT_END, 1, [Define to 1 if running slurmd on front-end only])
else
......
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