We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using Intel 14.0
./configure FC=ifort CC=icc MPIFC=mpif90 MPICC=mpicc make -j 8 ifort -g -xHost -fpe0 -ftz -assume buffered_io -assume byterecl -align sequence -vec-report0 -std03 - diag-disable 6477 -implicitnone -gen-interfaces -warn all -O3 -check nobounds - DFORCE_VECTORIZATION -mod ./obj -I./obj -I. -I. -I./setup -c -o obj/write_movie_output.solverstatic.o src/specfem3D/write_movie_output.f90 src/specfem3D/write_movie_output.f90(52): error #6401: The attributes of this name conflict with those made accessible by a USE statement. [SCALINGVAL] double precision :: scalingval ----------------------^ compilation aborted for src/specfem3D/write_movie_output.f90 (code 1)
This first appeared with @danielpeter commit: d5649d5
The text was updated successfully, but these errors were encountered:
Already fixed (does not happen with the current devel).
On 05/01/2015 09:14 PM, David Luet wrote:
Using Intel 14.0 | ./configure FC=ifort CC=icc MPIFC=mpif90 MPICC=mpicc make -j 8 ifort -g -xHost -fpe0 -ftz -assume buffered_io -assume byterecl -align sequence -vec-report0 -std03 - diag-disable 6477 -implicitnone -gen-interfaces -warn all -O3 -check nobounds - DFORCE_VECTORIZATION -mod ./obj -I./obj -I. -I. -I./setup -c -o obj/write_movie_output.solverstatic.o src/specfem3D/write_movie_output.f90 src/specfem3D/write_movie_output.f90(52): error #6401: The attributes of this name conflict with those made accessible by a USE statement. [SCALINGVAL] double precision :: scalingval ----------------------^ compilation aborted for src/specfem3D/write_movie_output.f90 (code 1) | This first appeared with @danielpeter https://github.com/danielpeter commit: d5649d5 d5649d5 — Reply to this email directly or view it on GitHub #378.
| ./configure FC=ifort CC=icc MPIFC=mpif90 MPICC=mpicc
make -j 8
ifort -g -xHost -fpe0 -ftz -assume buffered_io -assume byterecl -align sequence -vec-report0 -std03 - diag-disable 6477 -implicitnone -gen-interfaces -warn all -O3 -check nobounds - DFORCE_VECTORIZATION -mod ./obj -I./obj -I. -I. -I./setup -c -o obj/write_movie_output.solverstatic.o src/specfem3D/write_movie_output.f90 src/specfem3D/write_movie_output.f90(52): error #6401: The attributes of this name conflict with those made accessible by a USE statement. [SCALINGVAL] double precision :: scalingval ----------------------^ compilation aborted for src/specfem3D/write_movie_output.f90 (code 1) |
This first appeared with @danielpeter https://github.com/danielpeter commit: d5649d5 d5649d5
— Reply to this email directly or view it on GitHub #378.
Dimitri Komatitsch CNRS Research Director (DR CNRS), Laboratory of Mechanics and Acoustics, UPR 7051, Marseille, France http://komatitsch.free.fr
Sorry, something went wrong.
No branches or pull requests
Using Intel 14.0
This first appeared with @danielpeter commit: d5649d5
The text was updated successfully, but these errors were encountered: