
This directory contains the compiled (Fortran and C) sources of the 
XOP applications. 


The following table indicates the applications that have been recompiled for xop2.3, with the compiler used for that. Empty entries mean that the corresponding executables are taken (copied) from xop2.1  

-------------------------------------------------------------------------------
Dir             File      Linux      Sun5      Windows       MacOS
-------------------------------------------------------------------------------
CRYSTAL         diff_pat  g95        g95       g95           g95
CRYSTAL_BENT    cryst_za  g77
                cryst_ml  g77
                cryst_pp  g77
                cryst_tt  g77
DEJUS           us        g77
                ws        g77
                tc        g77
INPRO           inpro     g95        g95       g95           g95
MLAYER          mlayer    g95        g95       g95           g95
URGENT          urgent    g95        g95       g95           g95
XCOM31          xcom      g95        g77!!     g95           g95
XTUBES          xtubes    gcc
XTUBE_W         tasmip    gcc
YAUP            bfield    f77
                bfield2   f77
                txt2u     f77
                u2txt     f77
                yaup      f77



Machine and compilers characteristics: 

Linux: 
======
xop2.3/src> uname -a
Linux kukulcan 2.4.20-64GB-SMP #1 SMP Tue Jun 15 09:24:26 UTC 2004 i686
unknown unknown GNU/Linux

xop2.3/src> g77 --version
GNU Fortran (GCC) 3.3 20030226 (prerelease) (SuSE Linux)

xop2.3/src> g95 --version
G95 (GCC 4.0.3 (g95 0.91!) May 29 2007)

xop2.3/src> gcc --version
gcc (GCC) 3.3 20030226 (prerelease) (SuSE Linux)

Windows:
========
Microsoft Windows XP Tablet PC Edition 2005 Version 2002 Service Pack 2
Interl Pentium M 1.20GHz 1.00GB(RAM)

g95 --version
G95 (GCC 4.0.3 (g95 0.91!) Mar 13 2007)


MacOS:
======
cihuapil:~ srio$ uname -a
Darwin cihuapil.esrf.fr 8.10.1 Darwin Kernel Version 8.10.1: Wed May 23
16:33:00 PDT 2007; root:xnu-792.22.5~1/RELEASE_I386 i386 i386

cihuapil:~ srio$ g95 --version
G95 (GCC 4.0.3 (g95 0.91!) Aug 10 2007)


Solaris:
========
[105] % uname -a
SunOS kidiboo 5.9 Generic_117171-05 sun4u sparc SUNW,Sun-Fire-V440

[106] % g77 --version
GNU Fortran (GCC) 3.3

[107] % g95 --version
G95 (GCC 4.0.3 (g95 0.91!) Feb 26 2008)


