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

Get rid of ga_malloc #348

Merged
merged 18 commits into from
Sep 13, 2024
Merged

Get rid of ga_malloc #348

merged 18 commits into from
Sep 13, 2024

Commits on Aug 1, 2024

  1. Configuration menu
    Copy the full SHA
    ef17f31 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. minor fix

    ajaypanyala committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    761ecb7 View commit details
    Browse the repository at this point in the history
  2. another fix

    ajaypanyala committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    e923372 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    4356348 View commit details
    Browse the repository at this point in the history
  2. minor fix

    ajaypanyala authored and edoapra committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    3c04541 View commit details
    Browse the repository at this point in the history
  3. another fix

    ajaypanyala authored and edoapra committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    9fceda2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a8843be View commit details
    Browse the repository at this point in the history
  5. fix for brew install warning

    edoapra committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    d94901e View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Merge branch 'feature/malloc' of github.com:GlobalArrays/ga into feat…

    …ure/malloc
    Bruce J Palmer committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    a223780 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    74833d0 View commit details
    Browse the repository at this point in the history
  2. minor fix

    ajaypanyala authored and edoapra committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    2c768eb View commit details
    Browse the repository at this point in the history
  3. another fix

    ajaypanyala authored and edoapra committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    7f8ccba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fbac3a0 View commit details
    Browse the repository at this point in the history
  5. fix for brew install warning

    edoapra committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    17ec774 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b54f9ce View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1400983 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Modified handling of ga_malloc by defining a new function pnga_malloc…

    … that can
    
    be converted to use either ga_malloc or regular malloc. This is the only
    function that needs to be changed.
    Bruce J Palmer committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    57c39e8 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Merge branch 'feature/malloc' of github.com:GlobalArrays/ga into feat…

    …ure/malloc
    
    Conflicts:
    	global/src/DP.c
    	global/src/ga_solve_seq.c
    	global/src/ga_symmetr.c
    	global/src/ghosts.c
    	global/src/global.nalg.c
    	global/src/global.npatch.c
    	global/src/matmul.c
    	global/src/onesided.c
    	global/src/sparse.c
    Bruce J Palmer committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    339b4f1 View commit details
    Browse the repository at this point in the history