Files @ 0072103d825f
Branch filter:

Location: DistRen/src/tests/Makefile.am - annotation

LordOfWar
-added prev_frame_index to distrenjob queue
-mortition() now changes prev_frame_index to zero if the job is not completely done
-find_jobframe() now starts in the frameset array at prev_frame_index
-efficiency for finding every frame in the job goes from ((x^2)/2 where x = total_frames) to (3 * total_frames);
1
2
3
4
5
6
7
8
9
TESTS=check_execio check_asprintf
check_PROGRAMS=check_execio check_asprintf
check_execio_SOURCES = check_execio.c
check_execio_CFLAGS = @CHECK_CFLAGS@ -I$(top_builddir)/src/common
check_execio_LDADD = $(top_builddir)/src/common/libdistrencommon.la @CHECK_LIBS@

check_asprintf_SOURCES=check_asprintf.c
check_asprintf_CFLAGS=$(check_execio_CFLAGS)
check_asprintf_LDADD=$(check_execio_LDADD)