Displaying 1 result from an estimated 1 matches for "mean_chain".
Did you mean:
max_chain
2011 Jun 01
0
Clean up Rmpi when there is a bug in the code
...u.ca/ACMMaC/Rmpi/task_pull.R and be able to run my own code now.
However, since I am developing my own code which involves many
calculations, each time I had an error with my Rmpi code, I got an error
message like the following:
Error in inherits(x, "data.frame") : object 'mean_chain' not found
Calls: write.table -> is.data.frame -> inherits
Execution halted
I therefore correct the error and re-run the code, the odd thing is that
in our cluster, the previous version of my R code is loaded and the new
one is just ignored, so I end up with the same error message....