[Fwd: Re: Fortran To Java]


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