[Saga-devel] saga-projects SVN commit 846: /applications/mandelbrot/
amerzky at cct.lsu.edu
amerzky at cct.lsu.edu
Tue Jan 13 12:10:17 CST 2009
User: amerzky
Date: 2009/01/13 12:10 PM
Modified:
/applications/mandelbrot/client/
Makefile
/applications/mandelbrot/debug_advert/master/
master.cpp
/applications/mandelbrot/master/
Makefile
Log:
rename
File Changes:
Directory: /applications/mandelbrot/client/
===========================================
File [modified]: Makefile
Delta lines: +1 -1
===================================================================
--- applications/mandelbrot/client/Makefile 2009-01-13 18:09:07 UTC (rev 845)
+++ applications/mandelbrot/client/Makefile 2009-01-13 18:09:56 UTC (rev 846)
@@ -6,7 +6,7 @@
SAGA_SRC = $(wildcard *.cpp)
SAGA_ADD_BIN_OBJ = $(SAGA_SRC:%.cpp=%.o)
-SAGA_BIN = client
+SAGA_BIN = mandelbrot_client
include $(SAGA_LOCATION)/share/saga/make/saga.application.mk
Directory: /applications/mandelbrot/debug_advert/master/
========================================================
File [modified]: master.cpp
Delta lines: +1 -1
===================================================================
--- applications/mandelbrot/debug_advert/master/master.cpp 2009-01-13 18:09:07 UTC (rev 845)
+++ applications/mandelbrot/debug_advert/master/master.cpp 2009-01-13 18:09:56 UTC (rev 846)
@@ -18,7 +18,7 @@
saga::job::description jd;
jd.set_attribute (saga::job::attributes::description_executable,
- "/Users/merzky/links/saga/applications/debug_advert/client/client");
+ "/Users/merzky/links/saga/applications/mandelbrot/debug_advert/client/client");
saga::job::service js ("fork://localhost/");
Directory: /applications/mandelbrot/master/
===========================================
File [modified]: Makefile
Delta lines: +1 -1
===================================================================
--- applications/mandelbrot/master/Makefile 2009-01-13 18:09:07 UTC (rev 845)
+++ applications/mandelbrot/master/Makefile 2009-01-13 18:09:56 UTC (rev 846)
@@ -6,7 +6,7 @@
SAGA_SRC = $(wildcard *.cpp)
SAGA_ADD_BIN_OBJ = $(SAGA_SRC:%.cpp=%.o)
-SAGA_BIN = master
+SAGA_BIN = mandelbrot_master
include $(SAGA_LOCATION)/share/saga/make/saga.application.mk
More information about the saga-devel
mailing list