On 1/7/2018 10:38 AM, dan...@poradnik-webmastera.com wrote:
> time command does not show CPU time for MinGW binaries. I have this
> sample piece of code:
>
> #include
> #include
>
> #define N 10
> #define K 1
>
> double data[N];
>
> int main()
> {
> clock_t t = clock();
> for
Version 1.8.20-1 of
hdf5
libhdf5-devel
libhdf5_10
libhdf5cpp_15 (C++ api bumped)
libhdf5hl_10
libhdf5hlcpp_11
for cygwin have been uploaded.
CHANGES
This is a new upstream release.
For the full list of changes:
https://support.hdfgroup.org/ftp/HDF5/current18/src/hdf5-1.8.20-REL
time command does not show CPU time for MinGW binaries. I have this
sample piece of code:
#include
#include
#define N 10
#define K 1
double data[N];
int main()
{
clock_t t = clock();
for (unsigned long n = 0; n < N; ++n)
for (unsigned long k = 0; k < K; ++k)
Hello,
I have been using cygwin as my local PHP development suite, and for some
time now, PHP has been crashing on files that are a multiple of 4k in
size. Just run this in your terminal to observe the crash:
kbs1@DESKTOP-QR0EO0L /cygdrive/c/Users/kbs1/Desktop
$ if [ -f test.php ]; then rm test.p
4 matches
Mail list logo