diff --git a/code/nnv/examples/Submission/VNN_COMP2024/prepare_instance.sh b/code/nnv/examples/Submission/VNN_COMP2024/prepare_instance.sh index 4254f4e5a..bdd8699c8 100644 --- a/code/nnv/examples/Submission/VNN_COMP2024/prepare_instance.sh +++ b/code/nnv/examples/Submission/VNN_COMP2024/prepare_instance.sh @@ -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