ywcb00 opened a new pull request #1409:
URL: https://github.com/apache/systemds/pull/1409


   Hi,
   This PR adds the first federated performance test, ALS-CG.
   The script generates the data, creates a specific amount (in our case 5) of 
federated worker processes on localhost, splits the data into partitions, 
creates a federated object from the different partitions and workers, runs the 
ALS-CG algorithm with the federated object as data input, and kills the woker 
processes again.
   I tried to make the shell scripts for starting and killing the federated 
workers, and also the dml script for splitting the data and creating a 
federated object, as general as possible so that the same scripts can be used 
the further federated performance tests.
   
   Thanks for review :)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to