Skip to content

Instantly share code, notes, and snippets.

@mppf
Created July 24, 2017 16:24
Show Gist options
  • Save mppf/1a9c3a2661c2d329692bcc322ed65857 to your computer and use it in GitHub Desktop.
Save mppf/1a9c3a2661c2d329692bcc322ed65857 to your computer and use it in GitHub Desktop.
proc testOnBegin() {
sync {
on Locales[numLocales-1] do begin {
writeln("HERE");
}
}
}
testOnBegin();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment