Skip to content

UCLA-Plasma-Simulation-Group/Fortran-OpenPMD-File-Writers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HDF5 File Writer in OpenPMD Standard

This program contains sample codes for parallelly writing 2D/3D mesh field data and particle data into HDF5 files using the OpenPMD standard. The output file can be visualized using OpenPMD viewer.

Compile the Code

The makefile is set to use gcc and gfortran with MPI. The HDF5-Parallel library (version 1.8.13) is also required for compiling the code.

To compile the programs, execute:

make

The program name is io.e

The command to execute the program is:

mpirun -np nproc ./io.e

where nproc is the number of processors to be used.

About

Fortran 2003 Parallel HDF5 File Writers and Readers in OpenPMD Standard

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published