how can I compile the source code
hello
I want to modify the source file for my own case, but I can't compile the source code even when I make no change. I just open the .sln file in VS2015 and use the default setting. CUDA 9.1 is also installed properly. The error is "LINK : fatal error C1047: The object or library file 'Intermediate/DualSPHysics_Release_x64/Functions.obj' was created with an older compiler than other objects; rebuild old objects and libraries"
please tell me how to compile the source code in a right way.
thank you very much!
I want to modify the source file for my own case, but I can't compile the source code even when I make no change. I just open the .sln file in VS2015 and use the default setting. CUDA 9.1 is also installed properly. The error is "LINK : fatal error C1047: The object or library file 'Intermediate/DualSPHysics_Release_x64/Functions.obj' was created with an older compiler than other objects; rebuild old objects and libraries"
please tell me how to compile the source code in a right way.
thank you very much!
Comments
In fact CUDA 9.2 was released just some days after CUDA 9.1 ))
We will update the package soon with .sln supporting CUDA 9.2
Regards
https://github.com/DualSPHysics/DualSPHysics#building-the-project
I have the same issue with the new release that the release build generates the following error:
C1047 The object or library file 'Intermediate/DualSPHysics_Release_x64/Functions.obj' was created with an older compiler than other objects; rebuild old objects and libraries
Is there solution to this?
Regards