N-Prolog Version 4.70 Release Notes
N-Prolog Version 4.70 Release Notes
We are pleased to announce the release of N-Prolog version 4.70. This release has been thoroughly tested on a Raspberry Pi cluster, and all distributed parallel features have been verified.
Highlights of this release:
-
A cluster machine was constructed using 9 Raspberry Pi units to test distributed parallel functionality.
-
Successfully ran the 5×5 Knight’s Tour problem on the cluster using both the interpreter and compiler modes.
-
Communication between child nodes and the parent node is handled via TCP/IP using a threaded approach.
-
Detailed information on distributed parallel features can be found in the documentation file PARA1.md.
-
Instructions for setting up and testing on a cluster machine are provided in CLUSTER.md.
This release ensures reliable operation of distributed parallel computation on Raspberry Pi clusters, providing a solid foundation for experimentation and development with N-Prolog.