-
Notifications
You must be signed in to change notification settings - Fork 229
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
compilation failed #631
Comments
Hi Clément, Coming from your new KH integrals maybe? Please doublecheck. Thanks, On 09/22/2015 10:18 PM, Kangchen Bai wrote:
Dimitri Komatitsch |
I don't have any problem of compilation on my side, and this changes passed the buildbot, with ifort and ifort mpi. Can you compile it with debug mode to have more information of the compilation error please ? |
It is probably SURFACE_OR_VOLUME_INTEGRAL_ON_WHOLE_DOMAIN that is Dimitri On 09/23/2015 02:32 PM, Clément Durochat wrote:
Dimitri Komatitsch |
In which module did you see that ? I never put this routine in a module, and with grep I don't see it in any module... ? |
There is just a constant in constants.h.in, called "Surf_or_vol_integral", but the problem can't came from here. |
Are you sure that your last git pull was ok ? |
Do you have the same problem with mpif90 instead of mpiifort? Thanks, On Wed, Sep 23, 2015 at 9:04 AM, Clément Durochat notifications@github.com
David Luet |
It seems to work for me. Here is what I have:
And here is what I do:
Can you do the exact same steps and send us the output? |
src/specfem3D/integrals_on_whole_domain.f90(31): error #5508: Declaration of routine 'SURFACE_OR_VOLUME_INTEGRAL_ON_WHOLE_DOMAIN' conflicts with a previous declaration
I am using mpiifort/ifort compiler.
The text was updated successfully, but these errors were encountered: