git-svn-id: https://svn.inf.ethz.ch/svn/lecturers/a2/trunk@7101 8c9fc860-2736-0410-a75d-ab315db34111
@@ -570,6 +570,7 @@ END GetTimer;
(* function returning the number of processors that are available to Aos *)
PROCEDURE NumberOfProcessors*( ): LONGINT;
BEGIN
+ (*todo: use unix command nproc*)
RETURN 1
END NumberOfProcessors;