[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-users] FORTRAN & MATLAB with condor



mohammed shambakey wrote:
hi all,
does condor support FORTRAN
yes, in both standard universe (checkpoint/process migration), and 
vanilla universe (of course).
or MATLAB?
yes, in vanilla universe.

in the past I've known folks to get Matlab to work in standard universe as well, either by
(a) using some Matlab compiler product that converts your .m file to C 
source code, and then use condor_compile on the source code
or

(b) using the open-source Matlab clone Octave compiled for standard universe ( http://www.gnu.org/software/octave/ ). Also see
https://lists.cs.wisc.edu/archive/condor-users/2005-October/msg00089.shtml

regards,
Todd