Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

openshmem parcelport #6376

Open
wants to merge 155 commits into
base: master
Choose a base branch
from

Commits on May 5, 2024

  1. updated merge

    Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    da9f879 View commit details
    Browse the repository at this point in the history
  2. fixes to cmake script

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    684aa7a View commit details
    Browse the repository at this point in the history
  3. cmake-format applied

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    b9707c1 View commit details
    Browse the repository at this point in the history
  4. fixed misquote

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    66d3769 View commit details
    Browse the repository at this point in the history
  5. cmake formatting reapplied

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    f28d8b4 View commit details
    Browse the repository at this point in the history
  6. fixed bugs in cmake script

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    740420c View commit details
    Browse the repository at this point in the history
  7. cmake formatting updates

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    a7a97b4 View commit details
    Browse the repository at this point in the history
  8. fixed arguments

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    90386c1 View commit details
    Browse the repository at this point in the history
  9. added debugging for build failures

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    af3c83a View commit details
    Browse the repository at this point in the history
  10. correctly post-processing PMI paths

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    3a0091b View commit details
    Browse the repository at this point in the history
  11. rm'd include of shmem

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    a151f0e View commit details
    Browse the repository at this point in the history
  12. shmem is already extern "C"

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    9048070 View commit details
    Browse the repository at this point in the history
  13. fixing header issues

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    b46ad1c View commit details
    Browse the repository at this point in the history
  14. builder include issues

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    2c4b944 View commit details
    Browse the repository at this point in the history
  15. adding maybe_unused to init arguments

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    43d9d19 View commit details
    Browse the repository at this point in the history
  16. cmake formatting

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    420bed6 View commit details
    Browse the repository at this point in the history
  17. added maybe unused; corrected missing definition

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    c512b26 View commit details
    Browse the repository at this point in the history
  18. working to sort out why is being declared undefined

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    90882d8 View commit details
    Browse the repository at this point in the history
  19. removed preprocessor guards

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    ab55f2d View commit details
    Browse the repository at this point in the history
  20. added def header file

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    71b7656 View commit details
    Browse the repository at this point in the history
  21. added def header file

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    761f753 View commit details
    Browse the repository at this point in the history
  22. adding support for openmpi's openshmem

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    a8315fd View commit details
    Browse the repository at this point in the history
  23. updated merge

    Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    e0f15b8 View commit details
    Browse the repository at this point in the history
  24. cmake format applied

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    bdbebad View commit details
    Browse the repository at this point in the history
  25. cmake format applied

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    9c6de43 View commit details
    Browse the repository at this point in the history
  26. openmpi/openshmem pkgconfig file

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    a1753e6 View commit details
    Browse the repository at this point in the history
  27. openmpi/openshmem pkgconfig file

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    70a6a49 View commit details
    Browse the repository at this point in the history
  28. openmpi/openshmem pkgconfig file

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    b0ab5ca View commit details
    Browse the repository at this point in the history
  29. pkgconfig checks for openmpi's oshmem

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    491e918 View commit details
    Browse the repository at this point in the history
  30. cmake formatting

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    ee0fce6 View commit details
    Browse the repository at this point in the history
  31. added error handling and proper PKG_CONFIG_PATH appending

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    8dd543e View commit details
    Browse the repository at this point in the history
  32. cmake formatting

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    11b1e4b View commit details
    Browse the repository at this point in the history
  33. cmake logic error

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    14532ba View commit details
    Browse the repository at this point in the history
  34. cmake logic error

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    259037e View commit details
    Browse the repository at this point in the history
  35. cmake logic error

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    b6f769c View commit details
    Browse the repository at this point in the history
  36. cmake logic error

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    d82bdb9 View commit details
    Browse the repository at this point in the history
  37. cmake logic error

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    f653dfd View commit details
    Browse the repository at this point in the history
  38. cmake logic error

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    a094610 View commit details
    Browse the repository at this point in the history
  39. cmake logic error

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    600f6d3 View commit details
    Browse the repository at this point in the history
  40. cmake logic error

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    c34abaf View commit details
    Browse the repository at this point in the history
  41. cmake logic error

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    15e1c4d View commit details
    Browse the repository at this point in the history
  42. cmake logic error

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    858b293 View commit details
    Browse the repository at this point in the history
  43. updated merge

    Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    3323702 View commit details
    Browse the repository at this point in the history
  44. formatting

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    6a0bd44 View commit details
    Browse the repository at this point in the history
  45. added documentation

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    68bcbf6 View commit details
    Browse the repository at this point in the history
  46. fixed documentation

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    aedb8af View commit details
    Browse the repository at this point in the history
  47. rm'd extraneous cmake variable

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    e58a00f View commit details
    Browse the repository at this point in the history
  48. updated with missing openshmem testing information

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    b8a9634 View commit details
    Browse the repository at this point in the history
  49. updated with missing openshmem testing information

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    20cc1e3 View commit details
    Browse the repository at this point in the history
  50. updated merge

    Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    82048a8 View commit details
    Browse the repository at this point in the history
  51. updated with missing openshmem testing information

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    bf65478 View commit details
    Browse the repository at this point in the history
  52. rm'd unnecessary compilation flag

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    601a0e6 View commit details
    Browse the repository at this point in the history
  53. updated merge

    Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    c5d4ef1 View commit details
    Browse the repository at this point in the history
  54. fixed early return issue

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    f89240a View commit details
    Browse the repository at this point in the history
  55. updated merge

    Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    a4b4064 View commit details
    Browse the repository at this point in the history
  56. fixed outstanding issue

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    f353b99 View commit details
    Browse the repository at this point in the history
  57. fixed outstanding issue

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    5a7589e View commit details
    Browse the repository at this point in the history
  58. fixed outstanding issue

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    005d34f View commit details
    Browse the repository at this point in the history
  59. added debugging message

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    78a9200 View commit details
    Browse the repository at this point in the history
  60. fixed undefined macro issue

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    bc63e5b View commit details
    Browse the repository at this point in the history
  61. rollback to a semantically equivalent implementation if put_signal is…

    … not present
    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    c2da321 View commit details
    Browse the repository at this point in the history
  62. updated with clang-formatting

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    4fb5279 View commit details
    Browse the repository at this point in the history
  63. additional fixes for openmpi-openshmem

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    f2ecbc6 View commit details
    Browse the repository at this point in the history
  64. additional fixes for openmpi-openshmem

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    7c1cc66 View commit details
    Browse the repository at this point in the history
  65. additional fixes for openmpi-openshmem

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    1ac506e View commit details
    Browse the repository at this point in the history
  66. additional fixes for openmpi-openshmem

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    65894f0 View commit details
    Browse the repository at this point in the history
  67. fixing checks on oshmem_info

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    b6eb006 View commit details
    Browse the repository at this point in the history
  68. debugging issues with oshmem_info

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    1ab54a9 View commit details
    Browse the repository at this point in the history
  69. cmake formatting change

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    4cc40a4 View commit details
    Browse the repository at this point in the history
  70. adding debugging information

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    4a5769b View commit details
    Browse the repository at this point in the history
  71. several fixes for documentation and manual

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    b05f5fd View commit details
    Browse the repository at this point in the history
  72. updated merge

    Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    9d9dd9f View commit details
    Browse the repository at this point in the history
  73. updated merge

    Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    b59b4bf View commit details
    Browse the repository at this point in the history
  74. List collectives in a table

    dimitraka authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    19b6e73 View commit details
    Browse the repository at this point in the history
  75. Add distributed public API for collectives, latch, barrier

    dimitraka authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    3ca15cb View commit details
    Browse the repository at this point in the history
  76. updated merge

    Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    91c9569 View commit details
    Browse the repository at this point in the history
  77. updated merge

    Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    dd932ef View commit details
    Browse the repository at this point in the history
  78. updated merge

    Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    c4d1d9b View commit details
    Browse the repository at this point in the history
  79. updated merge

    Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    b2cba86 View commit details
    Browse the repository at this point in the history
  80. updated merge

    Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    b6f2f3c View commit details
    Browse the repository at this point in the history
  81. updated merge

    Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    9a768ba View commit details
    Browse the repository at this point in the history
  82. fixing missing escaped quotes

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    f1c92a8 View commit details
    Browse the repository at this point in the history
  83. fixed indentation error

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    cff01d0 View commit details
    Browse the repository at this point in the history
  84. fixing unindent issue

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    836ff64 View commit details
    Browse the repository at this point in the history
  85. updated merge

    Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    ce8103d View commit details
    Browse the repository at this point in the history
  86. updated merge

    Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    b68be50 View commit details
    Browse the repository at this point in the history
  87. merging openshmem changes

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    8ac46b5 View commit details
    Browse the repository at this point in the history
  88. Add distributed public API for collectives, latch, barrier

    dimitraka authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    ee17f2b View commit details
    Browse the repository at this point in the history
  89. Add doxygen docs

    dimitraka authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    0a08b42 View commit details
    Browse the repository at this point in the history
  90. Add documentation

    dimitraka authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    b1609b6 View commit details
    Browse the repository at this point in the history
  91. added amudprun and oshrun

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    1bc97b2 View commit details
    Browse the repository at this point in the history
  92. fixed broken script

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    1218193 View commit details
    Browse the repository at this point in the history
  93. several performance oriented updates

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    00b42ee View commit details
    Browse the repository at this point in the history
  94. missing pkgconfig check

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    5400e4e View commit details
    Browse the repository at this point in the history
  95. several small fixes to improve performance; found some implementation…

    … errors
    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    fff72b2 View commit details
    Browse the repository at this point in the history
  96. adding comments

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    99504a6 View commit details
    Browse the repository at this point in the history
  97. updated merge

    Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    0f249ce View commit details
    Browse the repository at this point in the history
  98. updated merge

    Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    561cc4d View commit details
    Browse the repository at this point in the history
  99. cmake formatting reapplied

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    137d15a View commit details
    Browse the repository at this point in the history
  100. Add distributed public API for collectives, latch, barrier

    dimitraka authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    fe9d083 View commit details
    Browse the repository at this point in the history
  101. Add doxygen docs

    dimitraka authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    a5e3f0b View commit details
    Browse the repository at this point in the history
  102. Add documentation

    dimitraka authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    005d30b View commit details
    Browse the repository at this point in the history
  103. updated merge

    Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    fb9b423 View commit details
    Browse the repository at this point in the history
  104. updated merge

    Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    3aa422a View commit details
    Browse the repository at this point in the history
  105. resolving rebase

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    62afa48 View commit details
    Browse the repository at this point in the history
  106. updated merge

    Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    32e4860 View commit details
    Browse the repository at this point in the history
  107. updated merge

    Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    215adb9 View commit details
    Browse the repository at this point in the history
  108. correcting issues with gasnet and openshmem unit tests

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    793b745 View commit details
    Browse the repository at this point in the history
  109. redundant variable

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    63f915e View commit details
    Browse the repository at this point in the history
  110. fixed compilation issue w/num_threads

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    75b213b View commit details
    Browse the repository at this point in the history
  111. fixed locality scoped locking

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    6d38b15 View commit details
    Browse the repository at this point in the history
  112. removed double lock

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    1258a13 View commit details
    Browse the repository at this point in the history
  113. moved locks around

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    3051bdd View commit details
    Browse the repository at this point in the history
  114. rm'd tags

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    5a5d657 View commit details
    Browse the repository at this point in the history
  115. updates

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    a0f5201 View commit details
    Browse the repository at this point in the history
  116. added improved receive support

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    14cd57b View commit details
    Browse the repository at this point in the history
  117. rm'd redundant index computations

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    4610458 View commit details
    Browse the repository at this point in the history
  118. corrected resetting rcv signal

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    f0c6e9c View commit details
    Browse the repository at this point in the history
  119. fixed some locking issues

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    455bfb2 View commit details
    Browse the repository at this point in the history
  120. implement wait loop in case MPI openshmem is installed

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    cefee61 View commit details
    Browse the repository at this point in the history
  121. implement wait loop in case MPI openshmem is installed

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    cc29b1f View commit details
    Browse the repository at this point in the history
  122. implement wait loop in case MPI openshmem is installed

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    5078e17 View commit details
    Browse the repository at this point in the history
  123. implement wait loop in case MPI openshmem is installed

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    f124a04 View commit details
    Browse the repository at this point in the history
  124. implement wait loop in case MPI openshmem is installed

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    b4b1cf0 View commit details
    Browse the repository at this point in the history
  125. implement wait loop in case MPI openshmem is installed

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    c4d1107 View commit details
    Browse the repository at this point in the history
  126. implement wait loop in case MPI openshmem is installed

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    d39b69a View commit details
    Browse the repository at this point in the history
  127. implement wait loop in case MPI openshmem is installed

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    56d135e View commit details
    Browse the repository at this point in the history
  128. implement wait loop in case MPI openshmem is installed

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    6d6af07 View commit details
    Browse the repository at this point in the history
  129. implement wait loop in case MPI openshmem is installed

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    0a61bb6 View commit details
    Browse the repository at this point in the history
  130. updating openshmem_environment

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    bb85e88 View commit details
    Browse the repository at this point in the history
  131. reduced symmetric memory allocation

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    b1529f7 View commit details
    Browse the repository at this point in the history
  132. fixing lock issue

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    aa5040f View commit details
    Browse the repository at this point in the history
  133. switching to spinlocks:

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    db9a623 View commit details
    Browse the repository at this point in the history
  134. updated data types

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    0f6818e View commit details
    Browse the repository at this point in the history
  135. rm'd locks

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    5ffb5fd View commit details
    Browse the repository at this point in the history
  136. working to remove locks

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    6a385da View commit details
    Browse the repository at this point in the history
  137. adding improvement to locality support

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    cbcd9d8 View commit details
    Browse the repository at this point in the history
  138. small fixes

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    a0be4bc View commit details
    Browse the repository at this point in the history
  139. additional fixes

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    caaad17 View commit details
    Browse the repository at this point in the history
  140. additional fixes

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    a03504d View commit details
    Browse the repository at this point in the history
  141. rm'd double-lock

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    7d472da View commit details
    Browse the repository at this point in the history
  142. working on locks

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    59f8f14 View commit details
    Browse the repository at this point in the history
  143. several changes to improve locking

    ct-clmsn authored and Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    c16d93d View commit details
    Browse the repository at this point in the history
  144. compile fixes

    Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    da7219a View commit details
    Browse the repository at this point in the history
  145. updated merge

    Chris Taylor committed May 5, 2024
    Configuration menu
    Copy the full SHA
    d26b61d View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. several fixes for mpi-openshmem and ucx-openshmem

    Chris Taylor committed May 8, 2024
    Configuration menu
    Copy the full SHA
    ab462c3 View commit details
    Browse the repository at this point in the history
  2. fixed a small issue with state machine calls

    Chris Taylor committed May 8, 2024
    Configuration menu
    Copy the full SHA
    7b9e2ca View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. added sos support

    Chris Taylor committed May 10, 2024
    Configuration menu
    Copy the full SHA
    e9ed800 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. updates

    Chris Taylor committed May 17, 2024
    Configuration menu
    Copy the full SHA
    34b3628 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. reworking communications

    Chris Taylor committed May 24, 2024
    Configuration menu
    Copy the full SHA
    6af97e8 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. updates to parcelport

    ct-clmsn committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    8ee4370 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. resolves merge conflicts

    Chris Taylor committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    345286c View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. several fixes to protocol

    Chris Taylor committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    50318e1 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2024

  1. Fix last issues

    Alexander Strack committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    d0f5ca0 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Merge pull request #1 from constracktor/openshmem-parcelport

    Fixes for the OpenSHMEM parcelport
    ct-clmsn committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    e522bfc View commit details
    Browse the repository at this point in the history