ResearchComputing / Documentation

Repository holding a wiki for Research Computing tutorials
50 stars 44 forks source link

Typo in example code inside MPI-C.md #287

Closed SavaLione closed 4 months ago

SavaLione commented 6 months ago

There is a typo in example code inside MPI-C.md

int process_Rank, size_Of_Cluster

There should be semicolon:

int process_Rank, size_Of_Cluster;
b-reyes commented 4 months ago

@SavaLione thank you so much for catching this and for contributing to our documentation! I will go ahead and merge this in.