fortran - Installing HDF5 library on Cygwin: "make check" stuck at testswmr.sh, no error message -


i installing hdf5 library, more precisely hdf5-1.10.0-patch1, on cygwin, want use fortran. following instructions hdfgroup website (here link), did following:

./configure --enable-fortran make > "out1_check.txt" 2> "warn1_check.txt" & make check > "out2_check.txt" 2> "warn2_check.txt" & 

the execution of last command (make check) proceeds should, until gets stuck. process not stop , happening (8-12% cpu in use sh.exe, 39 hours of cpu time) "out2_check.txt" looks like

making check in src ... [many successful checks] ... ============================ no need test testlinks_env.sh again. ============================ ============================ testing testswmr.sh 

unfortunately, not have output file first run of make check, did not contain more information on testing testswmr.sh. there never error message.

so, testswmr.sh, why stuck , how can finalize installation process? maybe can skip remaining checks , proceed make install?

important note: older version of hdf5 installed cygwin repo. not seem support fortran however, decided install current version myself.

available (and used) compilers gcc , gfortran.

as far can tell, intel fortran supported on windows. there no cygwin download here https://support.hdfgroup.org/hdf5/release/obtain518.html , have never come across report of experience cygwin/fortran/hdf5.

your options:

  1. use intel fortran
  2. use linux or mac

sorry


Comments

Popular posts from this blog

inversion of control - Autofac named registration constructor injection -

verilog - Systemverilog dynamic casting issues -

ios - Change Storyboard View using Seague -