loads already compiled code to each node of the system
INCLUDE 'sysman.h' load_all("demo")
load_all(ModuleName) (i)
string(ModuleName) (i) Name of Module to be loaded
A load(ModuleName) will be called on each node of the system, thus providing each node with code. Please the load predicate for more details.
load_all("program"), par([task1,task2,task3]).
No runtime errors.
client-server
load , compile , load_compiler