[pyfrmailinglist] Re: What is the build option requirement of CGNS for pyfr 1.5.0?

2017-01-14 Thread Yoshiaki Abe
e. ccmake > tells me it cannot find hdf5-config.cmake which is assumed to be in > HDF5_DIR. > Could you tell me the version of your OS and cmake? > > I am > > On Friday, January 13, 2017 at 7:26:53 PM UTC+8, Yoshiaki Abe wrote: >> >> Your libcgns.so seems

[pyfrmailinglist] Re: cgnslib.h not found

2018-03-21 Thread Yoshiaki Abe
Hi Mahmood, Sorry, I have posted my reply to the wrong thread. I would recommend to build and install from the source using cmake: http://cgns.sourceforge.net/download.html Then, export LD_LIBRARY_PATH=the path to libcgns.so. It is also important to appropriately link HDF5 library in

Re: [pyfrmailinglist] Re: cgnslib.h not found

2018-03-22 Thread Yoshiaki Abe
It is not mandatory to install cgns if you can use gmsh (.msh) format. Regards, Yoshiaki On Thursday, March 22, 2018 at 7:25:41 AM UTC, Mahmood Naderan wrote: > > >It is also important to appropriately link HDF5 library in libcgns.so, > which is discussed in the following thread: >

[pyfrmailinglist] Re: import CGNS mesh

2020-02-06 Thread Yoshiaki Abe
cc@bilbo:/data/projects/JrcC/pyfr/cgns_test$ ls > yf17.cgns yf17_hdf5.cgns > > > Junting Chen > > On Tuesday, February 4, 2020 at 10:15:56 PM UTC-5, Yoshiaki Abe wrote: >> >> Hi Junting, >> >> I have succeeded to use the latest pyfr and CGNS3.4.0 to imp

[pyfrmailinglist] Re: import CGNS mesh

2020-02-04 Thread Yoshiaki Abe
Hi Junting, I have succeeded to use the latest pyfr and CGNS3.4.0 to import both yf17.cgns.gz and yf17_hdf5.cgns.gz . So, I would recommend to build and install from the source