[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: parallel 3.0.0 released
From: |
Marius Schamschula |
Subject: |
Re: parallel 3.0.0 released |
Date: |
Mon, 13 Jul 2015 15:45:55 -0500 |
Olaf, Carnë,
On Jul 13, 2015, at 7:34 AM, Carnë Draug <address@hidden> wrote:
> Hi everyone
>
> a new release of the parallel package [1] is out, version 3.0.0, by Olaf Till.
> A summary of important user-visible changes is also available online [2].
>
> The parallel package provides functions for parallel execution of Octave
> jobs.
>
> Enjoy Octave responsibly,
> Carnë
>
> [1] http://octave.sourceforge.net/parallel/
> [2] http://octave.sourceforge.net/parallel/NEWS.html
>
Under MacPorts (octave 3.8.2) I get an error that malloc.h can’t be found. The
following patch fixes this
--- src/parallel-gnutls.h.orig 2015-07-12 06:10:04.000000000 -0500
+++ src/parallel-gnutls.h 2015-07-13 09:20:23.000000000 -0500
@@ -41,7 +41,7 @@
#include <stdio.h>
-#include <malloc.h>
+#include <sys/malloc.h>
/*
not necessary with current Octave
Marius
--
Marius Schamschula