Not having looked at the code, one way to reduce C/XS file size is to explicitly type the PP arguments (e.g. float or double) so that typeloops are reduced. This generally makes sense with libraries that support only certain types anyway.
Christian On 3/06/2009, at 8:33 AM, Jan Hoogenraad wrote: > Thanks a lot for the feedback. > I've included your comments in the test code. > > The new test program can be found in lapack_090602.tgz, under > https://sourceforge.net/tracker/?func=detail&atid=350612&aid=2774886&group_id=612 > > Can you help me out on the how to reduce the huge memory hunger (>> > 2Gb > swap space needed, then I have terminated the process) for > compilation ? > The intermediate C file grows to 43 Mb > 42644492 lapack_link_pm_e10d.c > > At this moment, the users have to manually pick out the routines they > actually are going to use. > > Chris Marshall wrote: >> Jan Hoogenraad wrote: >>> Victory. >> >> Congratulations and happy Pldpp-ing! >> >> Some suggestions below for the PDL testing... >> >> > > > _______________________________________________ > Perldl mailing list > [email protected] > http://mailman.jach.hawaii.edu/mailman/listinfo/perldl -- Christian Soeller PhD Dept. of Physiology +64 9 3737599 x82770 University of Auckland Auckland, New Zealand fax +64 9 3737499 _______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
