LadaF / PoisFFT

Free parallel fast Poisson solver. Requires FFTW3 and optionally PFFT.
Other
55 stars 18 forks source link

How to use PoisFFT from Visual Studio #6

Closed hamiderfani closed 2 years ago

hamiderfani commented 6 years ago

dear LadaF; I want to solve a hydrological problem using your solver in 2D and 3D. I have a problem compiling the files in windows visual studio for FORTRAN; Can you please help me in this regard?

Many thanks in advance

LadaF commented 6 years ago

Hi, I do not use Visual Studio. Note that Visual Studio is not a Fortran Compiler, it is just an editor and a build system. The steps may differ between different Compilers. Are you using Intel Visual Fortran or some other Fortran compiler?

I suggest to compile PoisFFT using scons by calling the appropriate compiler in the command line (probably it is ifort). Then you can find out how to link it from Visual Studio.