freebsd-ports/devel/paexec/pkg-plist
Chin-San Huang c74f246143 paexec -- Parallel executor, distributes tasks over network.
paexec distributes performing the given tasks across several CPUs or
machines on a network and collects the results from those
CPUs/machines

WWW: http://sourceforge.net/projects/paexec
2008-01-26 08:48:58 +00:00

18 lines
603 B
Text

bin/paexec
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
%%PORTDOCS%%%%DOCSDIR%%/NEWS
%%PORTDOCS%%%%DOCSDIR%%/README
%%EXAMPLESDIR%%/toupper/toupper_cmd
%%EXAMPLESDIR%%/toupper/toupper_run
%%EXAMPLESDIR%%/cc_wrapper/cc_wrapper_cmd
%%EXAMPLESDIR%%/cc_wrapper/cc_wrapper_run
%%EXAMPLESDIR%%/cc_wrapper/func1.c
%%EXAMPLESDIR%%/cc_wrapper/func2.c
%%EXAMPLESDIR%%/cc_wrapper/func3.c
%%EXAMPLESDIR%%/all_substr/all_substr_cmd
%%EXAMPLESDIR%%/all_substr/all_substr_run
@dirrm %%EXAMPLESDIR%%/all_substr
@dirrm %%EXAMPLESDIR%%/cc_wrapper
@dirrm %%EXAMPLESDIR%%/toupper
@dirrm %%EXAMPLESDIR%%
%%PORTDOCS%%@dirrm %%DOCSDIR%%