Skip to content

Commit

Permalink
fixed issue for julia bridge with newer matlab versions
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierr committed Jan 24, 2024
1 parent 56c93c1 commit 3e04eb3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Utilities/JuliaBridge/JuliaInterface/ServerManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@
% Build DaemonMode call:

% Manage options
manager.base_call = [manager.options.julia, ' ' , ...
manager.base_call = ['env -u LD_LIBRARY_PATH ' , ...
manager.options.julia, ' ' , ...
'--startup-file=' , manager.options.startup_file, ' ', ...
'--project=' , manager.options.project , ' ', ...
'--threads=' , manager.options.threads];
Expand Down

0 comments on commit 3e04eb3

Please sign in to comment.