1
1
openmpi/test/dss/Makefile
Ralph Castain d70e2e8c2b Merge the ORTE devel branch into the main trunk. Details of what this means will be circulated separately.
Remains to be tested to ensure everything came over cleanly, so please continue to withhold commits a little longer

This commit was SVN r17632.
2008-02-28 01:57:57 +00:00

10 строки
205 B
Makefile

PROGS = dss_buffer dss_payload dss_cmp dss_copy dss_inc_dec dss_print dss_release dss_set_get dss_size
all: $(PROGS)
CC = mpicc
CFLAGS = -g -I../../ -I../../opal/include
clean:
rm -f $(PROGS) *~ .gdb*