pfft icon indicating copy to clipboard operation
pfft copied to clipboard

Parallel fast Fourier transforms

Results 23 pfft issues
Sort by recently updated
recently updated
newest added

For example, the library built from easybuild produces: ```console $ readelf -d $EBROOTPFFT/lib/libpfft.so Dynamic section at offset 0x2ed38 contains 30 entries: Tag Type Name/Value 0x0000000000000001 (NEEDED) Shared library: [libm.so.6] 0x0000000000000001...

I was trying to install this library on a supercomputing cluster. However, I can only install it locally in my home directory, since I do not have authorisation to install...

Hello, I try to compile PFFT for Android. I was expecting to build it for the multiple architecture that I have to support (armeabi-v7a and arm64-v8a) by adding first parameters...