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  

|
February 27, 2004 02:40PM
Fellow Developers:

The AFNI source can not be built with gnu make -j 4 option. This is OK, and by putting a .NOTPARALLEL flag in each of the Makefiles (i.e. f2cdir/Makefile, SUMA/SUMA_Makefile, blah blah blah...) It will prevent errors from occuring when the -j4 option is used.

Regards,
Hans

PS: I use a little more verbose documentation with each of my Makefile, but it may not meet the klingon coding standards:

#If .NOTPARALLEL is mentioned as a target, then this invocation of
#make will be run serially, even if the `-j' option is given.
#Any recursively invoked make command will still be run in parallel
#(unless its makefile contains this target). Any prerequisites on
#this target are ignored.
.NOTPARALLEL:
Subject Author Posted

Parallel builds

Hans J. Johnson February 27, 2004 02:40PM

Re: Parallel builds

Robert Cox February 27, 2004 04:29PM