I wanted to just run the basic swarm from the swarm tutorial…
I am getting a segmentation fault. Installed Nupic and Nupic.core properly and ran make successfully.
not sure whats wrong. but this should be pretty straightforward
ubuntu-precision-server:~/numenta/nupic/examples/swarm/simple$ $NUPIC/scripts/run_swarm.py $NUPIC/examples/swarm/simple/search_def.json --maxWorkers=4
Generating experiment files in directory: /home//numenta/nupic/examples/swarm/simple...
Writing 313 lines...
Writing 114 lines...
done.
None
Successfully submitted new HyperSearch job, jobID=1009
Evaluated 0 models
HyperSearch finished!
Worker completion message: None
Results from all experiments:
----------------------------------------------------------------
Generating experiment files in directory: /tmp/tmpnA5Km4...
Writing 313 lines...
Writing 114 lines...
done.
None
Segmentation fault (core dumped)
The next time I ran it with --overwrite
option I see the same core dump
ubuntu-precision-server:~/numenta/nupic/examples/swarm/simple$
$NUPIC/scripts/run_swarm.py
$NUPIC/examples/swarm/simple/search_def.json --maxWorkers=4
Generating experiment files in directory: /home/numenta/nupic/examples/swarm/simple...
Writing 313 lines...
Writing 114 lines...
done.
None
Successfully submitted new HyperSearch job, jobID=1009
Evaluated 0 models
HyperSearch finished!
Worker completion message: None
Results from all experiments:
----------------------------------------------------------------
Generating experiment files in directory: /tmp/tmpnA5Km4...
Writing 313 lines...
Writing 114 lines...
done.
None
Segmentation fault (core dumped)