Recently I have happily been experimenting (well, messing about) with Parallel processing on an RPI with a silghtly old version of Raspian (I forget which).
Using the $ProcessorCount command I get the expected result of four:
Code: Select all
Wolfram Language 11.0.1 Engine for Linux ARM (32-bit)
Copyright 1988-2017 Wolfram Research, Inc.
In[1]:= $ProcessorCount
Out[1]= 4Code: Select all
Wolfram Language 11.2.0 Engine for Linux ARM (32-bit)
Copyright 1988-2018 Wolfram Research, Inc.
In[1]:= $ProcessorCount
Out[1]= 1Note that old Raspian has Wolfram version 11.0.1 whereas the latest version has version 11.2.0.
So has Wolfram removed parallel processing functionality from later versions of the product?
Alan.