├── LICENSE ├── README.md ├── adios ├── Makefile ├── adios_global.xml ├── fadios_global.xml ├── fparallel2darray.f90 ├── parallel2darray.c ├── plots.py └── plots.pyc ├── hdf5 ├── 2darray-simple.c ├── 2darray.c ├── Makefile ├── f2darray-simple.f90 ├── f2darray.f90 ├── fparallel2darray.f90 ├── fread2darray-simple.f90 ├── parallel2darray.c └── read2darray-simple.c ├── netcdf ├── 2darray-simple.c ├── 2darray.c ├── Makefile ├── f2darray-simple.f90 ├── f2darray.f90 ├── fparallel2darray.f90 ├── fread2darray-simple.f90 ├── parallel2darray.c └── read2darray-simple.c ├── plots.py ├── presentation ├── images │ ├── 2phseIO_30.png │ ├── A_Better_Example_59.png │ ├── Conventions_61.png │ ├── DataNode_24.png │ ├── DataSieving_29.png │ ├── Data_getting_3.png │ ├── Disks_slower1_4.png │ ├── Disks_slower2_4.png │ ├── Implimenting_in_MPI_10.png │ ├── Implimenting_in_MPI_11.png │ ├── Implimenting_in_MPI_12.png │ ├── Implimenting_in_MPI_13.png │ ├── Implimenting_in_MPI_14.png │ ├── Implimenting_in_MPI_15.png │ ├── Implimenting_in_MPI_16.png │ ├── Implimenting_in_MPI_17.png │ ├── Implimenting_in_MPI_18.png │ ├── Implimenting_in_MPI_19.png │ ├── Implimenting_in_MPI_2.png │ ├── Implimenting_in_MPI_20.png │ ├── Implimenting_in_MPI_21.png │ ├── Implimenting_in_MPI_22.png │ ├── Implimenting_in_MPI_23.png │ ├── Implimenting_in_MPI_24.png │ ├── Implimenting_in_MPI_25.png │ ├── Implimenting_in_MPI_26.png │ ├── Implimenting_in_MPI_27.png │ ├── Implimenting_in_MPI_28.png │ ├── Implimenting_in_MPI_29.png │ ├── Implimenting_in_MPI_3.png │ ├── Implimenting_in_MPI_30.png │ ├── Implimenting_in_MPI_31.png │ ├── Implimenting_in_MPI_32.png │ ├── Implimenting_in_MPI_4.png │ ├── Implimenting_in_MPI_5.png │ ├── Implimenting_in_MPI_6.png │ ├── Implimenting_in_MPI_7.png │ ├── Implimenting_in_MPI_8.png │ ├── Implimenting_in_MPI_9.png │ ├── Lockunit_26.png │ ├── MPI-IO_File_View-56.png │ ├── MPI-IO_File_View-57.png │ ├── MPIFile_48.png │ ├── MPI_Type_create_subarray-57.png │ ├── NetCDF_Attributes_60.png │ ├── Non-contiguous_in_file-55.png │ ├── Sample_Code-58.png │ ├── Seek+Write_50.png │ ├── Seek+Write_50_1.png │ ├── Simplifies_IO_code_61.png │ ├── StripingData_21.png │ ├── Theseformats_25.png │ ├── Write_53.png │ ├── Write_at_all_56.png │ ├── application_27.png │ ├── application_28.png │ ├── file_system_16.png │ ├── file_system_17 - Copy.png │ ├── file_system_17.png │ ├── hello_35.png │ ├── hello_36.png │ ├── hello_37.png │ ├── hello_38.png │ ├── hello_39.png │ ├── hello_40.png │ ├── io_metter_15.png │ ├── iometter_13-1.png │ ├── iometter_13.png │ ├── iometter_14.png │ ├── iometter_20.png │ ├── mpi2_31.png │ ├── parallel_22.png │ ├── parallel_23.png │ ├── planing_io10.png │ ├── planing_io11.png │ └── planing_io12.png ├── images2 │ ├── 2phseIO_30.png │ ├── A_Better_Example_59.png │ ├── Conventions_61.png │ ├── DataNode_24.png │ ├── DataSieving_29.png │ ├── Data_getting_3.png │ ├── Disks_slower1_4.png │ ├── Disks_slower2_4.png │ ├── Implimenting_in_MPI_10.png │ ├── Implimenting_in_MPI_11.png │ ├── Implimenting_in_MPI_12.png │ ├── Implimenting_in_MPI_13.png │ ├── Implimenting_in_MPI_14.png │ ├── Implimenting_in_MPI_15.png │ ├── Implimenting_in_MPI_16.png │ ├── Implimenting_in_MPI_17.png │ ├── Implimenting_in_MPI_18.png │ ├── Implimenting_in_MPI_19.png │ ├── Implimenting_in_MPI_2.png │ ├── Implimenting_in_MPI_20.png │ ├── Implimenting_in_MPI_21.png │ ├── Implimenting_in_MPI_22.png │ ├── Implimenting_in_MPI_23.png │ ├── Implimenting_in_MPI_24.png │ ├── Implimenting_in_MPI_25.png │ ├── Implimenting_in_MPI_26.png │ ├── Implimenting_in_MPI_27.png │ ├── Implimenting_in_MPI_28.png │ ├── Implimenting_in_MPI_29.png │ ├── Implimenting_in_MPI_3.png │ ├── Implimenting_in_MPI_30.png │ ├── Implimenting_in_MPI_31.png │ ├── Implimenting_in_MPI_32.png │ ├── Implimenting_in_MPI_4.png │ ├── Implimenting_in_MPI_5.png │ ├── Implimenting_in_MPI_6.png │ ├── Implimenting_in_MPI_7.png │ ├── Implimenting_in_MPI_8.png │ ├── Implimenting_in_MPI_9.png │ ├── Lockunit_26.png │ ├── MPI-IO_File_View-56.png │ ├── MPI-IO_File_View-57.png │ ├── MPIFile_48.png │ ├── MPI_Type_create_subarray-57.png │ ├── NetCDF_Attributes_60.png │ ├── Non-contiguous_in_file-55.png │ ├── Sample_Code-58.png │ ├── Seek+Write_50.png │ ├── Seek+Write_50_1.png │ ├── Simplifies_IO_code_61.png │ ├── StripingData_21.png │ ├── Theseformats_25.png │ ├── Write_53.png │ ├── Write_at_all_56.png │ ├── application_27.png │ ├── application_28.png │ ├── file_system_16.png │ ├── file_system_17 - Copy.png │ ├── file_system_17.png │ ├── hello_35.png │ ├── hello_36.png │ ├── hello_37.png │ ├── hello_38.png │ ├── hello_39.png │ ├── hello_40.png │ ├── io_metter_15.png │ ├── iometter_13-1.png │ ├── iometter_13.png │ ├── iometter_14.png │ ├── iometter_20.png │ ├── mpi2_31.png │ ├── parallel_22.png │ ├── parallel_23.png │ ├── planing_io10.png │ ├── planing_io11.png │ └── planing_io12.png ├── presentation.md └── presentation.pdf └── samples ├── mpiio ├── Makefile ├── dosineplot ├── fileviewc.c ├── fileviewf.f90 ├── helloworld-noncontigc.c ├── helloworld-noncontigf.f90 ├── helloworldc.c ├── helloworldf.f90 ├── sine.c ├── sinef.f90 ├── writeatallc.c ├── writeatallf.f90 ├── writeatc.c └── writeatf.f90 └── sampletimings ├── io.c └── seekyread.c /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/README.md -------------------------------------------------------------------------------- /adios/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/adios/Makefile -------------------------------------------------------------------------------- /adios/adios_global.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/adios/adios_global.xml -------------------------------------------------------------------------------- /adios/fadios_global.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/adios/fadios_global.xml -------------------------------------------------------------------------------- /adios/fparallel2darray.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/adios/fparallel2darray.f90 -------------------------------------------------------------------------------- /adios/parallel2darray.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/adios/parallel2darray.c -------------------------------------------------------------------------------- /adios/plots.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/adios/plots.py -------------------------------------------------------------------------------- /adios/plots.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/adios/plots.pyc -------------------------------------------------------------------------------- /hdf5/2darray-simple.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/hdf5/2darray-simple.c -------------------------------------------------------------------------------- /hdf5/2darray.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/hdf5/2darray.c -------------------------------------------------------------------------------- /hdf5/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/hdf5/Makefile -------------------------------------------------------------------------------- /hdf5/f2darray-simple.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/hdf5/f2darray-simple.f90 -------------------------------------------------------------------------------- /hdf5/f2darray.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/hdf5/f2darray.f90 -------------------------------------------------------------------------------- /hdf5/fparallel2darray.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/hdf5/fparallel2darray.f90 -------------------------------------------------------------------------------- /hdf5/fread2darray-simple.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/hdf5/fread2darray-simple.f90 -------------------------------------------------------------------------------- /hdf5/parallel2darray.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/hdf5/parallel2darray.c -------------------------------------------------------------------------------- /hdf5/read2darray-simple.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/hdf5/read2darray-simple.c -------------------------------------------------------------------------------- /netcdf/2darray-simple.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/netcdf/2darray-simple.c -------------------------------------------------------------------------------- /netcdf/2darray.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/netcdf/2darray.c -------------------------------------------------------------------------------- /netcdf/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/netcdf/Makefile -------------------------------------------------------------------------------- /netcdf/f2darray-simple.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/netcdf/f2darray-simple.f90 -------------------------------------------------------------------------------- /netcdf/f2darray.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/netcdf/f2darray.f90 -------------------------------------------------------------------------------- /netcdf/fparallel2darray.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/netcdf/fparallel2darray.f90 -------------------------------------------------------------------------------- /netcdf/fread2darray-simple.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/netcdf/fread2darray-simple.f90 -------------------------------------------------------------------------------- /netcdf/parallel2darray.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/netcdf/parallel2darray.c -------------------------------------------------------------------------------- /netcdf/read2darray-simple.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/netcdf/read2darray-simple.c -------------------------------------------------------------------------------- /plots.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/plots.py -------------------------------------------------------------------------------- /presentation/images/2phseIO_30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images/2phseIO_30.png -------------------------------------------------------------------------------- /presentation/images/A_Better_Example_59.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images/A_Better_Example_59.png -------------------------------------------------------------------------------- /presentation/images/Conventions_61.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images/Conventions_61.png -------------------------------------------------------------------------------- /presentation/images/DataNode_24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images/DataNode_24.png -------------------------------------------------------------------------------- /presentation/images/DataSieving_29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images/DataSieving_29.png -------------------------------------------------------------------------------- /presentation/images/Data_getting_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images/Data_getting_3.png -------------------------------------------------------------------------------- /presentation/images/Disks_slower1_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images/Disks_slower1_4.png -------------------------------------------------------------------------------- /presentation/images/Disks_slower2_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images/Disks_slower2_4.png -------------------------------------------------------------------------------- /presentation/images/Implimenting_in_MPI_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images/Implimenting_in_MPI_10.png -------------------------------------------------------------------------------- /presentation/images/Implimenting_in_MPI_11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images/Implimenting_in_MPI_11.png -------------------------------------------------------------------------------- /presentation/images/Implimenting_in_MPI_12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images/Implimenting_in_MPI_12.png -------------------------------------------------------------------------------- /presentation/images/Implimenting_in_MPI_13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images/Implimenting_in_MPI_13.png -------------------------------------------------------------------------------- /presentation/images/Implimenting_in_MPI_14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images/Implimenting_in_MPI_14.png -------------------------------------------------------------------------------- /presentation/images/Implimenting_in_MPI_15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images/Implimenting_in_MPI_15.png -------------------------------------------------------------------------------- /presentation/images/Implimenting_in_MPI_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images/Implimenting_in_MPI_16.png -------------------------------------------------------------------------------- /presentation/images/Implimenting_in_MPI_17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images/Implimenting_in_MPI_17.png -------------------------------------------------------------------------------- /presentation/images/Implimenting_in_MPI_18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images/Implimenting_in_MPI_18.png -------------------------------------------------------------------------------- /presentation/images/Implimenting_in_MPI_19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images/Implimenting_in_MPI_19.png -------------------------------------------------------------------------------- /presentation/images/Implimenting_in_MPI_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images/Implimenting_in_MPI_2.png -------------------------------------------------------------------------------- /presentation/images/Implimenting_in_MPI_20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images/Implimenting_in_MPI_20.png -------------------------------------------------------------------------------- /presentation/images/Implimenting_in_MPI_21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images/Implimenting_in_MPI_21.png -------------------------------------------------------------------------------- /presentation/images/Implimenting_in_MPI_22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images/Implimenting_in_MPI_22.png -------------------------------------------------------------------------------- /presentation/images/Implimenting_in_MPI_23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images/Implimenting_in_MPI_23.png -------------------------------------------------------------------------------- /presentation/images/Implimenting_in_MPI_24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images/Implimenting_in_MPI_24.png -------------------------------------------------------------------------------- /presentation/images/Implimenting_in_MPI_25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images/Implimenting_in_MPI_25.png -------------------------------------------------------------------------------- /presentation/images/Implimenting_in_MPI_26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images/Implimenting_in_MPI_26.png -------------------------------------------------------------------------------- /presentation/images/Implimenting_in_MPI_27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images/Implimenting_in_MPI_27.png -------------------------------------------------------------------------------- /presentation/images/Implimenting_in_MPI_28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images/Implimenting_in_MPI_28.png -------------------------------------------------------------------------------- /presentation/images/Implimenting_in_MPI_29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images/Implimenting_in_MPI_29.png -------------------------------------------------------------------------------- /presentation/images/Implimenting_in_MPI_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images/Implimenting_in_MPI_3.png -------------------------------------------------------------------------------- /presentation/images/Implimenting_in_MPI_30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images/Implimenting_in_MPI_30.png -------------------------------------------------------------------------------- /presentation/images/Implimenting_in_MPI_31.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images/Implimenting_in_MPI_31.png -------------------------------------------------------------------------------- /presentation/images/Implimenting_in_MPI_32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images/Implimenting_in_MPI_32.png -------------------------------------------------------------------------------- /presentation/images/Implimenting_in_MPI_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images/Implimenting_in_MPI_4.png -------------------------------------------------------------------------------- /presentation/images/Implimenting_in_MPI_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images/Implimenting_in_MPI_5.png -------------------------------------------------------------------------------- /presentation/images/Implimenting_in_MPI_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images/Implimenting_in_MPI_6.png -------------------------------------------------------------------------------- /presentation/images/Implimenting_in_MPI_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images/Implimenting_in_MPI_7.png -------------------------------------------------------------------------------- /presentation/images/Implimenting_in_MPI_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images/Implimenting_in_MPI_8.png -------------------------------------------------------------------------------- /presentation/images/Implimenting_in_MPI_9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images/Implimenting_in_MPI_9.png -------------------------------------------------------------------------------- /presentation/images/Lockunit_26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images/Lockunit_26.png -------------------------------------------------------------------------------- /presentation/images/MPI-IO_File_View-56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images/MPI-IO_File_View-56.png -------------------------------------------------------------------------------- /presentation/images/MPI-IO_File_View-57.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images/MPI-IO_File_View-57.png -------------------------------------------------------------------------------- /presentation/images/MPIFile_48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images/MPIFile_48.png -------------------------------------------------------------------------------- /presentation/images/MPI_Type_create_subarray-57.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images/MPI_Type_create_subarray-57.png -------------------------------------------------------------------------------- /presentation/images/NetCDF_Attributes_60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images/NetCDF_Attributes_60.png -------------------------------------------------------------------------------- /presentation/images/Non-contiguous_in_file-55.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images/Non-contiguous_in_file-55.png -------------------------------------------------------------------------------- /presentation/images/Sample_Code-58.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images/Sample_Code-58.png -------------------------------------------------------------------------------- /presentation/images/Seek+Write_50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images/Seek+Write_50.png -------------------------------------------------------------------------------- /presentation/images/Seek+Write_50_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images/Seek+Write_50_1.png -------------------------------------------------------------------------------- /presentation/images/Simplifies_IO_code_61.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images/Simplifies_IO_code_61.png -------------------------------------------------------------------------------- /presentation/images/StripingData_21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images/StripingData_21.png -------------------------------------------------------------------------------- /presentation/images/Theseformats_25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images/Theseformats_25.png -------------------------------------------------------------------------------- /presentation/images/Write_53.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images/Write_53.png -------------------------------------------------------------------------------- /presentation/images/Write_at_all_56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images/Write_at_all_56.png -------------------------------------------------------------------------------- /presentation/images/application_27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images/application_27.png -------------------------------------------------------------------------------- /presentation/images/application_28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images/application_28.png -------------------------------------------------------------------------------- /presentation/images/file_system_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images/file_system_16.png -------------------------------------------------------------------------------- /presentation/images/file_system_17 - Copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images/file_system_17 - Copy.png -------------------------------------------------------------------------------- /presentation/images/file_system_17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images/file_system_17.png -------------------------------------------------------------------------------- /presentation/images/hello_35.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images/hello_35.png -------------------------------------------------------------------------------- /presentation/images/hello_36.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images/hello_36.png -------------------------------------------------------------------------------- /presentation/images/hello_37.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images/hello_37.png -------------------------------------------------------------------------------- /presentation/images/hello_38.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images/hello_38.png -------------------------------------------------------------------------------- /presentation/images/hello_39.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images/hello_39.png -------------------------------------------------------------------------------- /presentation/images/hello_40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images/hello_40.png -------------------------------------------------------------------------------- /presentation/images/io_metter_15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images/io_metter_15.png -------------------------------------------------------------------------------- /presentation/images/iometter_13-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images/iometter_13-1.png -------------------------------------------------------------------------------- /presentation/images/iometter_13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images/iometter_13.png -------------------------------------------------------------------------------- /presentation/images/iometter_14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images/iometter_14.png -------------------------------------------------------------------------------- /presentation/images/iometter_20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images/iometter_20.png -------------------------------------------------------------------------------- /presentation/images/mpi2_31.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images/mpi2_31.png -------------------------------------------------------------------------------- /presentation/images/parallel_22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images/parallel_22.png -------------------------------------------------------------------------------- /presentation/images/parallel_23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images/parallel_23.png -------------------------------------------------------------------------------- /presentation/images/planing_io10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images/planing_io10.png -------------------------------------------------------------------------------- /presentation/images/planing_io11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images/planing_io11.png -------------------------------------------------------------------------------- /presentation/images/planing_io12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images/planing_io12.png -------------------------------------------------------------------------------- /presentation/images2/2phseIO_30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images2/2phseIO_30.png -------------------------------------------------------------------------------- /presentation/images2/A_Better_Example_59.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images2/A_Better_Example_59.png -------------------------------------------------------------------------------- /presentation/images2/Conventions_61.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images2/Conventions_61.png -------------------------------------------------------------------------------- /presentation/images2/DataNode_24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images2/DataNode_24.png -------------------------------------------------------------------------------- /presentation/images2/DataSieving_29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images2/DataSieving_29.png -------------------------------------------------------------------------------- /presentation/images2/Data_getting_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images2/Data_getting_3.png -------------------------------------------------------------------------------- /presentation/images2/Disks_slower1_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images2/Disks_slower1_4.png -------------------------------------------------------------------------------- /presentation/images2/Disks_slower2_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images2/Disks_slower2_4.png -------------------------------------------------------------------------------- /presentation/images2/Implimenting_in_MPI_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images2/Implimenting_in_MPI_10.png -------------------------------------------------------------------------------- /presentation/images2/Implimenting_in_MPI_11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images2/Implimenting_in_MPI_11.png -------------------------------------------------------------------------------- /presentation/images2/Implimenting_in_MPI_12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images2/Implimenting_in_MPI_12.png -------------------------------------------------------------------------------- /presentation/images2/Implimenting_in_MPI_13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images2/Implimenting_in_MPI_13.png -------------------------------------------------------------------------------- /presentation/images2/Implimenting_in_MPI_14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images2/Implimenting_in_MPI_14.png -------------------------------------------------------------------------------- /presentation/images2/Implimenting_in_MPI_15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images2/Implimenting_in_MPI_15.png -------------------------------------------------------------------------------- /presentation/images2/Implimenting_in_MPI_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images2/Implimenting_in_MPI_16.png -------------------------------------------------------------------------------- /presentation/images2/Implimenting_in_MPI_17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images2/Implimenting_in_MPI_17.png -------------------------------------------------------------------------------- /presentation/images2/Implimenting_in_MPI_18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images2/Implimenting_in_MPI_18.png -------------------------------------------------------------------------------- /presentation/images2/Implimenting_in_MPI_19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images2/Implimenting_in_MPI_19.png -------------------------------------------------------------------------------- /presentation/images2/Implimenting_in_MPI_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images2/Implimenting_in_MPI_2.png -------------------------------------------------------------------------------- /presentation/images2/Implimenting_in_MPI_20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images2/Implimenting_in_MPI_20.png -------------------------------------------------------------------------------- /presentation/images2/Implimenting_in_MPI_21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images2/Implimenting_in_MPI_21.png -------------------------------------------------------------------------------- /presentation/images2/Implimenting_in_MPI_22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images2/Implimenting_in_MPI_22.png -------------------------------------------------------------------------------- /presentation/images2/Implimenting_in_MPI_23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images2/Implimenting_in_MPI_23.png -------------------------------------------------------------------------------- /presentation/images2/Implimenting_in_MPI_24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images2/Implimenting_in_MPI_24.png -------------------------------------------------------------------------------- /presentation/images2/Implimenting_in_MPI_25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images2/Implimenting_in_MPI_25.png -------------------------------------------------------------------------------- /presentation/images2/Implimenting_in_MPI_26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images2/Implimenting_in_MPI_26.png -------------------------------------------------------------------------------- /presentation/images2/Implimenting_in_MPI_27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images2/Implimenting_in_MPI_27.png -------------------------------------------------------------------------------- /presentation/images2/Implimenting_in_MPI_28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images2/Implimenting_in_MPI_28.png -------------------------------------------------------------------------------- /presentation/images2/Implimenting_in_MPI_29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images2/Implimenting_in_MPI_29.png -------------------------------------------------------------------------------- /presentation/images2/Implimenting_in_MPI_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images2/Implimenting_in_MPI_3.png -------------------------------------------------------------------------------- /presentation/images2/Implimenting_in_MPI_30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images2/Implimenting_in_MPI_30.png -------------------------------------------------------------------------------- /presentation/images2/Implimenting_in_MPI_31.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images2/Implimenting_in_MPI_31.png -------------------------------------------------------------------------------- /presentation/images2/Implimenting_in_MPI_32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images2/Implimenting_in_MPI_32.png -------------------------------------------------------------------------------- /presentation/images2/Implimenting_in_MPI_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images2/Implimenting_in_MPI_4.png -------------------------------------------------------------------------------- /presentation/images2/Implimenting_in_MPI_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images2/Implimenting_in_MPI_5.png -------------------------------------------------------------------------------- /presentation/images2/Implimenting_in_MPI_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images2/Implimenting_in_MPI_6.png -------------------------------------------------------------------------------- /presentation/images2/Implimenting_in_MPI_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images2/Implimenting_in_MPI_7.png -------------------------------------------------------------------------------- /presentation/images2/Implimenting_in_MPI_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images2/Implimenting_in_MPI_8.png -------------------------------------------------------------------------------- /presentation/images2/Implimenting_in_MPI_9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images2/Implimenting_in_MPI_9.png -------------------------------------------------------------------------------- /presentation/images2/Lockunit_26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images2/Lockunit_26.png -------------------------------------------------------------------------------- /presentation/images2/MPI-IO_File_View-56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images2/MPI-IO_File_View-56.png -------------------------------------------------------------------------------- /presentation/images2/MPI-IO_File_View-57.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images2/MPI-IO_File_View-57.png -------------------------------------------------------------------------------- /presentation/images2/MPIFile_48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images2/MPIFile_48.png -------------------------------------------------------------------------------- /presentation/images2/MPI_Type_create_subarray-57.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images2/MPI_Type_create_subarray-57.png -------------------------------------------------------------------------------- /presentation/images2/NetCDF_Attributes_60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images2/NetCDF_Attributes_60.png -------------------------------------------------------------------------------- /presentation/images2/Non-contiguous_in_file-55.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images2/Non-contiguous_in_file-55.png -------------------------------------------------------------------------------- /presentation/images2/Sample_Code-58.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images2/Sample_Code-58.png -------------------------------------------------------------------------------- /presentation/images2/Seek+Write_50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images2/Seek+Write_50.png -------------------------------------------------------------------------------- /presentation/images2/Seek+Write_50_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images2/Seek+Write_50_1.png -------------------------------------------------------------------------------- /presentation/images2/Simplifies_IO_code_61.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images2/Simplifies_IO_code_61.png -------------------------------------------------------------------------------- /presentation/images2/StripingData_21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images2/StripingData_21.png -------------------------------------------------------------------------------- /presentation/images2/Theseformats_25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images2/Theseformats_25.png -------------------------------------------------------------------------------- /presentation/images2/Write_53.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images2/Write_53.png -------------------------------------------------------------------------------- /presentation/images2/Write_at_all_56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images2/Write_at_all_56.png -------------------------------------------------------------------------------- /presentation/images2/application_27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images2/application_27.png -------------------------------------------------------------------------------- /presentation/images2/application_28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images2/application_28.png -------------------------------------------------------------------------------- /presentation/images2/file_system_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images2/file_system_16.png -------------------------------------------------------------------------------- /presentation/images2/file_system_17 - Copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images2/file_system_17 - Copy.png -------------------------------------------------------------------------------- /presentation/images2/file_system_17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images2/file_system_17.png -------------------------------------------------------------------------------- /presentation/images2/hello_35.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images2/hello_35.png -------------------------------------------------------------------------------- /presentation/images2/hello_36.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images2/hello_36.png -------------------------------------------------------------------------------- /presentation/images2/hello_37.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images2/hello_37.png -------------------------------------------------------------------------------- /presentation/images2/hello_38.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images2/hello_38.png -------------------------------------------------------------------------------- /presentation/images2/hello_39.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images2/hello_39.png -------------------------------------------------------------------------------- /presentation/images2/hello_40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images2/hello_40.png -------------------------------------------------------------------------------- /presentation/images2/io_metter_15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images2/io_metter_15.png -------------------------------------------------------------------------------- /presentation/images2/iometter_13-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images2/iometter_13-1.png -------------------------------------------------------------------------------- /presentation/images2/iometter_13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images2/iometter_13.png -------------------------------------------------------------------------------- /presentation/images2/iometter_14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images2/iometter_14.png -------------------------------------------------------------------------------- /presentation/images2/iometter_20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images2/iometter_20.png -------------------------------------------------------------------------------- /presentation/images2/mpi2_31.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images2/mpi2_31.png -------------------------------------------------------------------------------- /presentation/images2/parallel_22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images2/parallel_22.png -------------------------------------------------------------------------------- /presentation/images2/parallel_23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images2/parallel_23.png -------------------------------------------------------------------------------- /presentation/images2/planing_io10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images2/planing_io10.png -------------------------------------------------------------------------------- /presentation/images2/planing_io11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images2/planing_io11.png -------------------------------------------------------------------------------- /presentation/images2/planing_io12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/images2/planing_io12.png -------------------------------------------------------------------------------- /presentation/presentation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/presentation.md -------------------------------------------------------------------------------- /presentation/presentation.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/presentation/presentation.pdf -------------------------------------------------------------------------------- /samples/mpiio/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/samples/mpiio/Makefile -------------------------------------------------------------------------------- /samples/mpiio/dosineplot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/samples/mpiio/dosineplot -------------------------------------------------------------------------------- /samples/mpiio/fileviewc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/samples/mpiio/fileviewc.c -------------------------------------------------------------------------------- /samples/mpiio/fileviewf.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/samples/mpiio/fileviewf.f90 -------------------------------------------------------------------------------- /samples/mpiio/helloworld-noncontigc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/samples/mpiio/helloworld-noncontigc.c -------------------------------------------------------------------------------- /samples/mpiio/helloworld-noncontigf.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/samples/mpiio/helloworld-noncontigf.f90 -------------------------------------------------------------------------------- /samples/mpiio/helloworldc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/samples/mpiio/helloworldc.c -------------------------------------------------------------------------------- /samples/mpiio/helloworldf.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/samples/mpiio/helloworldf.f90 -------------------------------------------------------------------------------- /samples/mpiio/sine.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/samples/mpiio/sine.c -------------------------------------------------------------------------------- /samples/mpiio/sinef.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/samples/mpiio/sinef.f90 -------------------------------------------------------------------------------- /samples/mpiio/writeatallc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/samples/mpiio/writeatallc.c -------------------------------------------------------------------------------- /samples/mpiio/writeatallf.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/samples/mpiio/writeatallf.f90 -------------------------------------------------------------------------------- /samples/mpiio/writeatc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/samples/mpiio/writeatc.c -------------------------------------------------------------------------------- /samples/mpiio/writeatf.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/samples/mpiio/writeatf.f90 -------------------------------------------------------------------------------- /samples/sampletimings/io.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/samples/sampletimings/io.c -------------------------------------------------------------------------------- /samples/sampletimings/seekyread.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljdursi/parallel-IO-tutorial/HEAD/samples/sampletimings/seekyread.c --------------------------------------------------------------------------------