summaryrefslogtreecommitdiff
path: root/lib/make/known-architectures/osf
Commit message (Collapse)AuthorAge
* Remove option '-nopt' from STD_FLAGS. It isn't recognized anymore.tradke2004-09-22
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3865 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Switch off automatic template instantiation when using native C++ compiler.tradke2004-07-05
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3804 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added '-writable_strings' to C*_OPTIMISE_FLAGS which would be disabledtradke2002-06-03
| | | | | | | | | | | by just giving the '-fast' option. This should fix very strange problems occuring eg. in FlexIO routines where it wouldn't accept to write(2) static string constants. problems happening at git-svn-id: http://svn.cactuscode.org/flesh/trunk@2892 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixed typo in most recent commit.tradke2002-04-10
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2705 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Explicitly switch off optimization with '-O0' if OPTIMISE=no.tradke2002-04-10
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2704 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Add the '-pthread' flag to compiler options when compiling with PTHREADS=yes.tradke2002-04-08
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2698 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Undo settings for native MPI which doesn't seem to exist on all OSF machines.tradke2001-11-06
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2456 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Little fix to find out the L2 cachesize for our origin which has processorstradke2001-11-06
| | | | | | | with different cachesizes now. To be sure we just use the smallest one. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2455 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixed compiler flags for native C/C++/Fortran compilers.allen2001-10-10
| | | | | | | This closes PR Cactus/793. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2397 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Change CXX_DEPEND macro only with CXX set to cxx.allen2001-09-04
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2335 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added '-noimplicit_include' to the CXX_DEPEND flags in order to preventallen2001-09-04
| | | | | | | | syntax checking of source files. This caused problems with some macros in the code which are substituted only at a later stage by the perl preprocessor. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2334 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added math lib to the LIBS for OSF. Is needed at least to link Cactustradke2001-01-17
| | | | | | | on OSF5 systems. git-svn-id: http://svn.cactuscode.org/flesh/trunk@1998 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added a "preferred-compilers" section to the known-architecture stuff.goodale1999-10-11
| | | | | | | | | | | Added detection of NULL device, 'though not added a symbol for it yet. Fixed a bug in the dependencies for AIX. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1013 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Found my missing osf files ...allen1999-04-22
git-svn-id: http://svn.cactuscode.org/flesh/trunk@487 17b73243-c579-4c4c-a9d2-2d5706c11dac