History of AFNI updates  

|
Ruy
August 09, 2016 11:14AM
Hi Rick,

I think the instructions are pretty clear as they are and very helpful. I would say for the gcc step to make the
ln -s (...)
step generic by specifying that the numbers in the path should be replaced by whatever version Homebrew installed.

As for Rmpi, yes I did
brew install open-mpi
install.packages("Rmpi", type="source")
and then
library(Rmpi)
mpi.spawn.Rslaves()
mpi.parReplicate(100, mean(rnorm(1000000)))
mpi.close.Rslaves()
mpi.quit()
to check whether it was working.

Best regards,

Ruy



Edited 1 time(s). Last edit at 08/09/2016 03:48PM by Ruy.
Subject Author Posted

New AFNI Installation Guide

Bob Cox February 09, 2016 06:49AM

Re: New AFNI Installation Guide

Ruy August 08, 2016 04:10PM

Re: New AFNI Installation Guide

rick reynolds August 08, 2016 07:05PM

Re: New AFNI Installation Guide

Ruy August 09, 2016 11:14AM

AFNI 3dSkullStrip libGLU.so.1 error

afniva March 13, 2017 02:20PM