sulantha2006 / VoxelStats

A MATLAB package for multi-modal voxel-wise brain image analysis
Other
16 stars 9 forks source link

Does VoxelStats always need a "distributed computing server"? #9

Open Tkhr02 opened 2 years ago

Tkhr02 commented 2 years ago

Hello!!

Do I need to have a MATLAB "distributed computing server" in order to use VoxelStats for processing? By the way, I have the "parallel computing toolbox" in my MATLAB.

In my lab, the "distributed computing server" is very expensive and I cannot afford it.

If we don't need to use a "distributed computing server", we will be very grateful.

SulanthaM commented 2 years ago

No. You can run VoxelStats without a distributed license. It will run in a single machine using all the cores it has (or I believe however you have set up the local parallel profile)

Tkhr02 commented 2 years ago

Thanks for the reply.

I have one more question. Other than the "parallel computing toolbox", is there any other MATLAB toolbox that I need to use VoxelStats?

SulanthaM commented 2 years ago

The main one is stats toolbox, which I believe is present by default. Best guess is, try running something and it will complain if something is missing :-)

Tkhr02 commented 2 years ago

You're certainly right. I will deal with the error when it comes up.

Thank you for answering my question in such a polite way.

SulanthaM commented 2 years ago

You are welcome and let me know if you run into more trouble.

Tkhr02 commented 2 years ago

I’m counting on you.