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  

|
May 10, 2022 02:51PM
Hi Ajay,

Version 4.5 dates to 2015, and for a compiler that supports it, we can get that date via a command like:

echo | cpp -fopenmp -dM | grep OPENMP

That runs the preprocessor (on empty input) with -fopenmp, shows all predefined macros, and restricts to anything with OPENMP in the name.

Currently, only the macos_10.12_local and linux_fedora_28_shared packages (out of those distributed) seem to come with OpenMP 4.5.

If you want to build AFNI on your own, it isn't hard (especially on linux). What OS are you using?

- rick
Subject Author Posted

Which version OpenMP used

AjaySK May 10, 2022 02:03PM

Re: Which version OpenMP used

rick reynolds May 10, 2022 02:51PM

Re: Which version OpenMP used

AjaySK May 10, 2022 03:44PM