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  

|
January 13, 2021 10:55PM
Howdy-

Rick asked about this message:
+++ Arranging 3 images (each 416x560) into a 3x1 matrix.
You can view image ../init_qc_00_overlap_usrc_obase.jpg with:
aiv ../init_qc_00_overlap_usrc_obase.jpg
\n+* Removing temporary workdir 'o.aw_sub/__workdir_olap_rTdGepEA8Og*'\n
... it actually just comes from the initial QC image, showing the starting alignment. It is from the script @djunct_overlap_check, which is calling 2dcat here to glue a few images together to make "init_qc_00_overlap_usrc_obase.jpg". I don't expect this is a problem.

The @SSwarper script gets to Step #4 before crashing-- that is a 3dQwarper step, which might indeed involve a lot of memory. I actually am trying to process the same dset on my Mac with OMP_NUM_THREADS set explicitly to 3, just to see how that goes (I expect it should be fine, just slower than when using the default 8). To do this, in a tcsh script, you could have:
#!/bin/tcsh

setenv OMP_NUM_THREADS 3

@SSwarper ... [rest of command]

If you had a bash script, I think you would do this with:
#!/bin/bash

export OMP_NUM_THREADS=3

@SSwarper ... [rest of command]

--pt
Subject Author Posted

@SSwarper crash

stuart.white December 22, 2020 04:20PM

Re: @SSwarper crash

ptaylor December 22, 2020 04:34PM

Re: @SSwarper crash Attachments

stuart.white December 28, 2020 10:56AM

Re: @SSwarper crash

ptaylor December 29, 2020 04:12PM

Re: @SSwarper crash

stuart.white January 04, 2021 12:54PM

Re: @SSwarper crash

ptaylor January 05, 2021 09:42AM

Re: @SSwarper crash

stuart.white January 05, 2021 10:38AM

Re: @SSwarper crash Attachments

ptaylor January 06, 2021 07:27PM

Re: @SSwarper crash

stuart.white January 07, 2021 12:33PM

Re: @SSwarper crash

stuart.white January 13, 2021 10:42AM

Re: @SSwarper crash

ptaylor January 13, 2021 11:05AM

Re: @SSwarper crash

stuart.white January 13, 2021 02:00PM

Re: @SSwarper crash

ptaylor January 13, 2021 09:47PM

Re: @SSwarper crash

rick reynolds January 13, 2021 10:45PM

Re: @SSwarper crash

ptaylor January 13, 2021 10:55PM

Re: @SSwarper crash

rick reynolds January 14, 2021 11:40AM

Re: @SSwarper crash

stuart.white January 14, 2021 01:41PM

Re: @SSwarper crash

rick reynolds January 15, 2021 10:03AM

Re: @SSwarper crash

stuart.white January 21, 2021 10:43AM