Closed SLongshaw closed 6 years ago
Dear Stephen,
Thanks very much for your contribution! Let me know if you have any further thoughts. This is my new email address at Berkeley Lab. Keep in touch!
Best regards, Yu-Hang
On Nov 13, 2017 09:18, "Stephen Longshaw" notifications@github.com wrote:
This merge introduces a number of small but important changes to the MUI code base, with the key change being the addition of license terms at the top of each header file, a requirement of both licenses MUI is released under.
There are also a number of smaller changes including a performance bug fix for the exact spatial sampler. The changes have been tested and are safe to merge directly into master.
These are the first of a number of changes I wish to push back, more will be coming over the next couple of months.
You can view, comment on, or merge this pull request online at:
https://github.com/yhtang/MUI/pull/8 Commit Summary
- Add gitignore for exclipse project files.
- 1) Rename lib_mpi_hepler.h to lib_mpi_helper.h.
- Correct value of PI.
- Performance modifications to exact sampler.
File Changes
- A .gitignore https://github.com/yhtang/MUI/pull/8/files#diff-0 (2)
- A .settings/.gitignore https://github.com/yhtang/MUI/pull/8/files#diff-1 (1)
- M bin.h https://github.com/yhtang/MUI/pull/8/files#diff-2 (50)
- M chrono_sampler_exact.h https://github.com/yhtang/MUI/pull/8/files#diff-3 (52)
- M chrono_sampler_gauss.h https://github.com/yhtang/MUI/pull/8/files#diff-4 (52)
- M chrono_sampler_mean.h https://github.com/yhtang/MUI/pull/8/files#diff-5 (52)
- M chrono_sampler_null.h https://github.com/yhtang/MUI/pull/8/files#diff-6 (49)
- M chrono_sampler_sum.h https://github.com/yhtang/MUI/pull/8/files#diff-7 (52)
- M comm.h https://github.com/yhtang/MUI/pull/8/files#diff-8 (53)
- M comm_factory.h https://github.com/yhtang/MUI/pull/8/files#diff-9 (49)
- M comm_mpi.h https://github.com/yhtang/MUI/pull/8/files#diff-10 (51)
- M comm_mpi_nxn.h https://github.com/yhtang/MUI/pull/8/files#diff-11 (51)
- M comm_mpi_smart.h https://github.com/yhtang/MUI/pull/8/files#diff-12 (51)
- M comm_tcp.h https://github.com/yhtang/MUI/pull/8/files#diff-13 (46)
- M config.h https://github.com/yhtang/MUI/pull/8/files#diff-14 (51)
- M dim.h https://github.com/yhtang/MUI/pull/8/files#diff-15 (49)
- M dynstorage.h https://github.com/yhtang/MUI/pull/8/files#diff-16 (51)
- M exception.h https://github.com/yhtang/MUI/pull/8/files#diff-17 (49)
- M geometry.h https://github.com/yhtang/MUI/pull/8/files#diff-18 (51)
- M lib_dispatcher.h https://github.com/yhtang/MUI/pull/8/files#diff-19 (49)
- M lib_factory.h https://github.com/yhtang/MUI/pull/8/files#diff-20 (49)
- A lib_mpi_helper.h https://github.com/yhtang/MUI/pull/8/files#diff-21 (82)
- D lib_mpi_hepler.h https://github.com/yhtang/MUI/pull/8/files#diff-22 (43)
- M lib_mpi_multidomain.h https://github.com/yhtang/MUI/pull/8/files#diff-23 (51)
- M lib_mpi_split.h https://github.com/yhtang/MUI/pull/8/files#diff-24 (49)
- M lib_singleton.h https://github.com/yhtang/MUI/pull/8/files#diff-25 (49)
- M lib_uri.h https://github.com/yhtang/MUI/pull/8/files#diff-26 (49)
- M message.h https://github.com/yhtang/MUI/pull/8/files#diff-27 (49)
- M mui.h https://github.com/yhtang/MUI/pull/8/files#diff-28 (51)
- M point.h https://github.com/yhtang/MUI/pull/8/files#diff-29 (46)
- M reader.h https://github.com/yhtang/MUI/pull/8/files#diff-30 (49)
- M reader_variable.h https://github.com/yhtang/MUI/pull/8/files#diff-31 (49)
- M sampler.h https://github.com/yhtang/MUI/pull/8/files#diff-32 (58)
- M sampler_exact.h https://github.com/yhtang/MUI/pull/8/files#diff-33 (62)
- M sampler_gauss.h https://github.com/yhtang/MUI/pull/8/files#diff-34 (52)
- M sampler_mov_avg.h https://github.com/yhtang/MUI/pull/8/files#diff-35 (52)
- M sampler_nn.h https://github.com/yhtang/MUI/pull/8/files#diff-36 (52)
- M sampler_null.h https://github.com/yhtang/MUI/pull/8/files#diff-37 (49)
- M sampler_pseudo_n2_linear.h https://github.com/yhtang/MUI/pull/8/files#diff-38 (52)
- M sampler_pseudo_nn.h https://github.com/yhtang/MUI/pull/8/files#diff-39 (52)
- M sampler_shepard_quintic.h https://github.com/yhtang/MUI/pull/8/files#diff-40 (52)
- M sampler_sph_quintic.h https://github.com/yhtang/MUI/pull/8/files#diff-41 (52)
- M sampler_sum_quintic.h https://github.com/yhtang/MUI/pull/8/files#diff-42 (52)
- M span.h https://github.com/yhtang/MUI/pull/8/files#diff-43 (49)
- M spatial_storage.h https://github.com/yhtang/MUI/pull/8/files#diff-44 (51)
- M stream.h https://github.com/yhtang/MUI/pull/8/files#diff-45 (51)
- M stream_ordered.h https://github.com/yhtang/MUI/pull/8/files#diff-46 (51)
- M stream_string.h https://github.com/yhtang/MUI/pull/8/files#diff-47 (51)
- M stream_tuple.h https://github.com/yhtang/MUI/pull/8/files#diff-48 (51)
- M stream_unordered.h https://github.com/yhtang/MUI/pull/8/files#diff-49 (51)
- M stream_vector.h https://github.com/yhtang/MUI/pull/8/files#diff-50 (51)
- M uniface.h https://github.com/yhtang/MUI/pull/8/files#diff-51 (51)
- M util.h https://github.com/yhtang/MUI/pull/8/files#diff-52 (53)
- M virtual_container.h https://github.com/yhtang/MUI/pull/8/files#diff-53 (49)
- M wrapper_c/Makefile https://github.com/yhtang/MUI/pull/8/files#diff-54 (5)
- M wrapper_c/mui_3d.cpp https://github.com/yhtang/MUI/pull/8/files#diff-55 (50)
- M wrapper_c/mui_3d.h https://github.com/yhtang/MUI/pull/8/files#diff-56 (51)
- M wrapper_c/unit_test.c https://github.com/yhtang/MUI/pull/8/files#diff-57 (49)
- M wrapper_f/Makefile https://github.com/yhtang/MUI/pull/8/files#diff-58 (2)
- M wrapper_f/mui.F90 https://github.com/yhtang/MUI/pull/8/files#diff-59 (44)
- M wrapper_f/mui_3df.cpp https://github.com/yhtang/MUI/pull/8/files#diff-60 (50)
- M wrapper_f/unit_test.f90 https://github.com/yhtang/MUI/pull/8/files#diff-61 (44)
Patch Links:
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/yhtang/MUI/pull/8, or mute the thread https://github.com/notifications/unsubscribe-auth/AFzL9J_UYTvf5fSQBOZ0eXGqV-bSdtzqks5s2HnugaJpZM4QcHTi .
This merge introduces a number of small but important changes to the MUI code base, with the key change being the addition of license terms at the top of each header file, a requirement of both licenses MUI is released under.
There are also a number of smaller changes including a performance bug fix for the exact spatial sampler. The changes have been tested and are safe to merge directly into master.
These are the first of a number of changes I wish to push back, more will be coming over the next couple of months.