Burlen Loring

Results 43 comments of Burlen Loring

compiler version ``` $gcc --version Configured with: --prefix=/Library/Developer/CommandLineTools/usr --with-gxx-include-dir=/usr/include/c++/4.2.1 Apple LLVM version 9.0.0 (clang-900.0.38) Target: x86_64-apple-darwin16.7.0 Thread model: posix InstalledDir: /Library/Developer/CommandLineTools/usr/bin ```

@khuck Thank you! your patch fixed the mac build. You mentioned you hadn't tested on linux, so I gave it run. it breaks the linux build. error looks familiar. ```...

Yes, I noticed that using write block 0 works with MPI/BP. However, when when using FLEXPATH method, the program spits out an error message ``` ERROR: Flexpath error: Variable "dataset_0/array_0/number_of_elements"...

> Maybe this can help? Thanks! It was helpful.

v13.0.0 (from tarballs) has the same issue, as does HEAD on master (as of today)

I found many such issues so far

I found some more info here: https://github.com/arentoine/gosync/wiki Seems like google may have changed their pages / interface. These instructions are not working for me.

I had this problem too. we work around by telling pip `--no-dependencies` when installing tcpyPI. In our case we are currently using numpy 1.19. tcpyPI seems to work fine with...

for context our [code](https://github.com/LBL-EESA/TECA) parallelizes calculations over space and time such that a large climate dataset can be processed concurrently using high performance computing hardware. Various pieces of the system...