Hi,
My apologies if I did not post this inquiry in the appropriate place. First, I think its great that this code has been
open sourced.
I am having trouble compiling readTSC.C. I have tried g++ 4.1.2 and icc 9.1.42. They both complain about
asm statements not being supported and unable to parse line 26. The architecture is an SGI Altix.
Many thanks,
Nichols A. Romero
SGI Altix - asm error
Forum rules
You must be a registered user to post in this forum. Registered users may also post new topics if they consider that their subject do not correspond to any topic already present on the forum.
You must be a registered user to post in this forum. Registered users may also post new topics if they consider that their subject do not correspond to any topic already present on the forum.
-
- Posts: 3
- Joined: Wed Jun 18, 2008 2:16 am
Re: SGI Altix - asm error
Hi,
I tried to compile the readTSC.C function with both icc (v10.1.15) and g++ (v4.1.2) and it works fine on Intel(R)-64 - linux fedora 8. Could you please post the exact error message you get during the compilation and the .mk include file you used? Is the error message something like:
I tried to compile the readTSC.C function with both icc (v10.1.15) and g++ (v4.1.2) and it works fine on Intel(R)-64 - linux fedora 8. Could you please post the exact error message you get during the compilation and the .mk include file you used? Is the error message something like:
In this case, maybe you should try first to update the glibc development library.... error: asm statements not supported in this environment
{ return __glibcpp_...; }
-
- Site Admin
- Posts: 167
- Joined: Tue Jun 17, 2008 7:03 pm
Re: SGI Altix - asm error
Hi,
The readTSC.C file is really only used in some test programs to have accurate timings. It is not used in Qbox itself. On the SGI Altix, you can remove the line
PLTOBJECTS = readTSC.o
from the Makefile header.
The readTSC.C file is really only used in some test programs to have accurate timings. It is not used in Qbox itself. On the SGI Altix, you can remove the line
PLTOBJECTS = readTSC.o
from the Makefile header.
-
- Posts: 32
- Joined: Sun Jun 22, 2008 2:56 pm
Re: SGI Altix - asm error
Hi,
In answer to ivan's inquiry, the is precisely the error message I received: "asm statements not supported in this environment."
I later realized that it was not an essential part of QBox so I just ended up omitting it. (which is what fgygi recommended)
I would appreciate any recommendations for a compiler + math libraries combination for the SGI Altix. I tried gcc 4.1.2
and the SGI -lscs -lsdsm but I could never resolve all the dependencies. The preferred compiler on the SGI Altix seems
to be icc.
In answer to ivan's inquiry, the is precisely the error message I received: "asm statements not supported in this environment."
I later realized that it was not an essential part of QBox so I just ended up omitting it. (which is what fgygi recommended)
I would appreciate any recommendations for a compiler + math libraries combination for the SGI Altix. I tried gcc 4.1.2
and the SGI -lscs -lsdsm but I could never resolve all the dependencies. The preferred compiler on the SGI Altix seems
to be icc.
-
- Site Admin
- Posts: 167
- Joined: Tue Jun 17, 2008 7:03 pm
Re: SGI Altix - asm error
Here is a Makefile header that I have used some time ago on NCSA Cobalt, which is an SGI Altix.
Francois
Francois
- Attachments
-
- Cobalt.mk
- (2.09 KiB) Downloaded 1103 times