|
From: | Juergen Sauermann |
Subject: | Re: [Bug-apl] errors in latest SVN |
Date: | Wed, 17 Sep 2014 18:39:48 +0200 |
User-agent: | Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.0 |
Hi Peter, fixed in SVN 478. Looks like your box is lacking some functions like pthread_getaffinity_np() (or they have different argument types). This could become a problem for parallel APL later, so maybe you want to grep -r for them in /usr/include or find out how core affinities are set on your box. /// Jürgen On 09/16/2014 07:25 PM, Peter Teeson
wrote:
/Volumes/Data/Development/MyProjects/GNUAPL/apl-svn/src/Parallel.cc:181:1: Unknown type name 'cpu_set_t' /Volumes/Data/Development/MyProjects/GNUAPL/apl-svn/src/Parallel.cc:197:55: Use of undeclared identifier 'cpu_set_t' /Volumes/Data/Development/MyProjects/GNUAPL/apl-svn/src/Parallel.cc:323:1: Unknown type name 'cpu_set_t' |
[Prev in Thread] | Current Thread | [Next in Thread] |