corrections for IASDS paper

This commit is contained in:
Marc Howison
2010-07-22 18:52:40 +00:00
parent 4a20cd715e
commit a1a90c8af0
4 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -201,7 +201,7 @@ h5priv_mpi_cart_create (
int ndims,
int *dims,
int *period,
int *reorder,
int reorder,
MPI_Comm *new_comm
) {
int err = MPI_Cart_create(
+1 -1
View File
@@ -101,7 +101,7 @@ h5priv_mpi_cart_create (
int ndims,
int *dims,
int *period,
int *reorder,
int reorder,
MPI_Comm *new_comm
);
+1 -1
View File
@@ -719,7 +719,7 @@ h5b_3d_set_grid (
int dims[3] = { k, j, i };
int period[3] = { 0, 0, 0 };
TRY( h5priv_mpi_cart_create(f,
f->comm, 3, dims, period, period, &f->b->cart_comm) );
f->comm, 3, dims, period, 0, &f->b->cart_comm) );
f->b->have_grid = 1;
+3
View File
@@ -23,3 +23,6 @@ h5pToGNUplot_SOURCES = h5pToGNUplot.cc
#homdynToH5p_SOURCES = homdynToH5p.cc
install-exec-local:
@$(INSTALL) h5hutcc $(DESTDIR)$(bindir)/h5hutcc