I have bkwrd compatibility issues when I save my NDSolve result (which is an interpolating polynomia) using DumpSave from Mathematica 8 on Windows 7 and then try loading it using Mathematica 7 on Linux.
Is there any way I could specify backward compatibility (and cross compatibility: files can be imported into different OS with or without the same version of mathematica) in DumpSave?
I have read this and this but they don't address the same issue.
Also, is there anyway the interpolating functions can be saved in a human readable format?
Example code to work on, for convenience.
DumpSave? As I recall, it is to be used only with your machine. See the docs: "Files written by DumpSave can only be read on the same type of computer system on which they were written." – rm -rf♦ Jun 28 '12 at 17:44NDSolvethe functionality needed to make the interpolation function may not exist in older versions. To look at it in human readable form you could useInterpolationFunction[..]//InputFormperhaps that helps. – ruebenko Jun 28 '12 at 17:52//InputFormtakes forever to crank though.. at least on my 2GB RAM Linux machine running Mathematica 7. – drN Jun 28 '12 at 17:59