summaryrefslogtreecommitdiff
path: root/lib/make/known-architectures/linux
Commit message (Expand)AuthorAge
...
* Don't depend anymore on IA32ROOT or IA64ROOT to be set.tradke2004-06-28
* Set LIBS and LIBDIRS to point to the gnu95 library if F90 wasn't configuredtradke2004-06-21
* For IA64: Reduced C/CXX/Fortran optimization level from '-O3' (which causedtradke2004-06-09
* Don't try to link against libgfortran when using GNU g95.tradke2004-05-26
* Some more optimization for Portland compilers.tradke2004-05-07
* Frank Loeffler's patch: explicitely set CACHELINE_SIZE on x86_64 to 64 bytes.tradke2004-05-07
* No need anymore to check for both OPTIMISE and OPTIMIZE. This is now alreadytradke2004-04-22
* Remove syntax error (forgotten ;;)schnetter2004-04-10
* When using Intel compilers:tradke2004-04-01
* Set default optimization flags for gfortran compiler to '-O3 -funroll-loops'.tradke2004-03-31
* Changed method of finding portland compiler libraries.goodale2004-03-30
* Fixed path to cpp.tradke2004-03-29
* Latest Absoft compilers don't give output from -V flag unlessgoodale2004-03-28
* Split into sections for IA32 and IA64 under intel compilersallen2004-03-23
* Making the default FPP and FPPFLAGS be /usr/bin/cpp -traditional.goodale2004-03-22
* Fixed order of intel libraries to link against.tradke2004-03-18
* Update to gcc flags - put higher optimisation, and use -pipe for speed.goodale2004-02-20
* For Intel compiler optimization: use '-xN' instead of '-xW' as the first optiontradke2004-02-18
* Add svml to the list of intel libraries.tradke2004-02-12
* If the processor type is Pentium4 (ie. supports SSE2 instructions) switch ontradke2004-02-08
* Redirect stderr when checking for gfortran.schnetter2004-02-06
* Autodetect gfortran, the new GNU Fortran compiler, on Linux. Theschnetter2004-02-05
* Support for Intel compilers version 8.tradke2003-12-17
* Updated test for whether g77 needs libf2c or libg2c. If anyone still hasgoodale2003-05-26
* Rename CCTK_L2_CACHE_SIZE to CCTK_CACHE_SIZE andallen2003-04-30
* powerpc has 32 byte cachelinerideout2003-04-25
* For whatever reason, g77 on the powerpc does not use f2c.rideout2003-04-24
* Recognize GNU f77 also on RH 8.0 systems.tradke2003-01-28
* Fixed typo in library name for Portland compilers.allen2003-01-14
* Fix for latest PGI compilers (4.0-2), where the libraries need to be in a dif...allen2002-12-21
* Fixed linking when using intel compilers but not linking with intel for IA64allen2002-09-24
* Take the value of `basename $CC` when checking for a specific C compiler.tradke2002-07-01
* trivial typo fixrideout2002-05-29
* Added Erik's flags for the Intel compilers.tradke2002-05-07
* Added fix for L2_CACHE_SIZE so that if the value isn't found (inallen2002-04-07
* Set F77FLAGS='-f' for Absoft compiler to make it generate case-insensitivetradke2002-03-27
* Took out the '-D_ISOC99_SOURCE' option for Intel's CFLAGS settings.tradke2001-12-19
* Set '-D_ISOC99_SOURCE' to the C/C++ flags for the intel compilers.tradke2001-12-14
* Commented out the '-Qy' LDFLAGS option for IA64 as it isn't needed anymoretradke2001-12-11
* Fixed the path to the icrt.link file on IA64 systems.tradke2001-12-11
* Took out the '-Ofast' optimization option for the SGI IA64 C/C++ compiler.tradke2001-11-08
* Don't use the 'Qy ...' option if ecpc is used as a linker on IA64.tradke2001-10-24
* Set L2_CACHELINE_BYTES (= 128) and L2_CACHE_SIZE (= 2MB) for the IA64.tradke2001-10-24
* More changes for the Intel compilers: if they aren't used for linkingtradke2001-10-24
* Added missing library for Intel fortran compilers.tradke2001-10-23
* Added optimization and debugging flags for the SGI compilers.tradke2001-10-18
* Support for the ecpc Intel C++ compiler on the IA64.tradke2001-10-18
* Added known-arch stuff for NAG fortran compiler.tradke2001-10-14
* Fixed dependency generation macros for Intel compilers.tradke2001-09-24
* Support the new Intel C++/C/Fortran compilers on IA64.tradke2001-09-24