Start and Test pbdR inside VirtualBox
Click Start button to start xubuntu-13.04 vb1.
Click OK button to continue.
Stop if you see this Error.
This means you need to reboot your system and enable VT-x/AMD-V (visualization techniques) options in BIOS.
Choose Ubuntu to boot the Linux system.
IF everything is fine, then you can see a pbdR icon on the desktop.
Click on the pbdR icon.
A terminal will bring you to the pbdR working directory.
Use "ls
" to see directory contents.
Use "source ./00_set_R
" to setup environments.
Use
mpiexec -np 2 Rscript -e "demo(allreduce,'pbdMPI',ask=F,echo=F)"
to setup test pbdR.
Done.