mirror of
https://gitlab.com/scemama/QCaml.git
synced 2025-04-24 01:04:41 +02:00
6 lines
87 B
OCaml
6 lines
87 B
OCaml
|
|
let () =
|
|
Printf.printf "Hello from rank %d of %d.\n"
|
|
Parallel.rank Parallel.size
|
|
|