Jong Choi

Results 27 comments of Jong Choi

I think he installed python with miniconda3: ``` $ python Python 3.8.11 (default, Jul 29 2021, 14:57:32) [Clang 12.0.0 ] :: Anaconda, Inc. on darwin Type "help", "copyright", "credits" or...

I was able to compile with the following command (with GNU): ``` PREFIX=/dir/to/install ./configure --prefix=$PREFIX \ --enable-dependency-tracking \ --disable-maintainer-mode \ --disable-timers \ --disable-timer-events \ --without-infiniband \ --with-lustre \ --with-dataspaces=$BASEDIR/dataspaces/devel/$TARGET \...

.keys() has been implemented to support tab-completion for ipython. Instead of .keys(), I have created .dirs() for this purpose. So, now you can do, something like, g.dirs() f.dirs() Will this...

I know this is quite confusion. Can we go like this? - adios-nompi (c-library) - adios (c-library with MPI) - pyadios (python wrapper, as in PyPI adios) - pyadios-mpi (python...

I intentionally separated the output style in the following way - using [] makes the output style close to numpy - However, read() remains close to the Adios representation. I...

Currently, without .value or [...] operation, it returns Attr class (or Var class for variables), such as, > > > type(f.attrs['a1']) > > > If there is a variable 'v1',...

Is this fix merged yet? I am getting the same error on my mac.

Thank you for the update. I checked the new code looks ok and compiling goes without any problem. However, I don't know how to test. Do you have any test...

I mean "test" directory in "wrappers/numpy" directory, not in the root.

Sorry for the late reply. Can you add in the pull request branch?