1
1

Update the makefile to fix the automated build. Minor update to the program as well.

This commit was SVN r2564.
Этот коммит содержится в:
Ralph Castain 2004-09-09 18:20:16 +00:00
родитель 3511b819ae
Коммит 7d0c70adab
2 изменённых файлов: 3 добавлений и 1 удалений

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

@ -22,7 +22,6 @@ bin_PROGRAMS = \
mpirun2
mpirun2_SOURCES = \
mpirun2.h \
mpirun2.c
mpirun2_LDADD = \

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

@ -86,6 +86,9 @@ main(int argc, char *argv[])
printf("num_procs: %d\n", num_procs);
}
/* get the rte command line options */
ompi_rte_parse_cmd_line(cmd_line);
/*
* TSW - temporarily force to be a seed - and to use tcp oob.
*