Oops -- wtick and wtime are not supposed to be profiled. This fixes
the nightly build on frood from last night. This commit was SVN r2141.
Этот коммит содержится в:
родитель
1787645a3d
Коммит
3274e80b0c
@ -41,7 +41,9 @@ headers = bindings.h
|
||||
#
|
||||
|
||||
libmpi_c_la_SOURCES = \
|
||||
attr_fn.c
|
||||
attr_fn.c \
|
||||
wtick.c \
|
||||
wtime.c
|
||||
|
||||
#
|
||||
# libmpi_c_mpi.la is only built in some cases (see above)
|
||||
@ -350,9 +352,7 @@ libmpi_c_mpi_la_SOURCES = \
|
||||
win_start.c \
|
||||
win_test.c \
|
||||
win_unlock.c \
|
||||
win_wait.c \
|
||||
wtick.c \
|
||||
wtime.c
|
||||
win_wait.c
|
||||
|
||||
EXTRA_DIST = $(libmpi_c_mpi_la_SOURCES)
|
||||
# Conditionally install the header files
|
||||
|
@ -331,9 +331,7 @@ nodist_libmpi_c_pmpi_la_SOURCES = \
|
||||
pwin_start.c \
|
||||
pwin_test.c \
|
||||
pwin_unlock.c \
|
||||
pwin_wait.c \
|
||||
pwtick.c \
|
||||
pwtime.c
|
||||
pwin_wait.c
|
||||
|
||||
#
|
||||
# Sym link in the sources from the real MPI directory
|
||||
|
@ -48,7 +48,9 @@ headers = \
|
||||
#
|
||||
|
||||
libmpi_f77_la_SOURCES = \
|
||||
attr_fn_f.c
|
||||
attr_fn_f.c \
|
||||
wtick_f.c \
|
||||
wtime_f.c
|
||||
|
||||
#
|
||||
# libmpi_c_mpi.la is only built in some cases (see above)
|
||||
@ -337,9 +339,7 @@ libmpi_f77_mpi_la_SOURCES = \
|
||||
win_start_f.c \
|
||||
win_test_f.c \
|
||||
win_unlock_f.c \
|
||||
win_wait_f.c \
|
||||
wtick_f.c \
|
||||
wtime_f.c
|
||||
win_wait_f.c
|
||||
|
||||
EXTRA_DIST = $(libmpi_f77_mpi_la_SOURCES)
|
||||
|
||||
|
@ -308,9 +308,7 @@ nodist_libmpi_f77_pmpi_la_SOURCES = \
|
||||
pwin_start_f.c \
|
||||
pwin_test_f.c \
|
||||
pwin_unlock_f.c \
|
||||
pwin_wait_f.c \
|
||||
pwtick_f.c \
|
||||
pwtime_f.c
|
||||
pwin_wait_f.c
|
||||
|
||||
#
|
||||
# Sym link in the sources from the real MPI directory
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user