1
1

Adding the basic version of laminfo

This commit was SVN r475.
Этот коммит содержится в:
Prabhanjan Kambadur 2004-01-19 05:42:58 +00:00
родитель 5cc729f358
Коммит dcea529c8d
2 изменённых файлов: 10 добавлений и 1 удалений

Просмотреть файл

@ -33,6 +33,15 @@ EOF
LAM_CONFIGURE_USER="`whoami`"
LAM_CONFIGURE_HOST="`hostname | head -n 1`"
LAM_CONFIGURE_DATE="`date`"
#
# Save these details so that they can be used in laminfo later
#
AC_SUBST(LAM_CONFIGURE_USER)
AC_SUBST(LAM_CONFIGURE_HOST)
AC_SUBST(LAM_CONFIGURE_DATE)
AC_DEFINE_UNQUOTED(LAM_ARCH, "$host", [LAM architecture string])
#
# Make automake clean emacs ~ files for "make clean"

Просмотреть файл

@ -5,4 +5,4 @@
include $(top_srcdir)/config/Makefile.options
SUBDIRS = mpirun wrappers
SUBDIRS = laminfo mpirun wrappers