From knarf at cct.lsu.edu Fri Oct 2 10:22:01 2009 From: knarf at cct.lsu.edu (Frank Loeffler (knarf)) Date: Fri, 2 Oct 2009 15:22:01 +0000 Subject: [Cactus-thorns-cvs] DEVELOPMENT CVS "CactusEinstein/HydroBase/src Initialisation.c" Message-ID: <20091002152201.066AA8180@asylum.cct.lsu.edu> Update of /cactusdevcvs/CactusEinstein/HydroBase/src In directory asylum.cct.lsu.edu:/tmp/cvs-serv8826 Added Files: Initialisation.c Log Message: add missing file From knarf at cct.lsu.edu Fri Oct 2 10:22:30 2009 From: knarf at cct.lsu.edu (Frank Loeffler (knarf)) Date: Fri, 2 Oct 2009 15:22:30 +0000 Subject: [Cactus-thorns-cvs] DEVELOPMENT CVS "CactusEinstein/HydroBase interface.ccl" Message-ID: <20091002152230.5B7B98180@asylum.cct.lsu.edu> Update of /cactusdevcvs/CactusEinstein/HydroBase In directory asylum.cct.lsu.edu:/tmp/cvs-serv8834 Modified Files: interface.ccl Log Message: fix copy&paste mistake From knarf at cct.lsu.edu Thu Oct 8 15:08:50 2009 From: knarf at cct.lsu.edu (Frank Loeffler (knarf)) Date: Thu, 8 Oct 2009 20:08:50 +0000 Subject: [Cactus-thorns-cvs] DEVELOPMENT CVS "CactusEinstein/TmunuBase schedule.ccl" Message-ID: <20091008200850.123C48180@asylum.cct.lsu.edu> Update of /cactusdevcvs/CactusEinstein/TmunuBase In directory asylum.cct.lsu.edu:/tmp/cvs-serv9570 Modified Files: schedule.ccl Log Message: fix scheduling of SetTmunu (probably typo: PreStep->PostStep) From knarf at cct.lsu.edu Fri Oct 9 14:06:42 2009 From: knarf at cct.lsu.edu (Frank Loeffler (knarf)) Date: Fri, 9 Oct 2009 19:06:42 +0000 Subject: [Cactus-thorns-cvs] DEVELOPMENT CVS "CactusIO/IOJpeg/src Write.c" Message-ID: <20091009190642.B6BE18180@asylum.cct.lsu.edu> Update of /cactusdevcvs/CactusIO/IOJpeg/src In directory asylum.cct.lsu.edu:/tmp/cvs-serv22725 Modified Files: Write.c Log Message: This patch lets IOJpeg announce every time a new jpeg is available (not just the first time). This is neccesary for thorns like Flickr, but needs the previously sent patch for HTTPDExtra to not break the web server. From knarf at cct.lsu.edu Fri Oct 9 14:12:21 2009 From: knarf at cct.lsu.edu (Frank Loeffler (knarf)) Date: Fri, 9 Oct 2009 19:12:21 +0000 Subject: [Cactus-thorns-cvs] DEVELOPMENT CVS "CactusConnect/HTTPDExtra/src IO.c" Message-ID: <20091009191221.7C6F78180@asylum.cct.lsu.edu> Update of /cactusdevcvs/CactusConnect/HTTPDExtra/src In directory asylum.cct.lsu.edu:/tmp/cvs-serv22841 Modified Files: IO.c Log Message: This patch lets the internal list not grow if a file was already added to that list. It is in some way not the ideal way of doing this, because it does not let the advertising thorn change e.g. the mime type and other information like the description, but this would require either making the list entries non-const (which I refrain from because that would probably be a big change, although it would probably be the best path to go), or it would require to remove the entry and add a new - which is possible, but has a potential of breaking something which does not expect entries to be removed and it might slow down things if that list is long. So, this patch only looks for an entry with the filename of an advertised file and if there is already one, it does not touch it, nor is a new entry added. From schnetter at cct.lsu.edu Tue Oct 20 14:11:36 2009 From: schnetter at cct.lsu.edu (Erik Schnetter (schnetter)) Date: Tue, 20 Oct 2009 19:11:36 +0000 Subject: [Cactus-thorns-cvs] DEVELOPMENT CVS "CactusIO/IOJpeg/src ChooseOutput.c Output.c Startup.c Write.c" Message-ID: <20091020191136.DB9168180@asylum.cct.lsu.edu> Update of /cactusdevcvs/CactusIO/IOJpeg/src In directory asylum.cct.lsu.edu:/tmp/cvs-serv19015/src Modified Files: ChooseOutput.c Output.c Startup.c Write.c Log Message: Support interpolating to obtain the image values. This makes it possible to use IOJpeg together with mesh refinement. There is a new keyword parameter "gridpoints" with possible values "hyperslab" and "interpolate". Hyperslabbing works only on uniform grids, whereas interpolation also works with AMR. Additional parameters select where in the domain the points should be interpolated. From schnetter at cct.lsu.edu Tue Oct 20 14:11:36 2009 From: schnetter at cct.lsu.edu (Erik Schnetter (schnetter)) Date: Tue, 20 Oct 2009 19:11:36 +0000 Subject: [Cactus-thorns-cvs] DEVELOPMENT CVS "CactusIO/IOJpeg param.ccl" Message-ID: <20091020191136.6EDF48180@asylum.cct.lsu.edu> Update of /cactusdevcvs/CactusIO/IOJpeg In directory asylum.cct.lsu.edu:/tmp/cvs-serv19015 Modified Files: param.ccl Log Message: Support interpolating to obtain the image values. This makes it possible to use IOJpeg together with mesh refinement. There is a new keyword parameter "gridpoints" with possible values "hyperslab" and "interpolate". Hyperslabbing works only on uniform grids, whereas interpolation also works with AMR. Additional parameters select where in the domain the points should be interpolated. From schnetter at cct.lsu.edu Tue Oct 20 14:11:36 2009 From: schnetter at cct.lsu.edu (Erik Schnetter (schnetter)) Date: Tue, 20 Oct 2009 19:11:36 +0000 Subject: [Cactus-thorns-cvs] DEVELOPMENT CVS "CactusIO/IOJpeg/par jpeg_amr.par jpeg_amr.th" Message-ID: <20091020191136.ABB3D8180@asylum.cct.lsu.edu> Update of /cactusdevcvs/CactusIO/IOJpeg/par In directory asylum.cct.lsu.edu:/tmp/cvs-serv19015/par Added Files: jpeg_amr.par jpeg_amr.th Log Message: Support interpolating to obtain the image values. This makes it possible to use IOJpeg together with mesh refinement. There is a new keyword parameter "gridpoints" with possible values "hyperslab" and "interpolate". Hyperslabbing works only on uniform grids, whereas interpolation also works with AMR. Additional parameters select where in the domain the points should be interpolated. From knarf at cct.lsu.edu Tue Oct 20 14:22:08 2009 From: knarf at cct.lsu.edu (Frank Loeffler (knarf)) Date: Tue, 20 Oct 2009 19:22:08 +0000 Subject: [Cactus-thorns-cvs] DEVELOPMENT CVS "CactusIO/IOJpeg/src Output.c" Message-ID: <20091020192208.CBDFA8180@asylum.cct.lsu.edu> Update of /cactusdevcvs/CactusIO/IOJpeg/src In directory asylum.cct.lsu.edu:/tmp/cvs-serv19330/src Modified Files: Output.c Log Message: Remove last argument to IOUtil call which somehow slipped into this from the future. Now someone tell me time travel to the past is not possible...