Hi Chris: Try it now... I'm still a bit new to 'git'--I did a 'git
commit' last night, but not a 'git push'.
Also, I forgot to mention--There is a new feature:
plplot_use_standard_argument_order(1);
Will set the PLplot interface in a mode where the argument order is the
same as specified in the PLplot documentation. Since the interface uses
PP, the non-PDL arguments are put at the end of the list in the
'otherpars' section. Calling this routine sets a flag which remaps the
order to the one found in the plplot manual:
http://plplot.sourceforge.net/docbook-manual/plplot-html-5.9.8/
which all other language bindings share.
The default is to *not* reorder the arguments
(plplot_use_standard_argument_order(0)) since I've got a lot of code which
depends on the old argument order.
Best Regards,
Doug
[email protected]
Software Engineer
UCAR - COSMIC, Tel. (303) 497-2611
On Tue, 30 Aug 2011, chm wrote:
Which repo is this? I just tried the PDL git and got
nothing new...
--Chris
On 8/30/2011 5:48 PM, Doug Hunt wrote:
Hi David: I just checked several PDL::Graphics::PLplot changes into the
PDL git repo.
1) Updated to my latest interface which supports plplot 5.9.8.
Many new features supported.
2) Merged in your 'npthreads' change.
3) Improved the plplot version detection based on your changes.
4) Added a new pthreads crash test to plplot.t based on your
plplot-does-not-like-pthreads.pl script.
This tests OK on my Ubuntu machine with plplot 5.9.8 and 5.9.5 (the
default Ubuntu install).
Please everyone test this out!
Regards,
Doug
[email protected]
Software Engineer
UCAR - COSMIC, Tel. (303) 497-2611
On Tue, 30 Aug 2011, David Mertens wrote:
Doug -
Glad to hear that these will be coming together! I was unable to test
the nopthread flags, so let me know if you have any questions about
that. The relevant bug is 3303673, and this link should take you to
it:
http://sourceforge.net/tracker/?func=detail&aid=3303673&group_id=612&atid=100612
In particular, the script plplot-does-not-like-pthreads.pl is how I
generated the bug. I've attached a copy. Be sure to try it before you
insert the nopthread flags to determine the grid size you need on your
machine to produce the error. Then see if it's a problem after the new
flags.
David
_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
-----
No virus found in this message.
Checked by AVG - www.avg.com
Version: 10.0.1392 / Virus Database: 1520/3867 - Release Date: 08/30/11
_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl