10:48:41 AM PST - Wed, Feb 17th 2016 |
|
Quote:KAZat Feb 17th 1:23 amThank you for reply.
linux432:/MD/azat/nwchem-6.6/src/tce # make
gfortran -c -m64 -ffast-math -Warray-bounds -fdefault-integer-8 -march=native -mtune=native -finline-functions -O2 -g -fno-aggressive-loop-optimizations -g -O -I. -I./include -I/MD/azat/nwchem-6.6/src/include -I/MD/azat/nwchem-6.6/src/tools/install/include -DGFORTRAN -DCHKUNDFLW -DGCC4 -DGCC46 -DEXT_INT -DLINUX -DLINUX64 -DPARALLEL_DIAG -DTCE_CUDA tce_energy.F
tce_energy.F:3384.13:
zwrite(6,*) ' executing CUDA '
1
Error: Unclassifiable statement at (1)
make: *** [/MD/azat/nwchem-6.6/lib/LINUX64/libtce.a(tce_energy.o)] Error 1
Please go ahead and edit the tce_energy.F by changing zwrite to write. Next, re-compile and re-link
|