Compile a target defining LOCAL macro of the makefile
$ make LOCAL=1 <target>
Then use the script runExec_local.sh. For example compiling the translator example (tanslator.cpp in the example folder) and executing with 2 workers:
$ make LOCAL=1 examples/translator
Just compile with make file (the default compilation use AF_INET type of sockets):
$ make <target>
And execute through the script runExec.sh. For example the same translator example with two remote worker:
$ make examples/translator