Skip to content
View TomMelt's full-sized avatar

Block or report TomMelt

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. mdb mdb Public

    mpi debugger

    Python 19 1

  2. Poisson-Solver Poisson-Solver Public

    Solve the Poisson Equation on a 2D grid with Gauss-Seidel Algorithm

    Fortran 1

  3. ScatterPES ScatterPES Public

    Fortran

  4. Example memory leak Example memory leak
    1
    program test_memory
    2
    
                  
    3
      implicit none
    4
    
                  
    5
      integer, dimension(:), allocatable :: array