<div dir="ltr"><div>Dear cp2k developers</div><div><br></div><div>I compiled cp2k-7.1 on Cygwin-Windows with:<br>gcc (gfortran) 4.9.3<br>lapack 3.5.0<br>fftw3 3.2.2<br>libxc 4.0.4<br>libint 2.6.0 (lmax=4)<br>spglib 1.10.4<br>sirius 6.3.1</div><div><br></div><p>The arch file is as follows:</p><p>CC       = cc<br>CPP      = </p><p>FC       = gfortran<br>LD       = gfortran</p><p>AR       = ar -r</p><p>CPPFLAGS = <br>DFLAGS   = -D__GFORTRAN -D__FFTW3 -D__LIBINT -D__LIBXC -D__SPGLIB -D__SIRIUS<br>FCFLAGS  = -g -O2 -funroll-loops -ftree-vectorize -march=native -ffree-form $(DFLAGS) -I/c/cygwin/usr/local/include -I/c/cygwin/usr/local/sirius<br>LDFLAGS  = $(FCFLAGS) <br>LIBS     = -llapack -lblas -lfftw3 -lderiv -lint2 -L/c/cygwin/usr/local/lib -lsymspg <br>LIBS   +=  -lsirius -lgsl -lhdf5 -lz -ldl -lm -fopenmp /lib/gcc/i686-pc-cygwin/4.9.3/libstdc++.a<br>LIBS   +=  /usr/lib/libgsl.dll.a /lib/libmpi.dll.a /lib/libmpi_cxx.dll.a /lib/libxc.a /lib/libxcf03.a /usr/local/lib/libsymspg.dll.a /usr/lib/libhdf5.dll.a /usr/lib/libhdf5_hl.dll.a /usr/lib/libhdf5.dll.a /lib/liblapack.dll.a /lib/libblas.dll.a /lib/libfftw3.dll.</p><div>OBJECTS_ARCHITECTURE = machine_gfortran.o</div><div><br></div><p>cp2k.sopt was built successfully, but this do not not work for any inputs with the following message:</p><div>*** The MPI_Comm_rank() function was called before MPI_INIT was invoked.<br>*** This is disallowed by the MPI standard.<br>*** Your MPI job will now abort.<br>Local abort before MPI_INIT completed successfully; not able to aggregate<br>error messages, and not able to guarantee that all other processes were killed!</div><div><br></div><p>The output files were generated, but they were all empty files.<br>The error details are unknown. &GLOBAL PRINT_LEVEL DEBUG was of no effect.</p><p>Options such as "--help or --version" work fine.</p><div>Sirius 6.3.1 was built with fftw3 3.2.2, libxc 4.0.4, gsl 1.16.2, hdf5 1.8.16, openmpi 1.8.8 and spglib 1.10.4 on Cygwin-Windows.<br>Elpa and scalapack were not used. </div><div><br></div><div>Any ideas would be appreciated.</div><div><br></div><div>Thank you in advance.</div><div><br></div><div>Aoyama Iwao</div></div>