aboutsummaryrefslogtreecommitdiff
path: root/Carpet/LoopControl
Commit message (Expand)AuthorAge
* LoopControl: Modify code to please PGI compilerErik Schnetter2012-07-25
* LoopControl: Remove redefinition of restrict qualifierErik Schnetter2012-07-25
* LoopControl: Explain why downcast is safeErik Schnetter2012-05-11
* LoopControl: Add some comments to field declarationsErik Schnetter2011-11-21
* LoopControl: Add more self-checkingErik Schnetter2011-11-14
* LoopControl: Add many asserts to check correctness at run timeErik Schnetter2011-11-14
* LoopControl: Remove explicit attribute(pure) declarationsErik Schnetter2011-11-14
* LoopControl: Disable random-restart hill climbing by defaultErik Schnetter2011-10-03
* LoopControl: Correct OpenMP parallelisation. Add self-tests.Erik Schnetter2011-07-05
* LoopControl: Make selftest conditional on a parameterErik Schnetter2011-07-05
* LoopControl: Improve checking Fortran type sizesErik Schnetter2011-07-03
* LoopControl: Disable some unused codeErik Schnetter2011-07-03
* LoopControl: Add a self-testErik Schnetter2011-07-03
* LoopControl: Improve error message for illegal loop shapesErik Schnetter2011-05-15
* LoopControl: change storage size calculation to work with Intel 11.1Roland Haas2011-04-11
* LoopControl: check that Fortran structures match C structures at startupRoland Haas2011-04-06
* LoopControl: support vectorized loops in Fortran interfaceRoland Haas2011-04-06
* LoopControl: Align inner loop boundaries with vector sizes, if vectorisation ...Erik Schnetter2011-02-05
* LoopControl: Ensure that LoopControl is active if it is usedErik Schnetter2011-02-05
* LoopControl: Ensure there is at least one possible tilingErik Schnetter2011-01-16
* LoopControl: Update statistics; activate statistics by defaultErik Schnetter2011-01-03
* LoopControl: Override the flesh CCTK_LOOP macrosErik Schnetter2010-12-01
* LoopControl: remove restrict keyword for lc_topology_t because we do modify i...knarf@cct.lsu.edu2010-08-26
* LoopControl: realloc more memory for thread structures when needed instead of...knarf@cct.lsu.edu2010-08-26
* LoopControl: be more verbose with error abour thread count inconsistency)knarf@cct.lsu.edu2010-08-26
* LoopControl: Add loop macros for vectorised codeErik Schnetter2010-08-25
* LoopControl: Comment out unused routineErik Schnetter2010-08-25
* LoopControl: Reformat some statementsErik Schnetter2010-08-25
* LoopControl: Correct some commentsErik Schnetter2010-08-25
* - protect some mallocsknarf@cct.lsu.edu2010-08-24
* LoopControl: Disable demo codeErik Schnetter2010-04-27
* LoopControl: Correct error in handling loop with different numbers of threadsErik Schnetter2010-03-14
* LoopControl: Add white spaceErik Schnetter2010-02-13
* LoopControl: Include <sys/time.h> if necessaryErik Schnetter2010-02-13
* LoopControl: Correct handling empty regionsErik Schnetter2009-11-08
* LoopControl: Implement cache-collaborative multi-threadingErik Schnetter2009-09-21
* Import CarpetErik Schnetter2009-09-03
* Merge branch 'master' of /Users/eschnett/Cbeta/carpet/Erik Schnetter2009-01-27
|\
| * Merge branch 'master' of /Users/eschnett/Cbeta/carpet/Erik Schnetter2009-01-26
| |\
| | * LoopControl: Handle loops over zero grid pointsErik Schnetter2008-09-24
| | * LoopControl: Correct error in commentErik Schnetter2008-09-24
| | * LoopControl: Disable OpenMP function calls when OpenMP is not availableErik Schnetter2008-09-24
* | | LoopControl: Do not use <tgmath.h>Erik Schnetter2009-01-27
|/ /
* | LoopControl: Dont' use <tgmath.h>Erik Schnetter2009-01-26
* | LoopControl: Handle loops over zero grid pointsErik Schnetter2008-09-28
* | LoopControl: Correct error in commentErik Schnetter2008-09-28
* | * fix of fix of wavetoy-loopcontrol.ccott2008-09-25
* | * add #ifdef _OPENMP bracketing entire codecott2008-09-25
|/
* Turn the stand-alone WaveToy example application into a LoopControl routineThomas Radke2008-09-09
* LoopControl: Allow preloop and postloop statementsErik Schnetter2008-08-29