Hi all,
I am trying to load results from a remote server via loadresultsfromcluster
and can't get passed the '[status,cmdout]=system(['scp -OT ' login '@' host ':' path '/' fileliststr ' ./']);' system call command. I am able to run the scp command from my terminal and the MATLAB command window, and they are successful in transferring the .outlog, .errlog, and .outbin files. I would appreciate any help on this issue! Not sure if it's an ISSM or MATLAB bug, or if I should reach out to IT at my institution.
More info: I am using the Silicon pre-compiled binaries, my system is an M1 chip, and updated to macOS Sequoia 15.5. I have a different machine with similar specs (MacBook Pro with an M2 chip), and I can scp my results with 'loadresultsfromcluster' but I am having an issue on my Mac mini.
Many thanks in advance!