You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cat <<EOF[DEFAULT]version = 0 ; Let's keep an open mind!steps = 20 ; Number of stepsarrays = 500 ; Number of arraysrows = 100 ; Total number of array rows for strong scaling ; Number of array rows per block for weak scalingcolumns = 200 ; Total number of array columns for strong scaling ; Number of array columns per block for weak scalingprocess-rows = 1 ; Number of MPI-process rows: ; rows % proc-rows == 0 for strong scalingxprocess-columns = 1 ; Number of MPI-process columns: ; columns % proc-columns == 0 for strong scalingscaling = weak ; Scaling ([weak, strong])dataset-rank = 4 ; Rank of the dataset(s) in the file ([2, 3, 4])slowest-dimension = step ; Slowest changing dimension ([step, array])layout = contiguous ; HDF5 dataset layout ([contiguous, chunked])mpi-io = independent ; MPI I/O mode ([independent, collective])hdf5-file = hdf5_iotest.h5 ; HDF5 output file namecsv-file = hdf5_iotest.csv ; CSV results file nameEOF
make -C src -f Makefile baseline
make -C src -f Makefile h5dump
make -C src -f Makefile h5stat
Profiles
gperf
make -C src -f Makefile gprofile
Darshan
make -C src -f Makefile darshan
Recorder
Parallel
Symptoms
[ ] Document user concerns and observations
[ ] Confirm their reproducibility
Phase 2: Analysis / Diagnosis
[ ] Visualize the data
[ ] If the data does not confirm your expectations document what you
didn’t expect.
[ ] Look for telltale signs indicative of performance problems