Posts by Yonadaime • 1 point
1 post
-
0
votes3
answers435
viewsA: How to loop in openMp to count lines from a text file?
Hello, try the following solution pass all file contents to an array, then parallelize the operations in the array, or then try to parallelize with using mpi-IO, I hope it helped.