pnorbert
pnorbert
It doesn't hurt to increase the version requirement for blosc2.
We need .F90 if the file contains C style macros and headers (i.e. # character). The capital letter is commonly understood by Fortran compilers to call the pre-processor on them...
Does this connection launch the remote server? If not, how do you start it up on demand?
With BP5. bpls works as expected: ``` adios@LAP131864:~/ADIOS2/build.debug$ ./bin/bpls -l values.bp -d LocalString string LocalString {4} (0) "cdefghijk" "lmno" "mnopq" "gh" adios@LAP131864:~/ADIOS2/build.debug$ ./bin/bpls -l values.bp -d LocalString -D string LocalString...
With BP4, bpls output is identical to BP5. There is only 1 issue with reading all blocks of a global value using `SetBlockSelection`. Relevant output of adios2_basics_valuesRead (and adios2_basics_valuesReadRandom): ```...
@vicentebolea Could we have adios2::core target available during the adios build too? External codes have to use adios2::core when trying to use adios2::helper functions. During the adios build, adios2_core is...
The opposite. Projects can use adios2::core once they find_package(adios2). They cannot use adios2_core as target. However, when building adios itself, the examples have no access to adios2::core yet, but they...
Actually, it would be simpler if the adios2::cxx11 adios2::cxx11_mpi targets would already add libadios2_core.so to the linker line. We have been installing all the headers to include/adios2 for a while...
My opinion is to remove the example and have a Julia directory with a single README.me to point to the Julia tutorials. Another option would be to sub to that...
SST has had support for this for a while now, but SSC still doesn't