==================== DIET Howto on Fedora ==================== startup a simple DIET hierarchy =============================== # start omniORB naming service: systemctl start omniNames.service # start dietAgent: dietAgent: MA0.cfg # start computational service: /usr/lib64/diet/examples/scalars/scalars_server sed.cfg # start client: /usr/lib64/diet/examples/scalars/scalars_client client.cfg IADD If the hierarchy is working, you should get your computational result display the client. Another test: # start computational service: /usr/lib64/diet/examples/allDataTransfers/transfers_server sed.cfg # start client: usr/lib64/diet/examples/scalars/scalars_client client.cfg Configuration files =================== * MA0.cfg :: name = MA0 agentType = MA * SeD.cfg :: parentName = MA0 * client.cfg :: MAName = MA0