This directory contains precompiled static binaries of the inla-program. Config-1 (Linux, Intel): gcc=4.4 on a Intel(R) Xeon(R) CPU X5355, 64 bit Config-2 (Linux, Intel): gcc-4.2 on a Intel(R) Xeon(R) CPU X5365, 64 bit Config-3 (Linux, Intel): gcc-4.2 on a Intel(R) Core(TM)2 Quad CPU Q6700, 64 bit Config-4 (Linux, Intel): gcc-4.4 on a Intel(R) Core(TM)2 Duo CPU, 64 bit Config-5 (Windows XP/Vista, Intel): gcc-4.3 PE32 executable for MS Windows (console) Intel 80386 32-bit Is also reported to run on 64-bit versions, including Vista. ***NOTE *** YOU NEED TO COPY mingwm10.dll and put in the same directory as your inla.exe Config-6 (MacOS, Intel): gcc-4.3 ... Mach-O executable i386 compiled on a iMini running Darwin ***NOTE 1*** You also need to install libgomp.1.dylib and libgfortran.2.dylib in the library-path; for example in /usr/local/lib ***NOTE 2*** In the case where you do not get the OpenMP to work (it report using only 1 thread and you have a dual-core, say), then you have to specify the environment variable OMP_NUM_THREADS=2 before running `inla'. One way to achive this, is to install the following script as `/usr/local/bin/inla' #!/bin/sh export OMP_NUM_THREADS=2 exec /usr/local/bin/inla-program "$@" and then install `inla--config-6' as /usr/local/bin/inla-program Config-7 (Linux, Intel): gcc-4.3 on a Intel(R) Pentium(R) M processor, 32 bit (A generic (and slow) version for Intel...) Config-8 (Linux, AMD): gcc-4.3 ... on a Quad-Core AMD Opteron(tm) Processor 2350, 64 bit [We appriciate the help from Patric Brown at the Univ of Toronto which allow us to provide this build!]