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
Split the interface across multiple XS files. For example, the PDL/Lib/GSL splits the interfaced routines across a number of folders... --Chris _______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
