.OpenModelica.Scripting.system_parallel

Information

Similar to system(3). Executes the given commands in the system shell, in parallel if omc was compiled using OpenMP.

Interface

impure function system_parallel
  input String callStr[:] "String to call: sh -c $callStr";
  input Integer numThreads = numProcessors();
  output Integer retval[:] "Return value of the system call; usually 0 on success";
end system_parallel;

Generated at 2024-07-26T18:16:02Z by OpenModelicaOpenModelica 1.23.1 using GenerateDoc.mos