- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
I am a new user of Xcode and intel fortran. I encounter the following problem and hope to get some help! Thanks!!
I tried to build and run the following simple fortran 90 code:
subroutine hello(a,b)
implicit none
real,intent(out):: a
real,intent(in):: b
a = b
end subroutine
However, the Xcode gave me an error message as:
"Command /Developer/usr/local/bin/ifort-11.1-base/bin/intel64/ifort failed with exit code 1"
As it provides no further details, I have no clue about what the error is about... Thanks!!
- Marcas:
- Intel® Fortran Compiler
Link copiado
2 Respostas
- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
there is not enough information here to go on. You are using an 11.1 compiler. The newest version of this compiler was validated against Xcode 3.2.2. What version of Xcode are you using? Versions 4.0 and 4.1 will not work with this compiler.
Does this code compile from the command line?
ron
Does this code compile from the command line?
ron
- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
I use Xcode 3.2. I figured out the problem was that I forgot to include a "main" file in the resource folder. It was a silly mistake. Thanks for the reply!
Responder
Opções do tópico
- Subscrever fonte RSS
- Marcar tópico como novo
- Marcar tópico como lido
- Flutuar este Tópico para o utilizador atual
- Marcador
- Subscrever
- Página amigável para impressora