The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.
Download Latest Version
gretl-2025c.tar.xz (15.0 MB)
Email in envelope
Get an email when there's a new version of gretl
Home
/
mpi
| Name | Modified | Size | InfoDownloads / Week |
|---|---|---|---|
| Parent folder | |||
| README | 2024年04月09日 | 1.2 kB | |
| openmpi-4.1.6-mac-arm64.zip | 2024年04月06日 | 5.5 MB | |
| openmpi-4.1.5-mac-arm64.zip | 2023年08月03日 | 4.9 MB | |
| openmpi-1.6.5-mac-intel.zip | 2023年08月01日 | 4.0 MB | |
| openmpi-1.6.5-mac-intel.tar.xz | 2023年07月31日 | 1.2 MB | |
| Totals: 5 Items | 15.6 MB | 0 | |
MPI support for gretl on Macs
-----------------------------
* openmpi-1.6.5-mac-intel.zip: notarized package containing OpenMPI to
complement gretl for Intel Macs. Should work on macOS >= 10.9.
* openmpi-4.1.6-mac-arm64.zip: notarized package containing OpenMPI to
complement gretl for Macs with arm64 ("Apple Silicon") processor.
This was made and tested on macOS 14 (Sonoma), targetting macOS 11
and higher.
* openmpi-4.1.5-mac-arm64.zip: prior attempt at an arm64 package,
built on macOS 13 (Ventura). Not sure that it works on earlier OS
versions.
* openmpi-1.6.5-mac-intel.tar.xz: old build of openmpi-1.6.5 which
is usable on macOS 10.6 to (probably) 10.12. To install, substitute
"tar xvf" for "unzip" in the command indicated below.
To install, open a Terminal window and type the following commands
(where "/path/to" is replaced with the actual path to the downloaded
file, for example "/Users/yourlogin/Downloads"):
# change to the root directory
cd /
# for Intel
sudo unzip /path/to/openmpi-1.6.5-mac-intel.zip
# or for arm64
sudo unzip /path/to/openmpi-4.1.6-mac-arm64.zip
For details on gretl's support for MPI see
https://sourceforge.net/projects/gretl/files/manual/gretl-mpi.pdf