Ignore:
Timestamp:
Apr 25, 2024, 3:00:36 PM (4 weeks ago)
Author:
augier3pi
Message:

For Fluidimage launching

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/call_command_clean.m

    r1136 r1138  
    88clean_ld_lib_path = strjoin(new_paths, ':');
    99
    10 [status, result] = system(['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');
    1111end
Note: See TracChangeset for help on using the changeset viewer.