bug-apl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Parallel APL document


From: Peter Teeson
Subject: Re: Parallel APL document
Date: Sun, 27 Oct 2019 13:25:15 -0400

P.S. Sorry I forgot to mention my procedure:

svn co …./trunk .gnuapl
cd gnuapl
./configure
make



On Oct 27, 2019, at 1:13 PM, Peter Teeson <address@hidden> wrote:

Hi Jûrgen:

I get 3 errors compiling svn rev 1195 on macOS 10.12.6 Sierra 

Respect

Peter

Parallel.cc:239:1: error: unknown type name 'cpu_set_t'
cpu_set_t CPUs;
^
Parallel.cc:257:38: error: use of undeclared identifier 'cpu_set_t'
     for (size_t c = 0; c < 8*sizeof(cpu_set_t); c += 2)   //even
                                     ^
Parallel.cc:266:38: error: use of undeclared identifier 'cpu_set_t'
     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

On Oct 27, 2019, at 11:49 AM, Dr. Jürgen Sauermann <mail@xn--jrgen-sauermann-zvb.de> wrote:

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]