Mail Archives: pgcc/1998/03/26/07:33:44
>> > GNU Fortran Front End version 0.5.22-19970929
>> > test.f: In subroutine `sub':
>> > test.f:12:
>> > subroutine sub(b)
>> > ^
>> > Array `b' at (^) is too large to handle
>>=20
>> GAUSSIAN?
>Yes, the one I'm trying to compile now is Gaussian94.
>A 40% speed improvement would be measured in DAYS, so it's worth all the
>trouble...
I compiled g94 successfully using f2c/pgcc. It required some manual work
(random number generator), but now everything works pretty well.
The speed improvement is really 25-40% in comparison with gcc 2.7.2.1.
I don't even try g77, as my friend compiled other quantum chemistry
code (GAMESS) with g77 and it doesn't work properly.
The large library of g94 subroutines (util.a) has been compiled as
shared library. Now I have the smallest g94 (about 10 MB of disk space
instead of over 30 MB).
Krzysztof Strasburger
- Raw text -