- Marquer comme nouveau
- Marquer
- S'abonner
- Sourdine
- S'abonner au fil RSS
- Surligner
- Imprimer
- Signaler un contenu inapproprié
Machine architecture- Intel dual-Nocona (EMT64) 3.2 GHz based with 4 GB RAM .
The complier used is l_fc_p_9.0.021 with RHEL-4 64bit OS.
The following error occurred while compiling a program that requires more than 2GB memory.
We are using static memory allocation.
/tmp/ifort6dAX75.o(.text+0x28d): In function `MAIN__':
: relocation truncated to fit: R_X86_64_32S mat_
/tmp/ifort6dAX75.o(.text+0x2cb): In function `MAIN__':
: relocation truncated to fit: R_X86_64_32S mat_
/tmp/ifort6dAX75.o(.text+0x2eb): In function `MAIN__':
: relocation truncated to fit: R_X86_64_32S mat_
/tmp/ifort6dAX75.o(.text+0x35d): In function `MAIN__':
: relocation truncated to fit: R_X86_64_PC32 mat_
/tmp/ifort6dAX75.o(.text+0x388): In function `MAIN__':
: relocation truncated to fit: R_X86_64_PC32 mat_
/tmp/ifort6dAX75.o(.text+0x3b3): In function `MAIN__':
: relocation truncated to fit: R_X86_64_PC32 mat_
/tmp/ifort6dAX75.o(.text+0x450): In function `MAIN__':
: relocation truncated to fit: R_X86_64_32S all_
/tmp/ifort6dAX75.o(.text+0x496): In function `MAIN__':
: relocation truncated to fit: R_X86_64_PC32 all_
/tmp/ifort6dAX75.o(.text+0x50d): In function `MAIN__':
: relocation truncated to fit: R_X86_64_PC32 all_
/tmp/ifort6dAX75.o(.text+0x519): In function `MAIN__':
: relocation truncated to fit: R_X86_64_32S all_
/tmp/ifort6dAX75.o(.text+0x5d3): In function `MAIN__':
: additional relocation overflows omitted from the output
The complier used is l_fc_p_9.0.021 with RHEL-4 64bit OS.
The following error occurred while compiling a program that requires more than 2GB memory.
We are using static memory allocation.
/tmp/ifort6dAX75.o(.text+0x28d): In function `MAIN__':
: relocation truncated to fit: R_X86_64_32S mat_
/tmp/ifort6dAX75.o(.text+0x2cb): In function `MAIN__':
: relocation truncated to fit: R_X86_64_32S mat_
/tmp/ifort6dAX75.o(.text+0x2eb): In function `MAIN__':
: relocation truncated to fit: R_X86_64_32S mat_
/tmp/ifort6dAX75.o(.text+0x35d): In function `MAIN__':
: relocation truncated to fit: R_X86_64_PC32 mat_
/tmp/ifort6dAX75.o(.text+0x388): In function `MAIN__':
: relocation truncated to fit: R_X86_64_PC32 mat_
/tmp/ifort6dAX75.o(.text+0x3b3): In function `MAIN__':
: relocation truncated to fit: R_X86_64_PC32 mat_
/tmp/ifort6dAX75.o(.text+0x450): In function `MAIN__':
: relocation truncated to fit: R_X86_64_32S all_
/tmp/ifort6dAX75.o(.text+0x496): In function `MAIN__':
: relocation truncated to fit: R_X86_64_PC32 all_
/tmp/ifort6dAX75.o(.text+0x50d): In function `MAIN__':
: relocation truncated to fit: R_X86_64_PC32 all_
/tmp/ifort6dAX75.o(.text+0x519): In function `MAIN__':
: relocation truncated to fit: R_X86_64_32S all_
/tmp/ifort6dAX75.o(.text+0x5d3): In function `MAIN__':
: additional relocation overflows omitted from the output
- Balises:
- Intel® Fortran Compiler
Lien copié
4 Réponses
- Marquer comme nouveau
- Marquer
- S'abonner
- Sourdine
- S'abonner au fil RSS
- Surligner
- Imprimer
- Signaler un contenu inapproprié
Have you read earlier posts on this forum regarding x86-64 static memory limitations, and desirability of a more current compiler version?
- Marquer comme nouveau
- Marquer
- S'abonner
- Sourdine
- S'abonner au fil RSS
- Surligner
- Imprimer
- Signaler un contenu inapproprié
I have checked the earlier posts. They do not address for the latest version of the fortran compiler version in my previous posting.
- Marquer comme nouveau
- Marquer
- S'abonner
- Sourdine
- S'abonner au fil RSS
- Surligner
- Imprimer
- Signaler un contenu inapproprié
The following command allows unlimited memory for the executable of a single program.
ifort -i-dynamic -mcmodel=large -o filename
Thanks
ifort -i-dynamic -mcmodel=large -o filename
Thanks
- Marquer comme nouveau
- Marquer
- S'abonner
- Sourdine
- S'abonner au fil RSS
- Surligner
- Imprimer
- Signaler un contenu inapproprié
I apologize for an error in the previous posting. The command is-
ifort -i-dynamic -mcmodel=large filename.f -o filename
The above allows unlimited memory for the executable of a single program in EMT64 based 4GB memory processor machine with intel fortran 90 compiler, version l_fc_p_9.0.021. Thanks
ifort -i-dynamic -mcmodel=large filename.f -o filename
The above allows unlimited memory for the executable of a single program in EMT64 based 4GB memory processor machine with intel fortran 90 compiler, version l_fc_p_9.0.021. Thanks
Répondre
Options du sujet
- S'abonner au fil RSS
- Marquer le sujet comme nouveau
- Marquer le sujet comme lu
- Placer ce Sujet en tête de liste pour l'utilisateur actuel
- Marquer
- S'abonner
- Page imprimable