Richard Crozier
2011-09-12 13:14:17 UTC
Hello,
On Matlab, I can compile several different mex files for different machine
architectures and Matlab will call the appropriate one for the local setup.
The compiled mex files are given appropriate extensions e.g. mexa64 for
64bit linux, mexglx for 32 bit linux, mexw32 for 32 bit windows etc.
Is the equivalent possible for oct files (or mex files created in Octave)?
Otherwise, how are different platforms dealt with? I only see a single
extension mentioned in the docs, and I often run batch jobs on several
machines with access to a common directory containing my mfile sources and
compiled mex files. I can't think how I would do this without this
functionality.
I should also admit I haven't actually tried using oct files yet, so sorry
if I've misunderstood something.
Thanks,
Richard
--
View this message in context: http://octave.1599824.n4.nabble.com/oct-and-mex-files-for-different-architectures-tp3807347p3807347.html
Sent from the Octave - General mailing list archive at Nabble.com.
On Matlab, I can compile several different mex files for different machine
architectures and Matlab will call the appropriate one for the local setup.
The compiled mex files are given appropriate extensions e.g. mexa64 for
64bit linux, mexglx for 32 bit linux, mexw32 for 32 bit windows etc.
Is the equivalent possible for oct files (or mex files created in Octave)?
Otherwise, how are different platforms dealt with? I only see a single
extension mentioned in the docs, and I often run batch jobs on several
machines with access to a common directory containing my mfile sources and
compiled mex files. I can't think how I would do this without this
functionality.
I should also admit I haven't actually tried using oct files yet, so sorry
if I've misunderstood something.
Thanks,
Richard
--
View this message in context: http://octave.1599824.n4.nabble.com/oct-and-mex-files-for-different-architectures-tp3807347p3807347.html
Sent from the Octave - General mailing list archive at Nabble.com.