summaryrefslogtreecommitdiff
path: root/lib/make/known-architectures/unicos
Commit message (Collapse)AuthorAge
* Replaced with new CACHE macrosallen2003-05-25
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3224 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Rename CCTK_L2_CACHE_SIZE to CCTK_CACHE_SIZE andallen2003-04-30
| | | | | | | | | | | | CCTK_L2_CACHELINE_BYTES to CCTK_CACHELINE_BYTES to reflect the fact that for now we set these up to be the most appropriate cache size to track (usually either L2 or L3) This is hopefully added such that people don't need to reconfigure right away, but the old macros will be removed in Beta 14. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3204 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Changing to use CCTK_WriteLine rather than cat to write to archdefs.h.goodale2001-06-25
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@2249 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Warning flags and debugging flags for T3Eallen2000-04-16
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1541 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Renamed shell variables describing the system's native MPI implementationtradke2000-04-04
| | | | | | | | into NATIVE_MPI_XXX. If a system doesn't have a native MPI it just doesn't set it here. git-svn-id: http://svn.cactuscode.org/flesh/trunk@1513 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Removing T3E libraries since they don't improve performanceallen2000-03-13
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1466 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixing optimisation flags for T3Eallen2000-02-26
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1402 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixing syntax error.goodale2000-02-16
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1387 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added in secondary cache info. Under linux and irix it examinesgoodale2000-02-16
| | | | | | | | | | | | | | the machine on which the configuration is happening, so it may not be correct for other machines with the same architecture. E.g. the aei origin has a 4Mb cache, but skuld only has a 1 Mb cache. You should be able to override the detection on the configuration line with something like L2_CACHELINE_BYTES=xxx L2_CACHE_SIZE=xxx Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1386 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Bug spotted by Thomas which meant that T3E wasn't being set and thusallen2000-01-26
| | | | | | | Fortran Strings weren't working. T3E should work again now. git-svn-id: http://svn.cactuscode.org/flesh/trunk@1301 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added -O3 to T3E optimisation flags - sped up one of the test examplesgoodale1999-10-27
| | | | | | | | | by a factor of 2. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1112 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
* Latest set of flags for T3E.goodale1999-07-06
| | | | | | | | | | Now #defines T3E. Uses the optimisation libraries. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@682 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added flag so the f90 compiler makes a .mod file for modules rather thangoodale1999-07-05
| | | | | | | | | putting the info in the .o file. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@671 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Start of known-architectures file for T3E. Currently just changes thegoodale1999-04-08
compileonly flag for fortran to -b. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@458 17b73243-c579-4c4c-a9d2-2d5706c11dac