[CPMD-list] CPMD under Cygwin
Thierry Deutsch
tdeutsch at cea.fr
Thu Mar 20 12:31:29 CET 2003
Hello,
CPMD does not work with g77 because it uses Cray pointer.
I have tried to write a version (using a script of conversion) for g77.
This version uses an offset for the index of the arrays.
work (i) is replaced by work(i+offset) and we use a routine in C to allocate
memory.
So this approach does not work yet because it is tricky to consider all the
cases inside 150000 lines of code.
Intel Fortran Compiler works fine (for Linux).
I do not know if someone has tried to build CPMD under Windows.
Thierry Deutsch
More information about the CPMD-list
mailing list