aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Pass the cGH pointer as a CCTK_POINTER_TO_CONST.tradke2002-11-12
| | | | | | | You will need to update the flesh also. git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@78 eff87b29-5268-4891-90a3-a07138403961
* Including "Hyperslab.h" isn't neccessary anymore since we are using functiontradke2002-11-06
| | | | | | | aliases now. git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@77 eff87b29-5268-4891-90a3-a07138403961
* Use the "Hyperslab_*" function aliases.tradke2002-11-06
| | | | | | | You must also update CactusPUGH/PUGHSlab now. git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@76 eff87b29-5268-4891-90a3-a07138403961
* Changed the warnings about deprecated I/O parameters.tradke2002-06-07
| | | | | | | They are depreciated in BETA12 (not BETA13). git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@74 eff87b29-5268-4891-90a3-a07138403961
* Added email addresses of author(s)/maintainer(s) of this thorn.tradke2002-06-07
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@73 eff87b29-5268-4891-90a3-a07138403961
* changing the documentation.tex files to use our cactus style fileikelley2002-06-04
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@72 eff87b29-5268-4891-90a3-a07138403961
* Allow the 'out_every' option in option strings to set the output frequencytradke2002-05-28
| | | | | | | | for individual variables. You also need to update CactusBase/IOUtil now. git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@71 eff87b29-5268-4891-90a3-a07138403961
* Make use of Tom's extensions to parameter declarations:tradke2002-05-27
| | | | | | | USE some_parameter AS alias. git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@70 eff87b29-5268-4891-90a3-a07138403961
* Parameter names changes as announced in today's mail to users@cactuscode.org.tradke2002-05-06
| | | | | | | You must also update thorn IOUtil now. git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@69 eff87b29-5268-4891-90a3-a07138403961
* Changed the default for 'IOJpeg::outdir' to be an empty string which thentradke2002-04-30
| | | | | | | causes IOJpeg's I/O method to use 'IO::outdir'. git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@67 eff87b29-5268-4891-90a3-a07138403961
* Fixed an int<->CCTK_INT problem which didn't compile on the T3E.tradke2002-04-25
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@66 eff87b29-5268-4891-90a3-a07138403961
* Some optimization: use Hyperslab_Get() instead of Hyperslab_GetList().tradke2002-04-25
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@65 eff87b29-5268-4891-90a3-a07138403961
* Forgot to close the jpeg file after writing.tradke2002-04-22
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@64 eff87b29-5268-4891-90a3-a07138403961
* Bugfix for setting the extent of the requested 2D hyperslab.tradke2002-04-22
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@63 eff87b29-5268-4891-90a3-a07138403961
* Bugfix in parameter evaluation: if IOJpeg::out2D_every was set to 0 it wouldtradke2002-04-19
| | | | | | | default to IO::out_every (instead of disabling IOJpeg output). git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@62 eff87b29-5268-4891-90a3-a07138403961
* Allow 0 as a valid value for IO::out2D_every.tradke2002-04-19
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@61 eff87b29-5268-4891-90a3-a07138403961
* Bugfix for multiple processor runs. The reduction wasn't called as a globaltradke2002-04-19
| | | | | | | operation so the simulation got stuck. git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@60 eff87b29-5268-4891-90a3-a07138403961
* Completly reworked IOJpeg. All the old hyperslabbing crap and dependency ontradke2002-04-18
| | | | | | | | IOASCII is gone now. IOJpeg uses the new Hyperslab API and does its own slice center setup. It also uses the new filenaming scheme. git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@59 eff87b29-5268-4891-90a3-a07138403961
* Reduce the warning level for "Output already done" messages from 2 to 6.tradke2002-02-25
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@57 eff87b29-5268-4891-90a3-a07138403961
* In the warning message, also say for which variable output was already done.tradke2002-02-25
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@56 eff87b29-5268-4891-90a3-a07138403961
* Very basic documentation, explaining the mode parameter which determinesallen2002-02-05
| | | | | | | whether or note jpeg images are advertised or not git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@55 eff87b29-5268-4891-90a3-a07138403961
* Fixed small memory leak.tradke2002-01-18
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@53 eff87b29-5268-4891-90a3-a07138403961
* Fixed a small memory leak.tradke2002-01-18
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@52 eff87b29-5268-4891-90a3-a07138403961
* Trap attempt to use IOJpeg when maxdim < 3.goodale2002-01-18
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@51 eff87b29-5268-4891-90a3-a07138403961
* Changing initial data from obsolete binarysource to none.goodale2002-01-16
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@50 eff87b29-5268-4891-90a3-a07138403961
* Fixed return codes of I/O methods.tradke2001-12-28
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@49 eff87b29-5268-4891-90a3-a07138403961
* inherit from jpeg6ballen2001-12-19
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@48 eff87b29-5268-4891-90a3-a07138403961
* Added const qualifier to the 'cGH *' argument of some more IO functions.tradke2001-11-05
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@47 eff87b29-5268-4891-90a3-a07138403961
* Formatting error messageallen2001-10-23
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@46 eff87b29-5268-4891-90a3-a07138403961
* Adding headerallen2001-09-14
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@45 eff87b29-5268-4891-90a3-a07138403961
* Added "terminate" parameter to terminate at given timeallen2001-09-12
| | | | | | | Cactus/786 git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@44 eff87b29-5268-4891-90a3-a07138403961
* Adding more output for newverbose parameter on startup/steering:allen2001-08-26
| | | | | | | | | | - IO method registration - Directory used - Output every - Variables output git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@43 eff87b29-5268-4891-90a3-a07138403961
* Timelevel indexingallen2001-05-10
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@41 eff87b29-5268-4891-90a3-a07138403961
* CCTK_FILEVERSIONallen2001-05-10
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@40 eff87b29-5268-4891-90a3-a07138403961
* Making rcsid strings constant - PR 669.goodale2001-05-10
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@39 eff87b29-5268-4891-90a3-a07138403961
* CCTK_FILEVERSIONallen2001-05-08
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@38 eff87b29-5268-4891-90a3-a07138403961
* CCTK_FILEVERSIONallen2001-05-06
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@37 eff87b29-5268-4891-90a3-a07138403961
* Omit the leading "./" in output filenames if output goes into the currenttradke2001-03-14
| | | | | | | | | | | directory. This makes downloading such output files via the web interface nicer because they doen't have any special characters in it. Also fixed gcc warnings. git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@36 eff87b29-5268-4891-90a3-a07138403961
* Inherit from jpeg to make sure library and header stuff is there.goodale2001-02-15
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@35 eff87b29-5268-4891-90a3-a07138403961
* Update for new thorn namesallen2000-12-22
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@34 eff87b29-5268-4891-90a3-a07138403961
* Updates to parameter filesallen2000-12-20
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@32 eff87b29-5268-4891-90a3-a07138403961
* Fixing include files and removing PUGH dependenceallen2000-12-19
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@31 eff87b29-5268-4891-90a3-a07138403961
* Removing now redundant "" on USES and EXTENDS and redundant {} blocks ongoodale2000-12-17
| | | | | | | | | USES. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@30 eff87b29-5268-4891-90a3-a07138403961
* Adding quotes around descriptions since they are now necessary.goodale2000-12-17
| | | | | | | | | | Removing now redundant range from a USES clause. Updating a the ranges for the out_every parameter. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@29 eff87b29-5268-4891-90a3-a07138403961
* Removed compiler warnings about usused variables.tradke2000-11-22
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@28 eff87b29-5268-4891-90a3-a07138403961
* Getting rid of a couple of warnings.goodale2000-10-29
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@27 eff87b29-5268-4891-90a3-a07138403961
* Adding prototypes for routines from JPEG.c to header.goodale2000-10-29
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@26 eff87b29-5268-4891-90a3-a07138403961
* Avoid division by zero if minimum == maximum of slice to output.tradke2000-10-25
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@25 eff87b29-5268-4891-90a3-a07138403961
* IOJpeg inherits slice center stuff from IOASCII.tradke2000-10-24
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@24 eff87b29-5268-4891-90a3-a07138403961
* Bug fix in malloc statementallen2000-10-07
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@23 eff87b29-5268-4891-90a3-a07138403961