bug-apl
[Top][All Lists]
Advanced

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

Re: [Bug-apl] Multi-core support


From: Juergen Sauermann
Subject: Re: [Bug-apl] Multi-core support
Date: Sun, 11 Oct 2015 11:54:09 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.4.0

Hi Louis,

it should work with any autoconf/make version.
You may need to run autoreconf once.

Alternatively, try:

        ./configure --enable-maintainer-mode            \
                    VALUE_CHECK_WANTED=no               \
                    VALUE_HISTORY_WANTED=no             \
                    PERFORMANCE_COUNTERS_WANTED=yes     \
                    DYNAMIC_LOG_WANTED=yes              \
                    ASSERT_LEVEL_WANTED=0               \
                    CORE_COUNT_WANTED=-3
        make all

which is what make parallel1 does (see Makefile.incl for a definition of the parallel targets).
And keep in mid that there are still bugs in parallel APL!

/// Jürgen



On 10/11/2015 12:58 AM, Louis de Forcrand wrote:
I recently tried compiling GNU-APL with “make parallel1” as instructed in README-8, and saw that it requires automake-1.14. Could this be updated to a more recent version of automake? Or even better, made to work without (just with make)?

Keep it up,
⊣Louis



reply via email to

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