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  

|
March 26, 2015 06:13PM
The latest 3dttest++ available in the linux_xorg7_64 distribution has a bug, I've confirmed it on two machines now. 3dttest++ works as expected for linux_openmp_64. The problem appears to be some off-by-one indexing error with the argument parsing maybe? Symptoms are error messages complaining about unrecognized options and then listing an argument as the unrecognized option.

using linux_xorg7_64:
3dttest++ -setA file1 file2
# fatal error, don't recognize option 'file1'

3dttest++ whateverhere -setA file1 file2
# works (clearly should not work!)

using linux_openmp_64:
3dttest++ -setA file1 file2
# works (as it should!)

3dttest++ whateverhere -setA file1 file2
# fatal error don't recognize option whateverhere
Subject Author Posted

3dttest++ linux_xorg7_64 bug

kijoshua March 26, 2015 06:13PM

Re: 3dttest++ linux_xorg7_64 bug

Emperor Zhark March 27, 2015 03:43PM

Re: 3dttest++ linux_xorg7_64 bug

Emperor Zhark March 27, 2015 04:36PM