Adding the basic version of laminfo
This commit was SVN r475.
Этот коммит содержится в:
родитель
5cc729f358
Коммит
dcea529c8d
@ -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
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user