/[gcl]/gcl/pargcl/Makefile.in
ViewVC logotype

Diff of /gcl/pargcl/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by gene, Wed Nov 2 16:22:02 2005 UTC revision 1.4 by gene, Fri Nov 4 08:34:52 2005 UTC
# Line 23  ${SRC_FILES}: Line 23  ${SRC_FILES}:
23          @ echo ""          @ echo ""
24          @ echo This is ParGCL version ${VERSION}, ${UPDATED}.          @ echo This is ParGCL version ${VERSION}, ${UPDATED}.
25    
26    check:
27            cd bin; echo '(progn ' \
28                           '(par-load "../examples/example-mpi.lsp") ' \
29                           '(par-find-one-factor-mpi 987654321) ' \
30                           '(par-load "../examples/example-slave-listener.lsp") ' \
31                           '(par-find-one-factor-sl 987654321) ' \
32                           '(par-load "../examples/example-master-slave.lsp") ' \
33                           '(par-find-one-factor-ms 987654321) ' \
34                           '(par-load "../examples/myfactor.lsp") ' \
35                           '(par-myfactor 987654321) ' \
36                           '(quit))' \
37                           | ./pargcl
38    
39  clean:  clean:
40          rm -f *~          rm -f *~
41          rm -f doc/*~          rm -f doc/*~

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26