Skip to content
Snippets Groups Projects
Commit 3402644e authored by Danny Auble's avatar Danny Auble
Browse files

Updated notes on what is wrong with the cray linking tests in the m4

script.
parent 5a68039c
No related branches found
No related tags found
No related merge requests found
...@@ -59,7 +59,6 @@ AC_DEFUN([X_AC_CRAY], ...@@ -59,7 +59,6 @@ AC_DEFUN([X_AC_CRAY],
AC_DEFINE(HAVE_ALPS_CRAY_EMULATION, 1, [Define to 1 for emulating a Cray XT/XE system using ALPS]) AC_DEFINE(HAVE_ALPS_CRAY_EMULATION, 1, [Define to 1 for emulating a Cray XT/XE system using ALPS])
elif test "$ac_have_native_cray" = "yes"; then elif test "$ac_have_native_cray" = "yes"; then
_x_ac_cray_job_dir="job/default" _x_ac_cray_job_dir="job/default"
_x_ac_cray_alps_dir="alps/default"
_x_ac_cray_alpscomm_dir="alpscomm/default" _x_ac_cray_alpscomm_dir="alpscomm/default"
_x_ac_cray_dirs="/opt/cray" _x_ac_cray_dirs="/opt/cray"
...@@ -94,10 +93,11 @@ AC_DEFUN([X_AC_CRAY], ...@@ -94,10 +93,11 @@ AC_DEFUN([X_AC_CRAY],
CPPFLAGS="$CRAY_CPPFLAGS $CRAY_SWITCH_CPPFLAGS $saved_CPPFLAGS" CPPFLAGS="$CRAY_CPPFLAGS $CRAY_SWITCH_CPPFLAGS $saved_CPPFLAGS"
LIBS="$CRAY_LDFLAGS $CRAY_SWITCH_LDFLAGS $saved_LIBS" LIBS="$CRAY_LDFLAGS $CRAY_SWITCH_LDFLAGS $saved_LIBS"
# FIXME: alpscomm_cn.h appeared to not work correctly here. Needs further # FIXME: alpscomm_cn.h appeared to not work correctly here.
# looking into # Missing #include <netinet/in.h>. Cray needs to add it for things to
# work correctly.
# #include <alpscomm_cn.h> # #include <alpscomm_cn.h>
# alpsc_flush_lustre(""); # alpsc_flush_lustre((char **)0);
AC_LINK_IFELSE( AC_LINK_IFELSE(
[AC_LANG_PROGRAM( [AC_LANG_PROGRAM(
......
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