Meissner examples - the last one to fall

Dominique Dhumieres dominiq@lps.ens.fr
Mon Oct 3 20:13:00 GMT 2005


> ... all the Polyhedron tests working ...

That was true for the last three 4.1 snapshots on Mac OSX 10.3.9.
Unfortunately the 20051001 does not compile several of them:

(1) induct.f90 gives a bunch of errors:

...
public :: mutual_ind_quad_cir_coil
                                 1
Error: 'rect_inductor' is a PRIVATE type and cannot be a dummy argument of 'mutual_ind_quad_cir_coil', which is PUBLIC at (1)
 In file induct.f90:1824

...
Fatal Error: Can't open module file 'gen_resq_mesh_m.mod' for reading at (1): No such file or directory

(2) protein.f90 returns:

/sw/lib/odcctools/bin/ld: Undefined symbols:
__gfortran_transfer_array
collect2: ld returned 1 exit status

(3) test_fpu.f90 returns:

/sw/lib/odcctools/bin/ld: Undefined symbols:
__gfortran_internal_realloc
collect2: ld returned 1 exit status

Concerning the Meissner's examples, with the two latest snapshots I get:

[karma] f90/Meissner% gfortran Literate.f90
Literate.f90:0: internal compiler error: in gfc_get_derived_type, at fortran/trans-types.c:1459
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

and the program Array_List.f90 (use compound.txt) does not give the right
result.

Am I doing something wrong, or is there something special with Mac OSX?

Dominique

PS In the link of the original mail, the file "ising.dat" is
obviously wrong. Is there some place where I can find the
right one. TIA



More information about the Fortran mailing list