summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* CCTK_mkdir is now replaced byallen2000-05-10
| | | | | | | | | | | CCTK_CreateDirectory which creates a directory and any needed parents CCTK_mkdir will be removed in Beta 9 git-svn-id: http://svn.cactuscode.org/flesh/trunk@1636 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Adding CCTK_FCALL to replace FMODIFIERallen2000-05-10
| | | | | | | | | | | | Adding DEBUG options for use when configuring gmake <name>-config DEBUG=ALL all the following gmake <name>-config DEBUG=FLAGS set debugging flags gmake <name>-config DEBUG=MEMORY do memory tracing gmake <name>-config DEBUG=DEFINES define DEBUG for preprocessor git-svn-id: http://svn.cactuscode.org/flesh/trunk@1635 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Updatesallen2000-05-10
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1634 17b73243-c579-4c4c-a9d2-2d5706c11dac
* FORTRAN_NAME -> CCTK_FNAMEallen2000-05-10
| | | | | | | | | FMODIFIER -> CCTK_FCALL Old names will work until beta 9 git-svn-id: http://svn.cactuscode.org/flesh/trunk@1633 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Freeing a malloced arrayallen2000-05-08
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1632 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Initial known-architecures stuff for solaris. Compiles and passes the ↵goodale2000-05-08
| | | | | | | | | | | test-suite for non-c++ thorns, 'though there are lots of compilation and linking warnings. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1631 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Changing macro name to keep solaris compiler happy.goodale2000-05-08
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1630 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Bug fixallen2000-05-05
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1629 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Ians changes to get the right executable nameallen2000-05-05
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1628 17b73243-c579-4c4c-a9d2-2d5706c11dac
* adding an include that provides the redefs for malloclanfer2000-05-05
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1627 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Changing gmake to $(MAKE)allen2000-05-05
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1626 17b73243-c579-4c4c-a9d2-2d5706c11dac
* adding prototype CCTK_GroupDimFromVarI(int vi)lanfer2000-05-03
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1625 17b73243-c579-4c4c-a9d2-2d5706c11dac
* adding function: int CCTK_GroupDimFromVarI(int vi)lanfer2000-05-03
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1624 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Checks for the presence of mode_t. Under NT mkdir doesn't takegoodale2000-05-02
| | | | | | | | | | the second argument, so the absence of this typedef is a good test of this situation. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1623 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added CCTK_MkDirs to make a directory and all necessary parents.goodale2000-05-02
| | | | | | | | | CCTK_mkdir now calls this. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1622 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Moved the util string functions to one place.goodale2000-05-02
| | | | | | | | | | Added Util_StrSep - same functionality as strsep. Renamed CCTK_StrDup as Util_Strdup. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1621 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Check with stat(2) if the directory to be created already exists.tradke2000-04-28
| | | | | | | | | | | | | | | This should work for NT as well. Changed return values of CCTK_mkdir(): 0 dir was successfully created positive dir already exists negative failed to create dir for some reason Currently it still uses system(3) to create the dir where you cannot really check for an error code. This should be replaced by mkdir(2) in the future. git-svn-id: http://svn.cactuscode.org/flesh/trunk@1620 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Declaring cctk_itlast as STEERABLE = ALWAYS.tradke2000-04-28
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1619 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Only active thorns should have their variables registered.goodale2000-04-23
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1618 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Shifting registration of variables to after reading of parameter file.goodale2000-04-23
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1617 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Bug in CCTK_SyncGroupsI (syncing a list of groups), hopefully this fixes ↵allen2000-04-23
| | | | | | Cactus/286. git-svn-id: http://svn.cactuscode.org/flesh/trunk@1616 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added recognition of ld_supported_emulatiosn=elf_i386 needed for pgccgoodale2000-04-21
| | | | | | | | | compiler under linux. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1615 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Corrected cache calculation for multiprocessor machines.goodale2000-04-20
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1614 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Updated version number to beta 8.goodale2000-04-20
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1613 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Initial attempt at known-architecture files for Hitachi sr8000.goodale2000-04-20
| | | | | | | | | | Currently there is no dependency data, as there's no program to to it, and there may still be problems with some c++ thorns. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1611 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Minor additionsallen2000-04-20
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1610 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Removing ";" from end of CCTK_FILEVERSIONallen2000-04-20
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1609 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Few updatesallen2000-04-20
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1608 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Changing CCTK_STAGGER_H to CCTK_MALLOC_Hallen2000-04-19
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1607 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Alphabetising include filesallen2000-04-19
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1606 17b73243-c579-4c4c-a9d2-2d5706c11dac
* removing USE_blalanfer2000-04-19
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1605 17b73243-c579-4c4c-a9d2-2d5706c11dac
* moving CCTK_StaggerVars into Groups.c, where it can access the static int ↵lanfer2000-04-19
| | | | | | staggered git-svn-id: http://svn.cactuscode.org/flesh/trunk@1604 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Compiler warningsallen2000-04-19
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1603 17b73243-c579-4c4c-a9d2-2d5706c11dac
* fix to correctly match the last } in a routinelanfer2000-04-19
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1602 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Getting rid of a few compiler warnings.goodale2000-04-19
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1601 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Compiler warningsallen2000-04-19
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1600 17b73243-c579-4c4c-a9d2-2d5706c11dac
* removing unsed variablelanfer2000-04-19
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1599 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Bugfix for include dirs for old mpich configs.goodale2000-04-19
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1598 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added recognition for hitachi sr8000 - powerpc-hitachi-hiuxmppgoodale2000-04-19
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1597 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixing various warnings.goodale2000-04-19
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1596 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixing bug in USE macros.goodale2000-04-19
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1595 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Support for mpich-1.2.0 .goodale2000-04-19
| | | | | | | | | | | | | | | | Note that the new directory layout in this version of mpich means that it no longer needs MPICH_ARCH or MPICH_DEVICE, although if you specify them it increases the range of directories to look for mpich in. You still need to use MPICH_DEVICE to get the special libraries for globus or myrinet. It still works with the older MPICH version. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1594 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Stop Cactus if CCTKi_BindingsParameterRecoveryInitialise() returned atradke2000-04-19
| | | | | | | negative value for unsuccessful parameter recovery. git-svn-id: http://svn.cactuscode.org/flesh/trunk@1593 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixing the return code for parameter recovery:tradke2000-04-19
| | | | | | | | | | | | | | | | All the CCTKi_BindingsParameterRecovery_XXX() routines return zero: as the default value if they don't provide a scheduled parameter recovery routine, or if no recovery was requested less zero: if the scheduled parameter recovery routine failed for some reason greater zero: successful recovery of parameters CCTKi_BindingsParameterRecoveryInitialise() uses the same return codes and immediately returns after the first successful recovery. git-svn-id: http://svn.cactuscode.org/flesh/trunk@1592 17b73243-c579-4c4c-a9d2-2d5706c11dac
* getting of rcsid warnignslanfer2000-04-19
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1591 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Pass WARN flag through to second gmake when PROMPT=noallen2000-04-19
| | | | | | | Need to add other flags here as well, but probably a better way to do this git-svn-id: http://svn.cactuscode.org/flesh/trunk@1590 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Set warning level to 1 for failing to recover from parameters. Suspect thatallen2000-04-19
| | | | | | | if noone even tries to recover parameters an error code is returned. Need to fix this properly. git-svn-id: http://svn.cactuscode.org/flesh/trunk@1589 17b73243-c579-4c4c-a9d2-2d5706c11dac
* In CCTKi_InitialiseScheduler(),tradke2000-04-19
| | | | | | | | | | - advance the parameter set mask to PARAMETER_RECOVERY_IN - call CCTKi_BindingsParameterRecoveryInitialise() to recover the parameters from a checkpoint file - advance the parameter set mask to PARAMETER_RECOVERY_POST git-svn-id: http://svn.cactuscode.org/flesh/trunk@1588 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Initialize the parameter set mask flag to PARAMETER_RECOVERY_PREtradke2000-04-19
| | | | | | | before parsing the parameter file. git-svn-id: http://svn.cactuscode.org/flesh/trunk@1587 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added CCTKi_SetParameterSetMask() to set the time bins for parameter recovery.tradke2000-04-19
| | | | | | | Check the new parameter set mask flag in CCTK_ParameterSet(). git-svn-id: http://svn.cactuscode.org/flesh/trunk@1586 17b73243-c579-4c4c-a9d2-2d5706c11dac