- Code: Select all
ssh @localhost rm -f //random_walk_metropolis_hastings_core_output_*.mat: Signal 127
ssh @localhost rm -f //comp_status_random_walk_metropolis_hastings_core*.mat: Signal 127
ssh @localhost rm -f //slaveParallel_break.mat: Signal 127
The MCMC window with status bars is stuck saying initialize with 4 bars corresponding to 4 cores on my machine.
I also had to make a change to the AnalyseComputationalEnvironment.m file at line 548:
It used to say
- Code: Select all
[si0 de0]=system('grep processor /proc/cpuinfo');
I had to change it to
- Code: Select all
[si0 de0]=system('sysctl -a | grep machdep.cpu | grep core_count');
To get it to work
Any idea why it gets stuck at this spot? Help would be appreciated.
I attached the .mod file I'm working with and the config file. I tried attaching the data but I see I can't seem to upload it. Hopefully you can find some data to make it work for you if you need to run the code