Skip to content

Instantly share code, notes, and snippets.

@sithhell
Created November 17, 2017 07:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sithhell/3498c93aab48a601e72f88d83af7530a to your computer and use it in GitHub Desktop.
Save sithhell/3498c93aab48a601e72f88d83af7530a to your computer and use it in GitHub Desktop.
$ mpirun -np 2 ./bin/hello_world --hpx:threads=4
hello world from OS-thread 2 on locality 0
hello world from OS-thread 2 on locality 0
hello world from OS-thread 3 on locality 0
hello world from OS-thread 1 on locality 1
hello world from OS-thread 1 on locality 1
hello world from OS-thread 3 on locality 1
hello world from OS-thread 2 on locality 1
hello world from OS-thread 1 on locality 0
hello world from OS-thread 0 on locality 1
hello world from OS-thread 0 on locality 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment