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