[Fwd: Re: Fortran To Java]
- Subject: [Fwd: Re: Fortran To Java]
- From: Ron Boisvert <boisvert@nist.gov>
- Date: Wed, 14 Jun 2006 15:54:15 -0400
- Content-Transfer-Encoding: 7bit
- Content-Type: text/plain; charset=ISO-8859-1; format=flowed
- User-Agent: Thunderbird 1.5.0.4 (Windows/20060516)
Sender: kazar001@umn.edu
Subject: Re: Fortran To Java
i have not used F2J but you can always convert fortran code to java code
manually fast. i also donot trust automatic converters because they either
generate larger code or they dont compile right at all. i used matlab to C
converter before and automatic serial to parallel code converters. in all
cases, the performance, compilations were very big problems. so, i suggest
the longer but the safest way of converting manually.
thanks,
baris
On Jun 14 2006, Sione wrote:
>Has anyone in this list ever used F2J tool (fortran2java) for code
>generation of fortran into java ? I have ported some free Matlab
>machine learning codes for LLE (Locally Linear Embedding) found on the
>internet into Java using JAMA , however I am not sure whether there
>would be a big difference in using Matlab 'eig' and 'eigs' . The
>original Matlab LLE codes uses 'eigs' command , but I know that
>JAMA's EigenDecomposition class is the equivalent of the Matlab
>command 'eig' , so my Java LLE is not quite an exact porting of the
>original LLE, since JAMA doesn't have the equivalent 'eigs'. Matlab
>'eigs' uses the fortran ARPACK and I may be looking at using the F2J
>tool to convert ARPACK into Java. I wondered how accuracy is this F2J
>tool is whether it will give a reliable fortran to java conversion that
>does not create bugs in the process. Anyone here who has used F2J who
>can make a comment, please ?
>
>Cheers,
>Sione.
>
>
>
>----- End forwarded message -----
>
>
>
>
Date Index |
Thread Index |
Problems or questions? Contact list-master@nist.gov