Skip to content
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

code not compiling #378

Closed
luet opened this issue May 1, 2015 · 1 comment
Closed

code not compiling #378

luet opened this issue May 1, 2015 · 1 comment
Labels

Comments

@luet
Copy link
Contributor

luet commented May 1, 2015

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

@luet luet added the bug label May 1, 2015
@komatits
Copy link
Contributor

komatits commented May 1, 2015

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.

Dimitri Komatitsch
CNRS Research Director (DR CNRS), Laboratory of Mechanics and Acoustics,
UPR 7051, Marseille, France http://komatitsch.free.fr

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants