Hi,

I'm using the module for simple exponential fitting, threading over
several thousands (or more) datasets. How do I take advantage of more
than one CPU core? Or is it not possible at the moment?

Whenever I set
set_autopthread_targ()
to anything greater then 1, I get a segmentation fault while running levmar.

My function is quite simple,
$img has multiple dimensions, the fitting is performed over the first.

                                my $res=levmar($p, $img
                                        FUNC=>'function
                                        x=p0*exp(-t/p1);
                                        ',
                                );

Any help appreciated.


Ingo

-- 
Dipl.-Ing. Dr. Albrecht Ingo Schmid
Medizinische Universität Wien
Zentrum f. Medizinische Physik und Biomedizinische Technik
Exzellenzzentrum Hochfeld-MR
Lazarettgasse 14
1090 Wien
Tel.: +43 1 40400 6461

_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl

Reply via email to