Skip to content
View silviup's full-sized avatar

Block or report silviup

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. MPI receive dynamic length message MPI receive dynamic length message
    1
    // rank-ul procesului de unde vor fi primite datele
    2
    int source_rank;
    3
    
                  
    4
    // aici se va stoca lungimea mesajului care va fi receptionat
    5
    int data_size;
  2. Parallel-Programming Parallel-Programming Public

    Forked from vidit23/ParallelProgramming

    Answers to all the assignments given in CO471

    Cuda 1