Changeset 1141 for trunk/src/call_command_clean.m
- Timestamp:
- May 3, 2024, 6:16:47 PM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/call_command_clean.m
r1138 r1141 8 8 clean_ld_lib_path = strjoin(new_paths, ':'); 9 9 10 [status, result] = system(['OMP_NUM_THREADS=1 LD_LIBRARY_PATH=' clean_ld_lib_path ' ' command ], '-echo');10 [status, result] = system(['OMP_NUM_THREADS=1 LD_LIBRARY_PATH=' clean_ld_lib_path ' ' command ' &'], '-echo'); 11 11 end
Note: See TracChangeset
for help on using the changeset viewer.