* First take at the RTE interface. Obviously doesn't work, but at least
can generate some doxygen API documentation This commit was SVN r193.
Этот коммит содержится в:
родитель
e22ac476dc
Коммит
a72a7f1d26
@ -376,6 +376,7 @@ AC_CONFIG_FILES([
|
||||
src/lam/ctnetwork/Makefile
|
||||
src/lam/lfc/Makefile
|
||||
src/lam/mem/Makefile
|
||||
src/lam/runtime/Makefile
|
||||
|
||||
src/lam/os/Makefile
|
||||
src/lam/os/cygwin/Makefile
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
include $(top_srcdir)/config/Makefile.options
|
||||
|
||||
SUBDIRS = ctnetwork lfc mem os threads util
|
||||
SUBDIRS = ctnetwork lfc mem os threads util runtime
|
||||
|
||||
# If the --enable-single-library flag was given to configure, then the
|
||||
# user wants to merge liblam and libmpi into a single big, honkin'
|
||||
@ -19,7 +19,8 @@ sources = \
|
||||
lfc/liblfc.la \
|
||||
mem/libmem.la \
|
||||
threads/libthreads.la \
|
||||
util/libutil.la
|
||||
util/libutil.la \
|
||||
runtime/libruntime.la
|
||||
|
||||
# List the names of the output libraries here
|
||||
|
||||
|
@ -16,7 +16,10 @@ enum {
|
||||
LAM_ERR_RECV_LESS_THAN_POSTED = -6,
|
||||
LAM_ERR_RECV_MORE_THAN_POSTED = -7,
|
||||
LAM_ERR_NO_MATCH_YET = -8,
|
||||
LAM_ERR_FATAL = -9
|
||||
LAM_ERR_FATAL = -9,
|
||||
LAM_ERR_NOT_IMPLEMENTED = -10,
|
||||
LAM_ERR_NOT_SUPPORTED = -11,
|
||||
LAM_ERR_INTERUPTED = -12
|
||||
};
|
||||
|
||||
#endif /* LAM_CONSTANTS_H */
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user