Sven-Erik Tiberg wrote: > Hi > > Would like to try octave in a win 2008 R2 server with 48G/500G+ memory and > 2Xquadcore processors. > Any hint on how to install octave with optimum memory and cpu core support. >
You'll currently have to do it yourself. For large memory support you'll need a native 64bit version and for that a 64bit compiler. You can take a look at the mingw64 project, who provide instuctions on building gcc for 64bit windows and also provide build snapshots. From what I gather there, decent 64bit support requires gcc-4.5 which currently is still in development stage, so not yet released. Optimal CPU core support will basically require parallel computation. Octave itself does not make use of parallelism at the moment IIRC (anybody correct me if I'm wrong on that). However, some of the core numerical libraries support multi-threaded or parallel code, e.g. ATLAS or FFTW. benjamin ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Octave-dev mailing list Octave-dev@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/octave-dev