GNU Parallel not passing strings to MATLAB
I’m trying to use GNU parallel to run a set of experiments using MATLAB on our supercomputer which uses SLURM. I have a text file containing combinations of 4 parameters that are read in and passed to a MATLAB function. That text file is called gnu_parameters.txt
and and has 4 columns separated by a single space.