aboutsummaryrefslogtreecommitdiff
path: root/src/Panda
diff options
context:
space:
mode:
authortradke <tradke@38c3d835-c875-442e-b0fe-21c19ce1d001>2000-04-28 16:32:55 +0000
committertradke <tradke@38c3d835-c875-442e-b0fe-21c19ce1d001>2000-04-28 16:32:55 +0000
commit7a308bf34c39c6f7a5e248965ee1786dde0e9458 (patch)
tree37ca1582a4e46ddfd7377946a1cf60ea2c0d3863 /src/Panda
parenta9f312ad6723f412e257c138c7a1ab8082c1246c (diff)
Bringing IOPanda to a more up-to-date state.
Still developmental. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@7 38c3d835-c875-442e-b0fe-21c19ce1d001
Diffstat (limited to 'src/Panda')
-rw-r--r--src/Panda/c_interface.C2
-rw-r--r--src/Panda/make.code.defn6
-rw-r--r--src/Panda/os-detected2
3 files changed, 6 insertions, 4 deletions
diff --git a/src/Panda/c_interface.C b/src/Panda/c_interface.C
index b6085d6..571e166 100644
--- a/src/Panda/c_interface.C
+++ b/src/Panda/c_interface.C
@@ -106,7 +106,7 @@ void PandaTimestep(ArrayInfo *ptr)
ptr->data_, ptr->stencil_width_);
global_bear->app_barrier();
- printf("---------------- Panda Timestep -------------------\n");
+// printf("---------------- Panda Timestep -------------------\n");
//printf("name %s rank %d size %d %d %d esize %d mem_layout %d %d %d disk_layout %d stencil_width_ %d\n", ptr->name_, ptr->rank_, ptr->size_[0], ptr->size_[1], ptr->size_[2], ptr->esize_, ptr->mem_layout_[0], ptr->mem_layout_[1], ptr->mem_layout_[2], ptr->disk_layout_[0], ptr->stencil_width_);
array->timestep();
diff --git a/src/Panda/make.code.defn b/src/Panda/make.code.defn
index dd9edc3..0604ab6 100644
--- a/src/Panda/make.code.defn
+++ b/src/Panda/make.code.defn
@@ -2,6 +2,8 @@ SRCS = App_Info.C Array.C ArrayDistribution.C ArrayLayout.C Attribute.C Chunk.C
SUBDIRS =
+FILEPREFIX=\"bla\"
+
# The 9000 names of the cygwin tools and T3E...
TMPUN := $(shell uname)
ifeq ($(TMPUN), CYGWIN32_95)
@@ -21,7 +23,7 @@ endif
# 64 Bit Irix
ifeq ($(UNAME), IRIX64)
-CXXFLAGS += -DANSI -DFILEPREFIX -ptused
+CXXFLAGS += -DANSI -DFILEPREFIX=${FILEPREFIX} -ptused
endif
@@ -49,7 +51,7 @@ endif
# Linux
ifeq ($(UNAME), Linux)
-CXXFLAGS += -DANSI
+CXXFLAGS += -DANSI -DFILEPREFIX=${FILEPREFIX}
endif
diff --git a/src/Panda/os-detected b/src/Panda/os-detected
index 4f378d7..8b13789 100644
--- a/src/Panda/os-detected
+++ b/src/Panda/os-detected
@@ -1 +1 @@
-irix
+