Running Code on HPC systems with differnent licenses and operating systems
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Christian Gobert
am 23 Mai 2018
Beantwortet: OCDER
am 23 Mai 2018
I have a script that I wrote on my windows systems(not HPC) that I would like to run on a Linux system(HPC) because, in short, the windows MATLAB license has more toolboxes than the Linux system license (both have MATLAB2017B).
I figured the only way to do this would be to compile on windows and run in Linux but this is challenging to me. Any suggestions/help?
0 Kommentare
Akzeptierte Antwort
OCDER
am 23 Mai 2018
The OS and the matlab runtime library version must match between the computer compiling your code and the computer running the compiled code.
Another way to do it is install Linux on your computer and use your license to run the Linux version of Matlab to compile the code. Haven't tried it myself but seems possible:
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Introduction to Installation and Licensing finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!