Hi Peter,
thanks, should be fixed in SVN 1196.
Jürgen
On 10/27/19 6:25 PM, Peter Teeson
wrote:
P.S. Sorry I forgot to mention my procedure:
svn co …./trunk .gnuapl
cd gnuapl
./configure
make
Hi
Jûrgen:
I get 3 errors compiling svn rev 1195 on
macOS 10.12.6 Sierra
Respect
Peter
cpu_set_t CPUs;
^
for (size_t c =
0; c < 8*sizeof(cpu_set_t); c += 2) //even
^
for (size_t c =
1; c < 8*sizeof(cpu_set_t); c += 2) //odd
^
3 errors generated.
make[3]: ***
[apl-Parallel.o] Error 1
make[2]: ***
[all-recursive] Error 1
make[1]: ***
[all-recu
Hi,
for those of you that are interested in
parallel GNU APL, I have added
a short overview document "Parallel-APL"
in the HOWTOs directory.
Jürgen
|