Hi,

I have written a translator from Matlab to X10 as a subproject of UCLA
CDSC. We are planning to compiler to Habanero C later. I have written
a huge lib of matrix operations in x10 and I translate Matlab to calls
to the lib. Every time, I run a program I need to recompile the lib
that takes maybe 4-5 mins.

Mohsen



>Yes this is a problem. How big a library is it? Do you use  x10c or
>x10c++? How big compile times r u seeing? Have you seen any improvements
>lately?

On Sat, Feb 5, 2011 at 12:18 PM, Mohsen Lesani <les...@ucla.edu> wrote:
> Hi,
>
> I have a large library that I use in a set of programs. I want to
> avoid recompiling the library each time I compile a program. Is there
> any way to compile a set of library classes once and reuse the
> compiled code? I searched but found only simple examples that compile
> one or two files. I also checked the compiler options in the
> documentation but didn't find a relevant option. Thanks.
>
> Best regards,
> Mohsen
>

------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
X10-users mailing list
X10-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/x10-users

Reply via email to