FXIhub / hummingbird

Monitoring and Analysing flash X-ray imaging experiments
http://fxihub.github.io/hummingbird
BSD 2-Clause "Simplified" License
16 stars 14 forks source link

h5write mpi with single writer #82

Closed mhantke closed 8 years ago

mhantke commented 8 years ago

I adjusted the code to comply with new h5writer syntax. MPI writing worked in tests. Suggest to merge this into master.

daurer commented 8 years ago

This change:

 -    try:
 -        import backend.lcls
 -        parser = backend.lcls.add_cmdline_args(parser)
 -    except ImportError:
 -        pass
 +    #try:
 +    import backend.lcls
 +    parser = backend.lcls.add_cmdline_args(parser)
 +    #except ImportError:
 +    #    pass

should be reverted before merging, it breaks the examples...