octave-maintainers
[Top][All Lists]
Advanced

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

Re: octave-4.0.1 64 bit binary for windows is uploaded


From: Tatsuro MATSUOKA
Subject: Re: octave-4.0.1 64 bit binary for windows is uploaded
Date: Thu, 31 Mar 2016 18:11:07 +0900 (JST)

Hello

I have uploaded octave for windows with supporting large arrays.

http://www.tatsuromatsuoka.com/octave/Eng/Win/


1. octave-4.0.1-LA.7z -- 7-Zip archived binary package
2. octave-4.0.1-LA-forge.7z -- 7-Zip archived pre-built octave-forge package 
for 1.


Note that large arrays supports is now experimental so that 
one may meet unexpected bugs.

I describe the contents in readme.txt included in octave-4.0.1-LA.7z

*** readme.txt ****
This is an experimental binary with Large Arrays supports [1, 2].

This binary is produced using mxe-octave with --enable-windows64 and 
--enable-64 options.
You have to use this on 64 bit windows OS.

An easy test whether large array facility works on your PC [1].

>> a = zeros (1024*1024*1024*3, 1, 'int8');

If condition is not fullfiled, you see
error: memory exhausted or requested size too large
       for range of Octave's index type --
       trying to return to prompt

Error noticed that I have awared at present.
 The build_packages.m scripts fails to build image, odepkg, netcdf, and 
sparsersb packages in 
 producing oct files.
 This means that some functionalities may not work correctly. 
 See "octave-4.0.1-LA_bpl.log" to see what happened in building packages 
processes.

No Warranty
 Please use this binary at your own risk.

Feedback
 Feedback is welcome to the octave mailing list[3, 4, 5] or the bug tracker[6].

[1] 
http://www.gnu.org/software/octave/doc/v4.0.1/Compiling-Octave-with-64_002dbit-Indexing.html
[2] 
http://wiki.octave.org/Enable_large_arrays:_Build_octave_such_that_it_can_use_arrays_larger_than_2Gb.
[3] https://lists.gnu.org/mailman/listinfo/help-octave
[4] https://lists.gnu.org/mailman/listinfo/octave-maintainers
[5] http://octave.1599824.n4.nabble.com/
[6] https://savannah.gnu.org/bugs/?group=octave
*** readme.txt ****

Tatsuro



reply via email to

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