Skip to content

Commit

Permalink
made pioperf run faster
Browse files Browse the repository at this point in the history
  • Loading branch information
edhartnett committed May 2, 2019
1 parent b15f88a commit f7cafe7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions tests/cunit/test_perf2.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
#define NDIM3 3

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

/* The number of timesteps of data to write. */
#define NUM_TIMESTEPS 10
Expand Down
4 changes: 2 additions & 2 deletions tests/performance/pioperf.nl
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
decompfile= 'BLOCK',
pio_typenames = 'pnetcdf' 'netcdf4p' 'netcdf4c' 'netcdf'
rearrangers = 1,2
nframes = 10
nframes = 1
nvars = 10
niotasks = 4
varsize = 10000000
varsize = 100000
/

0 comments on commit f7cafe7

Please sign in to comment.