ywcb00 commented on PR #2591: URL: https://github.com/apache/systemds/pull/2591#issuecomment-5526489511
Thanks to @Biranavan-Parameswaran, I was able to reproduce the error. The error occurs only when executing the test with limited computing resources. To run the test with limited computing resources, we can manually set the CPU affinity with the `taskset` command. Here is the full command used: ```bash taskset -c 0,1 ./tests/federated/runFedTest.sh ``` @Biranavan-Parameswaran also directly provided a patch for preventing this error (applied in commit c17574a). Thank you very much. :) -- 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]
