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  

|
August 20, 2021 03:19PM
Hi, Philipp-

Just a note about your @SSwarper comment (and "-tlrc_NL_warp"---these both refer to performing nonlinear (NL) warping, via two slightly different mechanisms): the nonlinear warping can be a computationally expensive endeavor, yes, *but* the 3dQwarp program that underlies all AFNI NL warping was programmed by Bob to be inherently parallelizable. That is, it can use multiple CPUs/threads on a given computer to work faster. You don't need to do anything to get this performance enhancement (it uses OpenMP under the hood), *except* have a computer with multiple cores/CPUs.

If you run "afni_system_check.py -check_all", you can see how many CPUs are available on your computer near the top; or, to pick out the line that says how many that is specifically, this:
afni_system_check.py -check_all | grep "number of CPUs:"

You can also see how many AFNI is set to be using with this command:
afni_check_omp

You can control how many CPUs AFNI will use (up to the number available on the machine!) by setting an environment variable OMP_NUM_THREADS in your terminal startup files or in your scripts. This (and more!) is described in this AFNI Academy video---
[www.youtube.com]
... which really *was* just meant to be a very short one. I swear.

--pt
Subject Author Posted

AFNI_proc.py - A faulty warped brain Attachments

Philipp August 17, 2021 10:14AM

Re: AFNI_proc.py - A faulty warped brain

ptaylor August 17, 2021 01:48PM

Re: AFNI_proc.py - A faulty warped brain

Philipp August 18, 2021 05:51AM

Re: AFNI_proc.py - A faulty warped brain

rick reynolds August 18, 2021 10:39AM

Re: AFNI_proc.py - A faulty warped brain Attachments

ptaylor August 18, 2021 07:59PM

Re: AFNI_proc.py - A faulty warped brain

ptaylor August 18, 2021 08:20PM

Re: AFNI_proc.py - A faulty warped brain

Philipp August 19, 2021 08:41AM

Re: AFNI_proc.py - A faulty warped brain

rick reynolds August 19, 2021 09:05AM

Re: AFNI_proc.py - A faulty warped brain Attachments

Philipp August 20, 2021 11:26AM

Re: AFNI_proc.py - A faulty warped brain

rick reynolds August 20, 2021 02:58PM

Re: AFNI_proc.py - A faulty warped brain

ptaylor August 20, 2021 03:19PM

Re: AFNI_proc.py - A faulty warped brain

Philipp August 21, 2021 03:24AM

Re: AFNI_proc.py - A faulty warped brain

rick reynolds August 21, 2021 06:59PM