IO prototyping with heat transfer example from ADIOS2 repo.
Three MPIIO examples have been added respectively based on MPI_write, MPI_write_at, and MPI_write_all. Added IO performance measurment which is controlled by two additional command line arguments: - number of writes to be measured - number initial writes to skip during measurement (See also the ReadMe.md)
Showing
- io-prototyping/heatTransfer/CMakeLists.txt 21 additions, 0 deletionsio-prototyping/heatTransfer/CMakeLists.txt
- io-prototyping/heatTransfer/ReadMe.md 75 additions, 0 deletionsio-prototyping/heatTransfer/ReadMe.md
- io-prototyping/heatTransfer/heat_bp3.xml 120 additions, 0 deletionsio-prototyping/heatTransfer/heat_bp3.xml
- io-prototyping/heatTransfer/heat_bp3_zfp.xml 127 additions, 0 deletionsio-prototyping/heatTransfer/heat_bp3_zfp.xml
- io-prototyping/heatTransfer/heat_bp4.xml 119 additions, 0 deletionsio-prototyping/heatTransfer/heat_bp4.xml
- io-prototyping/heatTransfer/heat_bp4_zfp.xml 125 additions, 0 deletionsio-prototyping/heatTransfer/heat_bp4_zfp.xml
- io-prototyping/heatTransfer/heat_dataman.xml 110 additions, 0 deletionsio-prototyping/heatTransfer/heat_dataman.xml
- io-prototyping/heatTransfer/heat_dataspaces.xml 40 additions, 0 deletionsio-prototyping/heatTransfer/heat_dataspaces.xml
- io-prototyping/heatTransfer/heat_file.xml 120 additions, 0 deletionsio-prototyping/heatTransfer/heat_file.xml
- io-prototyping/heatTransfer/heat_hdf5.xml 117 additions, 0 deletionsio-prototyping/heatTransfer/heat_hdf5.xml
- io-prototyping/heatTransfer/heat_inline.xml 38 additions, 0 deletionsio-prototyping/heatTransfer/heat_inline.xml
- io-prototyping/heatTransfer/heat_nullcore.xml 16 additions, 0 deletionsio-prototyping/heatTransfer/heat_nullcore.xml
- io-prototyping/heatTransfer/heat_ssc.xml 53 additions, 0 deletionsio-prototyping/heatTransfer/heat_ssc.xml
- io-prototyping/heatTransfer/heat_sst_bp.xml 40 additions, 0 deletionsio-prototyping/heatTransfer/heat_sst_bp.xml
- io-prototyping/heatTransfer/heat_sst_bp_rdma.xml 42 additions, 0 deletionsio-prototyping/heatTransfer/heat_sst_bp_rdma.xml
- io-prototyping/heatTransfer/heat_sst_ffs.xml 40 additions, 0 deletionsio-prototyping/heatTransfer/heat_sst_ffs.xml
- io-prototyping/heatTransfer/heat_sst_ffs_rdma.xml 42 additions, 0 deletionsio-prototyping/heatTransfer/heat_sst_ffs_rdma.xml
- io-prototyping/heatTransfer/inline/CMakeLists.txt 14 additions, 0 deletionsio-prototyping/heatTransfer/inline/CMakeLists.txt
- io-prototyping/heatTransfer/inline/InlineIO.cpp 94 additions, 0 deletionsio-prototyping/heatTransfer/inline/InlineIO.cpp
- io-prototyping/heatTransfer/inline/InlineIO.h 42 additions, 0 deletionsio-prototyping/heatTransfer/inline/InlineIO.h
Please register or sign in to comment