Connecting to Loihi - nengo/telluride-nengo GitHub Wiki
If you're using an Intel provided Loihi, speak to them about connectivity. In that case you'll want to perform the installation instructions on the VM they provide.
-
To connect to the ABR Loihi boards, talk to Chris or Terry to get an account.
-
From your laptop,
ssh [email protected]You're now connected to the super host (
192.168.167.211), which is interacting with two different Loihi setups, Nahuku and Wolf Mountain. -
Add the ip address of the loihi to your hostfile. First edit the file:
mkdir ~/.nxsdkconf echo $IP_ADDRESS > ~/.nxsdkconf/hostfileWhere
$IP_ADDRESSis10.42.0.34for Wolf Mountain or10.42.0.100for Nahuku, depending on which one you were assigned. -
You can then ssh into the board you have been assigned to, if desired. Wolf Mountain:
ssh [email protected]password:
neuromorphsNahuku:
ssh [email protected]password:
neuromorphs -
From there you can monitor jobs on the chip by doing the following
sudo journalctl -f -u n2driverserviceThis will let you see what the chip is doing (and if someone else is using it).
-
At this point you want to open another terminal to the super host (
192.168.167.211) and follow the installation instructions, and then start running models.