1
1

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.
Этот коммит содержится в:
Jeff Squyres 2004-08-14 12:49:38 +00:00
родитель 1787645a3d
Коммит 3274e80b0c
4 изменённых файлов: 10 добавлений и 14 удалений

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

@ -41,7 +41,9 @@ headers = bindings.h
# #
libmpi_c_la_SOURCES = \ 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) # 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_start.c \
win_test.c \ win_test.c \
win_unlock.c \ win_unlock.c \
win_wait.c \ win_wait.c
wtick.c \
wtime.c
EXTRA_DIST = $(libmpi_c_mpi_la_SOURCES) EXTRA_DIST = $(libmpi_c_mpi_la_SOURCES)
# Conditionally install the header files # Conditionally install the header files

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

@ -331,9 +331,7 @@ nodist_libmpi_c_pmpi_la_SOURCES = \
pwin_start.c \ pwin_start.c \
pwin_test.c \ pwin_test.c \
pwin_unlock.c \ pwin_unlock.c \
pwin_wait.c \ pwin_wait.c
pwtick.c \
pwtime.c
# #
# Sym link in the sources from the real MPI directory # Sym link in the sources from the real MPI directory

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

@ -48,7 +48,9 @@ headers = \
# #
libmpi_f77_la_SOURCES = \ 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) # 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_start_f.c \
win_test_f.c \ win_test_f.c \
win_unlock_f.c \ win_unlock_f.c \
win_wait_f.c \ win_wait_f.c
wtick_f.c \
wtime_f.c
EXTRA_DIST = $(libmpi_f77_mpi_la_SOURCES) EXTRA_DIST = $(libmpi_f77_mpi_la_SOURCES)

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

@ -308,9 +308,7 @@ nodist_libmpi_f77_pmpi_la_SOURCES = \
pwin_start_f.c \ pwin_start_f.c \
pwin_test_f.c \ pwin_test_f.c \
pwin_unlock_f.c \ pwin_unlock_f.c \
pwin_wait_f.c \ pwin_wait_f.c
pwtick_f.c \
pwtime_f.c
# #
# Sym link in the sources from the real MPI directory # Sym link in the sources from the real MPI directory