Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Local usage (single machine - AF_LOCAL sockets)

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

Cluster usage (using AF_INET sockets)

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

About

uFramework to execute a map on a distributed memory domain.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages