Pavanakumar Mohanamuraly
Pavanakumar Mohanamuraly
@jrevels Can you explain this code? I know this implements what is said in #263 I am newcomer to Julia and want to implement this for a function f'(x) *...
An update on the problem. Indeed MMG3D did not change the reference but is adding new ones; in my case it is adding node reference "1". So I added an...
I am working on the minimum 3D mesh and will post it soon. The one I have right now is not sharable.
The HDF5 version is 1.8.21 installed from source without MPI (serial version) on gcc-8.3. The C_INCLUDE_PATH points to the include folder of the HDF5 installation (/opt/hdf5/1.8.21/include). How do I specify...
HDF5 does not provide PKG_CONFIG files by itself. Do you mean I must make my own hdf5.pc? If one has to manually specify, then HDF5-cffi should provide an example hdf5.pc...
> on what platform does it not work ? This is failing on my Mac 11.7 (BigSur) and I installed guile using homebrew > maybe we dont watn to force...
> > It is using the GUILE_CONFIG_EXECUTABLE=guile-config command that in turn is a wrapper over pkg-config. > > No, `guile-config` is _not_ a wrapper around `pkg-config`. It is installed as...
More than raw MPI-IO I would suggest to link cl-mpi with the [hdf5-cffi](https://github.com/HDFGroup/hdf5-cffi) project to do parallel HDF5 IO. This would attract more users than raw MPI-IO and well worth...
The posted example uses glad instead of gl3w. But the issue persists in both cases on my Mac. I tried this on Linux and this works for me as well...
I'm working on a new feature that automatically arranges the graph nodes based on [OGDF](https://github.com/ogdf/ogdf) library. It is quite useful when you are dealing with huge/massive graphs that you wish...