AFNI Message Board

Dear AFNI users-

We are very pleased to announce that the new AFNI Message Board framework is up! Please join us at:

https://discuss.afni.nimh.nih.gov

Existing user accounts have been migrated, so returning users can login by requesting a password reset. New users can create accounts, as well, through a standard account creation process. Please note that these setup emails might initially go to spam folders (esp. for NIH users!), so please check those locations in the beginning.

The current Message Board discussion threads have been migrated to the new framework. The current Message Board will remain visible, but read-only, for a little while.

Sincerely, AFNI HQ

History of AFNI updates  

|
October 30, 2009 04:03PM
Almost certainly this means that you didn't get all your output datasets -- the edt_substbrick.c code is called when a program is assembling a dataset for output. It looks to me like you didn't get the -fitts output (which is written after the -sresp outputs).

Look at the size of memory you are using:
bytes=3,699,807,301 or about 3.5 Gbytes.
You have used up your memory.

You could try using program 3dDeconvolve_f instead of 3dDeconvolve, which should save some memory.
Subject Author Posted

3dDeconvolve malloc error

Iain DeWitt October 30, 2009 02:17PM

Re: 3dDeconvolve malloc error

bob cox October 30, 2009 04:03PM

Re: 3dDeconvolve malloc error

Daniel Glen October 30, 2009 04:44PM

Re: 3dDeconvolve malloc error

Iain DeWitt October 30, 2009 05:55PM