Skip to content

Commit

Permalink
Last try with shared connections
Browse files Browse the repository at this point in the history
  • Loading branch information
mldiego committed Jul 8, 2024
1 parent 510ba6c commit 4624d48
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ killall -q matlab
# python3 -c "exec('$WAIT_FOR_CONNECTION_TO_OPEN')"
# python -c "exec('$WAIT_FOR_CONNECTION_TO_OPEN')"

matlab -r "matlab.engine.shareEngine('vnncomp')"
matlab -nodisplay -r "matlab.engine.shareEngine('vnncomp')"

echo "MATLAB session started and shared"

exit 0

0 comments on commit 4624d48

Please sign in to comment.