Skip to content

Commit

Permalink
made data smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
edhartnett committed May 14, 2019
1 parent 0c40d0b commit e70aed5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/cunit/test_async_perf.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
#define LON_LEN 3

/* The length of our sample data along each dimension. */
#define X_DIM_LEN 1024
#define Y_DIM_LEN 1024
#define Z_DIM_LEN 124
#define X_DIM_LEN 128
#define Y_DIM_LEN 128
#define Z_DIM_LEN 128

/* The number of timesteps of data to write. */
#define NUM_TIMESTEPS 3
Expand Down

0 comments on commit e70aed5

Please sign in to comment.