aboutsummaryrefslogtreecommitdiff
path: root/src/Comm.c
Commit message (Expand)AuthorAge
* PUGH overloadables for CCTK_MyProc(), CCTK_nProcs(), CCTK_Barrier() taketradke2001-10-31
* The pGExtras->hyper_volume[] array is counted by number of elements now,tradke2001-06-12
* Making rcsid string a constant - PR 669.goodale2001-05-10
* Tidying warn messagesallen2001-05-06
* Enabled communication timers.tradke2001-04-02
* Removed unused variable.tradke2001-01-19
* Added non-MPI code to sync (periodic) boundary conditions for thetradke2001-01-15
* Give a warning in PUGH_SyncGroup() if an invalid groupname was passed.tradke2001-01-10
* Erik's changes to PUGH's communication scheme.tradke2000-09-15
* Allow ghostzone sizes of 0. This was buggy before.tradke2000-08-04
* Fixing memory problem which can cause core dumps with timelevels. Thisgoodale2000-07-21
* Immediately free MPI send requests after MPI_Isend() so that we don't havetradke2000-06-27
* Really free comm buffers when destroying a grid array variable.tradke2000-06-22
* Enabled PUGH to synchronize groups of arrays in one communication calltradke2000-06-14
* Changed names of PUGH functions to be uniform. Now all PUGH functionsgoodale2000-04-19
* Check HAVE_UNISTD_H before including it.goodale2000-04-19
* adding a return value for Exit/Abortlanfer2000-04-18
* Fixing rscid warnings, untabified files, combined identical case statementstradke2000-04-18
* Changing in line with the new flesh definition of an overloadable function.goodale2000-04-13
* Use CCTK_MPI instead of MPIallen2000-04-04
* Finxing PUGH to sync nect timelevel, not current one. The current timelevelgoodale2000-03-31
* Trial of memory reporting in PUGH, settingallen2000-03-23
* Major changes to PUGH as the dearly loved pGF is removed, and a grid functionallen2000-03-23
* removing if (MPI_Active)lanfer2000-03-20
* overloading CCTK_Exit with: int pugh_Exit(int retval, cGH *GH)lanfer2000-03-17
* Fixing compiler warnings about unused variables, missing prototypes,tradke2000-03-08
* Adding prototypes and removing warning messagesallen2000-03-05
* Adding missing line, but since DERIVEDTYPE are not currently used, it isallen2000-03-05
* Untabified.goodale2000-02-17
* Fixed small bugs in overlap and neighbours for arraysallen2000-02-03
* Arrays (no communication yet)allen2000-01-25
* New specification for CCTK_GroupDataallen2000-01-13
* Changing to new function CCTK_GroupDataallen2000-01-12
* Bernds changes so that BAM can sync as it did in 3.2.allen1999-12-01
* Added lots of missing function prototypes.goodale1999-11-30
* pugh_Barrier() now really does a global synchronization.tradke1999-10-26
* Changes for new timer stuff.goodale1999-10-21
* Adding prototypesallen1999-10-18
* Adding infrastructure for 1D and 2D GFs ... but haven't added decompositionallen1999-10-17
* nclude file changesallen1999-07-30
* Changing arguement listsallen1999-07-26
* New names for Group function callsallen1999-07-08
* Enabled pugh to handle all CCTK_VARIABLE_??? types in communication.tradke1999-06-24
* Double -> CCTK_REALallen1999-06-15
* Joan's changes for NT...jmasso1999-06-03
* Added a couple of standard librariesallen1999-05-20
* Added DEBUG print statementsallen1999-05-13
* CCTK_Warn -> CCTK_WARNallen1999-04-22
* pugh_QueryGroupStorage(): check for GROUP_SCALAR type and return 1 if truetradke1999-04-16
* New groups stuff, and added CCTK_QueryGroupStorageallen1999-04-15