You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.
PSOM 2.0 makes heavy use of so-called "heartbeat", small processes that can be used to monitor or kill other processes. A the core of this mechanism is the use of process IDs. It so happens that matlab does not have the function getpid that exists in Octave. Instead it has feature('getpid'), which is a syste-dependent feature. Even if this works on linux, it may totally break on windows or OSX. Fun (testing) times ahead....
The text was updated successfully, but these errors were encountered:
PSOM 2.0 makes heavy use of so-called "heartbeat", small processes that can be used to monitor or kill other processes. A the core of this mechanism is the use of process IDs. It so happens that matlab does not have the function
getpid
that exists in Octave. Instead it hasfeature('getpid')
, which is a syste-dependent feature. Even if this works on linux, it may totally break on windows or OSX. Fun (testing) times ahead....The text was updated successfully, but these errors were encountered: