Post a reply
Username:
Note:If not registered, provide any username. For more comfort, register here.
Subject:
Message body:
Enter your message here, it may contain no more than 60000 characters. 

Smilies
:D :) :( :o :shock: :? 8) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :!: :?: :idea: :arrow: :| :mrgreen:
Font size:
Font colour
Options:
BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON
Disable BBCode
Disable smilies
Do not automatically parse URLs
Confirmation of post
To prevent automated posts the board requires you to enter a confirmation code. The code is displayed in the image you should see below. If you are visually impaired or cannot otherwise read this code please contact the %sBoard Administrator%s.
Confirmation code:
Enter the code exactly as it appears. All letters are case insensitive, there is no zero.
   

Topic review - Compiling Singular for best performance
Author Message
  Post subject:  Re: Compiling Singular for best performance  Reply with quote
If your version of gcc supports -march, you may use this.
Also -O3 instead of -O2 may help (but does it not work with gcc 4.6).
For example (assume that your shell is bash):
Code:
export CC="gcc -march=native"
export CXX="g++ -march=native"
export CFLAGS="-O3  -fomit-frame-pointer"
export CXXFLAGS="-O3  -fomit-frame-pointer"
./configure
Post Posted: Fri Jun 22, 2012 3:09 pm
  Post subject:  Compiling Singular for best performance  Reply with quote
While compiling Singular 3-1-3 on Linux, I observed the use of "-g" flag in the output of "make" command. Is this the default flag ? Which options during configure should be used for getting best runtime performance of Singular ?
Post Posted: Fri Jun 22, 2012 6:01 am


It is currently Fri May 13, 2022 10:59 am
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group