Skip to content
Success

Changes

Summary

  1. initial version of udfDroop2
  2. fix test_pyOCSM to account for updated MESSAGE statement
  3. extend MESSAGE to optionally write to a file; modify message test case; update ESP-help and ESP_QuickReference
  4. fix memory leak when a UDF returns an error; remove extra prints when udfFlend or udfOffset detect an error; update sanitize targets in Makefile.LINUX
  5. allow OFFSET to function properly when the number of Edges in the offset is fewer than the original Body; fix escape-close-parenthesis in ESP_QuickReference; add ability to create periodic SPLINE in sketcher by using SSLOPE(0); add sslope6* test cases
  6. add assert in udfOffset to eliminate warnings on gcc
  7. fix bug that caused ereped to not work for a named Body; fix bug that added bar at end of file that was being editted in ESP; extend ereped so that it can be applied if there are multiple Bodys on the stack; add ereped8 test case; fix ESP hint associated with ELEVATE command; fix bug when SELECT EGDE with a bounding box was applied to a Body with degenerate Edges; add extractBodys test case; fix array bounds error in udpEqn2body; fix bug in ereped initializations for a single Body
  8. remove use of _scaleuv Attribute
  9. allow very long message to be sent from browser to server; add setCsmFile instead of setScmFileBeg/Mid/End; if error occurs when processing a timMesg, put the tim back into READY mode; post message when erep is successfully generated; implement udpEqn2body for SheetBodys; update frustrum3 test case; use __usedBodys__ attribute when computing velocity of Faces or Edges for RULE and BLEND; fix bug in sensCSM that did not reset maximum errors for Bodys when in -tess mode; fix big that did not copy .hasdots during RESTORE . (dot)
  10. Try to fix stanalyzer errors again
  11. Fix jlEGADS makefiles
  12. Try to fix stanalyzer errors
  13. Suppress gcc-12 warning
  14. Effective Topology: apply last change only for EFaces with more than 1 Face
  15. Effective Topology: check result of getEdgeUV against invEval and pick the closer
  16. A different possible fix for the MemcheckOcsm on the rule28 cases
  17. A different possible fix for the MemcheckOcsm on the rule28 cases
  18. A possible fix for the MemcheckOcsm on the rule28 cases
  19. Effective Topology: Mark Planar/Periodic EFaces not to tessellate Edges based on Face Curvature
  20. Fix scan-build warning from last commit again
  21. Fix scan-build warning from last commit
  22. Effective Topology: Fix NM Sheetbody Node removal
  23. Fix NULL bays at end with multiNode Rule
  24. Updated ruled sensitvities for multiNode
  25. A minor update of the documentation of EG_approximate
  26. Update the docs to specify the additions to EG_approximate and EG_ruled
  27. Very strange...
  28. Allow multiple csm patterns
  29. Only check error handling when running all csm files
  30. Support changing outLevel and running select files
  31. Don't do jlEGADS testing just yet
  32. Revert ESP_venv for ESP_Beta
  33. Move virtualenv into ESP directory
  34. Only run minimal CAPS examples in beta
  35. Install torch for beta
  36. pip install torch for corsair
  37. Smartsr error log parse
Revision 2280 by jfdannen:
initial version of udfDroop2
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ToDo.txtOpenCSM/trunk/ToDo.txt
The file was modified /trunk/src/Makefile.DARWIN64OpenCSM/trunk/src/Makefile.DARWIN64
The file was added/trunk/src/udfDroop2.cOpenCSM/trunk/src/udfDroop2.c
Revision 2279 by jfdannen:
fix test_pyOCSM to account for updated MESSAGE statement
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ToDo.txtOpenCSM/trunk/ToDo.txt
The file was modified /trunk/pyOCSM/testOCSM/test_pyOCSM.pyOpenCSM/trunk/pyOCSM/testOCSM/test_pyOCSM.py
The file was modified /trunk/src/OpenCSM.cOpenCSM/trunk/src/OpenCSM.c
Revision 2278 by jfdannen:
extend MESSAGE to optionally write to a file; modify message test case; update ESP-help and ESP_QuickReference
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ESP/ESP-help.htmlOpenCSM/trunk/ESP/ESP-help.html
The file was modified /trunk/ESP/ESP.jsOpenCSM/trunk/ESP/ESP.js
The file was modified /trunk/ToDo.txtOpenCSM/trunk/ToDo.txt
The file was modified /trunk/data/basic/message.csmOpenCSM/trunk/data/basic/message.csm
The file was modified /trunk/data/basic/verify_7.4.1/message.vfyOpenCSM/trunk/data/basic/verify_7.4.1/message.vfy
The file was modified /trunk/data/basic/verify_7.6.0/message.vfyOpenCSM/trunk/data/basic/verify_7.6.0/message.vfy
The file was modified /trunk/doc/ESP_QuickReference.pdfOpenCSM/trunk/doc/ESP_QuickReference.pdf
The file was modified /trunk/doc/ESP_QuickReference.texOpenCSM/trunk/doc/ESP_QuickReference.tex
The file was modified /trunk/src/OpenCSM.cOpenCSM/trunk/src/OpenCSM.c
The file was modified /trunk/src/OpenCSM.hOpenCSM/trunk/src/OpenCSM.h
Revision 2277 by jfdannen:
fix memory leak when a UDF returns an error; remove extra prints when udfFlend or udfOffset detect an error; update sanitize targets in Makefile.LINUX
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ToDo.txtOpenCSM/trunk/ToDo.txt
The file was modified /trunk/src/Makefile.LINUX64OpenCSM/trunk/src/Makefile.LINUX64
The file was modified /trunk/src/OpenCSM.cOpenCSM/trunk/src/OpenCSM.c
The file was modified /trunk/src/udfFlend.cOpenCSM/trunk/src/udfFlend.c
The file was modified /trunk/src/udfOffset.cOpenCSM/trunk/src/udfOffset.c
Revision 2276 by jfdannen:
allow OFFSET to function properly when the number of Edges in the offset is fewer than the original Body; fix escape-close-parenthesis in ESP_QuickReference; add ability to create periodic SPLINE in sketcher by using SSLOPE(0); add sslope6* test cases
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ToDo.txtOpenCSM/trunk/ToDo.txt
The file was added/trunk/data/basic/offset9.csmOpenCSM/trunk/data/basic/offset9.csm
The file was added/trunk/data/basic/offsetA.csmOpenCSM/trunk/data/basic/offsetA.csm
The file was added/trunk/data/basic/offsetB.csmOpenCSM/trunk/data/basic/offsetB.csm
The file was added/trunk/data/basic/offsetC.csmOpenCSM/trunk/data/basic/offsetC.csm
The file was added/trunk/data/basic/offsetD.csmOpenCSM/trunk/data/basic/offsetD.csm
The file was added/trunk/data/basic/offsetE.csmOpenCSM/trunk/data/basic/offsetE.csm
The file was added/trunk/data/basic/offsetF.csmOpenCSM/trunk/data/basic/offsetF.csm
The file was added/trunk/data/basic/offsetG.csmOpenCSM/trunk/data/basic/offsetG.csm
The file was added/trunk/data/basic/offsetH.csmOpenCSM/trunk/data/basic/offsetH.csm
The file was added/trunk/data/basic/sslope6a.csmOpenCSM/trunk/data/basic/sslope6a.csm
The file was added/trunk/data/basic/sslope6b.csmOpenCSM/trunk/data/basic/sslope6b.csm
The file was added/trunk/data/basic/sslope6c.csmOpenCSM/trunk/data/basic/sslope6c.csm
The file was added/trunk/data/basic/verify_7.4.1/offset9.vfyOpenCSM/trunk/data/basic/verify_7.4.1/offset9.vfy
The file was removed/trunk/data/basic/verify_7.4.1/offset9x.vfyOpenCSM/trunk/data/basic/verify_7.4.1/offset9x.vfy
The file was removed/trunk/data/basic/verify_7.4.1/offset9y.vfyOpenCSM/trunk/data/basic/verify_7.4.1/offset9y.vfy
The file was removed/trunk/data/basic/verify_7.4.1/offset9z.vfyOpenCSM/trunk/data/basic/verify_7.4.1/offset9z.vfy
The file was added/trunk/data/basic/verify_7.4.1/offsetA.vfyOpenCSM/trunk/data/basic/verify_7.4.1/offsetA.vfy
The file was added/trunk/data/basic/verify_7.4.1/offsetB.vfyOpenCSM/trunk/data/basic/verify_7.4.1/offsetB.vfy
The file was added/trunk/data/basic/verify_7.4.1/offsetC.vfyOpenCSM/trunk/data/basic/verify_7.4.1/offsetC.vfy
The file was added/trunk/data/basic/verify_7.4.1/offsetD.vfyOpenCSM/trunk/data/basic/verify_7.4.1/offsetD.vfy
The file was added/trunk/data/basic/verify_7.4.1/offsetE.vfyOpenCSM/trunk/data/basic/verify_7.4.1/offsetE.vfy
The file was added/trunk/data/basic/verify_7.4.1/offsetF.vfyOpenCSM/trunk/data/basic/verify_7.4.1/offsetF.vfy
The file was added/trunk/data/basic/verify_7.4.1/offsetG.vfyOpenCSM/trunk/data/basic/verify_7.4.1/offsetG.vfy
The file was added/trunk/data/basic/verify_7.4.1/offsetH.vfyOpenCSM/trunk/data/basic/verify_7.4.1/offsetH.vfy
The file was added/trunk/data/basic/verify_7.4.1/sslope6a.vfyOpenCSM/trunk/data/basic/verify_7.4.1/sslope6a.vfy
The file was added/trunk/data/basic/verify_7.4.1/sslope6b.vfyOpenCSM/trunk/data/basic/verify_7.4.1/sslope6b.vfy
The file was added/trunk/data/basic/verify_7.4.1/sslope6c.vfyOpenCSM/trunk/data/basic/verify_7.4.1/sslope6c.vfy
The file was added/trunk/data/basic/verify_7.6.0/offset9.vfyOpenCSM/trunk/data/basic/verify_7.6.0/offset9.vfy
The file was removed/trunk/data/basic/verify_7.6.0/offset9x.vfyOpenCSM/trunk/data/basic/verify_7.6.0/offset9x.vfy
The file was removed/trunk/data/basic/verify_7.6.0/offset9y.vfyOpenCSM/trunk/data/basic/verify_7.6.0/offset9y.vfy
The file was removed/trunk/data/basic/verify_7.6.0/offset9z.vfyOpenCSM/trunk/data/basic/verify_7.6.0/offset9z.vfy
The file was added/trunk/data/basic/verify_7.6.0/offsetA.vfyOpenCSM/trunk/data/basic/verify_7.6.0/offsetA.vfy
The file was added/trunk/data/basic/verify_7.6.0/offsetB.vfyOpenCSM/trunk/data/basic/verify_7.6.0/offsetB.vfy
The file was added/trunk/data/basic/verify_7.6.0/offsetC.vfyOpenCSM/trunk/data/basic/verify_7.6.0/offsetC.vfy
The file was added/trunk/data/basic/verify_7.6.0/offsetD.vfyOpenCSM/trunk/data/basic/verify_7.6.0/offsetD.vfy
The file was added/trunk/data/basic/verify_7.6.0/offsetE.vfyOpenCSM/trunk/data/basic/verify_7.6.0/offsetE.vfy
The file was added/trunk/data/basic/verify_7.6.0/offsetF.vfyOpenCSM/trunk/data/basic/verify_7.6.0/offsetF.vfy
The file was added/trunk/data/basic/verify_7.6.0/offsetG.vfyOpenCSM/trunk/data/basic/verify_7.6.0/offsetG.vfy
The file was added/trunk/data/basic/verify_7.6.0/offsetH.vfyOpenCSM/trunk/data/basic/verify_7.6.0/offsetH.vfy
The file was added/trunk/data/basic/verify_7.6.0/sslope6a.vfyOpenCSM/trunk/data/basic/verify_7.6.0/sslope6a.vfy
The file was added/trunk/data/basic/verify_7.6.0/sslope6b.vfyOpenCSM/trunk/data/basic/verify_7.6.0/sslope6b.vfy
The file was added/trunk/data/basic/verify_7.6.0/sslope6c.vfyOpenCSM/trunk/data/basic/verify_7.6.0/sslope6c.vfy
The file was modified /trunk/doc/ESP_QuickReference.pdfOpenCSM/trunk/doc/ESP_QuickReference.pdf
The file was modified /trunk/doc/ESP_QuickReference.texOpenCSM/trunk/doc/ESP_QuickReference.tex
The file was modified /trunk/src/Makefile.DARWIN64OpenCSM/trunk/src/Makefile.DARWIN64
The file was modified /trunk/src/OpenCSM.cOpenCSM/trunk/src/OpenCSM.c
The file was modified /trunk/src/OpenCSM.hOpenCSM/trunk/src/OpenCSM.h
The file was modified /trunk/src/udfOffset.cOpenCSM/trunk/src/udfOffset.c
Revision 2275 by jfdannen:
add assert in udfOffset to eliminate warnings on gcc
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ToDo.txtOpenCSM/trunk/ToDo.txt
The file was modified /trunk/src/Makefile.DARWIN64.gccOpenCSM/trunk/src/Makefile.DARWIN64.gcc
The file was modified /trunk/src/udfOffset.cOpenCSM/trunk/src/udfOffset.c
Revision 2274 by jfdannen:
fix bug that caused ereped to not work for a named Body; fix bug that added bar at end of file that was being editted in ESP; extend ereped so that it can be applied if there are multiple Bodys on the stack; add ereped8 test case; fix ESP hint associated with ELEVATE command; fix bug when SELECT EGDE with a bounding box was applied to a Body with degenerate Edges; add extractBodys test case; fix array bounds error in udpEqn2body; fix bug in ereped initializations for a single Body
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ESP/ESP-ereped.jsOpenCSM/trunk/ESP/ESP-ereped.js
The file was modified /trunk/ESP/ESP.jsOpenCSM/trunk/ESP/ESP.js
The file was modified /trunk/ToDo.txtOpenCSM/trunk/ToDo.txt
The file was added/trunk/data/basic/ereped8.csmOpenCSM/trunk/data/basic/ereped8.csm
The file was added/trunk/data/basic/extractBodys.csmOpenCSM/trunk/data/basic/extractBodys.csm
The file was added/trunk/data/basic/rule28a.csmOpenCSM/trunk/data/basic/rule28a.csm
The file was added/trunk/data/basic/rule28b.csmOpenCSM/trunk/data/basic/rule28b.csm
The file was added/trunk/data/basic/rule28c.csmOpenCSM/trunk/data/basic/rule28c.csm
The file was added/trunk/data/basic/rule28d.csmOpenCSM/trunk/data/basic/rule28d.csm
The file was added/trunk/data/basic/verify_7.4.1/ereped8.vfyOpenCSM/trunk/data/basic/verify_7.4.1/ereped8.vfy
The file was added/trunk/data/basic/verify_7.4.1/extractBodys.vfyOpenCSM/trunk/data/basic/verify_7.4.1/extractBodys.vfy
The file was added/trunk/data/basic/verify_7.4.1/rule28a.vfyOpenCSM/trunk/data/basic/verify_7.4.1/rule28a.vfy
The file was added/trunk/data/basic/verify_7.4.1/rule28b.vfyOpenCSM/trunk/data/basic/verify_7.4.1/rule28b.vfy
The file was added/trunk/data/basic/verify_7.4.1/rule28c.vfyOpenCSM/trunk/data/basic/verify_7.4.1/rule28c.vfy
The file was added/trunk/data/basic/verify_7.4.1/rule28d.vfyOpenCSM/trunk/data/basic/verify_7.4.1/rule28d.vfy
The file was added/trunk/data/basic/verify_7.6.0/ereped8.vfyOpenCSM/trunk/data/basic/verify_7.6.0/ereped8.vfy
The file was added/trunk/data/basic/verify_7.6.0/extractBodys.vfyOpenCSM/trunk/data/basic/verify_7.6.0/extractBodys.vfy
The file was added/trunk/data/basic/verify_7.6.0/rule28a.vfyOpenCSM/trunk/data/basic/verify_7.6.0/rule28a.vfy
The file was added/trunk/data/basic/verify_7.6.0/rule28b.vfyOpenCSM/trunk/data/basic/verify_7.6.0/rule28b.vfy
The file was added/trunk/data/basic/verify_7.6.0/rule28c.vfyOpenCSM/trunk/data/basic/verify_7.6.0/rule28c.vfy
The file was added/trunk/data/basic/verify_7.6.0/rule28d.vfyOpenCSM/trunk/data/basic/verify_7.6.0/rule28d.vfy
The file was modified /trunk/src/Makefile.DARWIN64OpenCSM/trunk/src/Makefile.DARWIN64
The file was modified /trunk/src/OpenCSM.cOpenCSM/trunk/src/OpenCSM.c
The file was modified /trunk/src/serveESP.cOpenCSM/trunk/src/serveESP.c
The file was modified /trunk/src/udfOffset.cOpenCSM/trunk/src/udfOffset.c
The file was modified /trunk/src/udpEqn2body.cOpenCSM/trunk/src/udpEqn2body.c
Revision 2273 by jfdannen:
remove use of _scaleuv Attribute
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ToDo.txtOpenCSM/trunk/ToDo.txt
The file was modified /trunk/src/OpenCSM.cOpenCSM/trunk/src/OpenCSM.c
The file was modified /trunk/src/udpBox.cOpenCSM/trunk/src/udpBox.c
The file was modified /trunk/src/udpEllipse.cOpenCSM/trunk/src/udpEllipse.c
The file was modified /trunk/src/udpGlovesFuse.cOpenCSM/trunk/src/udpGlovesFuse.c
The file was modified /trunk/src/udpGlovesVtail.cOpenCSM/trunk/src/udpGlovesVtail.c
The file was modified /trunk/src/udpGlovesWing.cOpenCSM/trunk/src/udpGlovesWing.c
The file was modified /trunk/src/udpNaca.cOpenCSM/trunk/src/udpNaca.c
The file was modified /trunk/src/udpSupell.cOpenCSM/trunk/src/udpSupell.c
Revision 2272 by jfdannen:
allow very long message to be sent from browser to server; add setCsmFile instead of setScmFileBeg/Mid/End; if error occurs when processing a timMesg, put the tim back into READY mode; post message when erep is successfully generated; implement udpEqn2body for SheetBodys; update frustrum3 test case; use __usedBodys__ attribute when computing velocity of Faces or Edges for RULE and BLEND; fix bug in sensCSM that did not reset maximum errors for Bodys when in -tess mode; fix big that did not copy .hasdots during RESTORE . (dot)
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ESP/ESP-ereped.jsOpenCSM/trunk/ESP/ESP-ereped.js
The file was modified /trunk/ESP/ESP.jsOpenCSM/trunk/ESP/ESP.js
The file was modified /trunk/ToDo.txtOpenCSM/trunk/ToDo.txt
The file was modified /trunk/data/basic/frustrum3.csmOpenCSM/trunk/data/basic/frustrum3.csm
The file was modified /trunk/data/basic/verify_7.4.1/frustrum3.vfyOpenCSM/trunk/data/basic/verify_7.4.1/frustrum3.vfy
The file was modified /trunk/data/basic/verify_7.6.0/frustrum3.vfyOpenCSM/trunk/data/basic/verify_7.6.0/frustrum3.vfy
The file was modified /trunk/src/OpenCSM.cOpenCSM/trunk/src/OpenCSM.c
The file was modified /trunk/src/sensCSM.cOpenCSM/trunk/src/sensCSM.c
The file was modified /trunk/src/serveCSM.cOpenCSM/trunk/src/serveCSM.c
The file was modified /trunk/src/serveESP.cOpenCSM/trunk/src/serveESP.c
The file was modified /trunk/src/tim.cOpenCSM/trunk/src/tim.c
The file was modified /trunk/src/udpEqn2body.cOpenCSM/trunk/src/udpEqn2body.c
The file was modified /trunk/src/udpNaca.cOpenCSM/trunk/src/udpNaca.c
Revision 1858 by haimes:
Try to fix stanalyzer errors again
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/src/egadsEffect.cEGADS/trunk/src/egadsEffect.c
Revision 1857 by galbramc:
Fix jlEGADS makefiles
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/jlEGADS/egads/MakefileEGADS/trunk/jlEGADS/egads/Makefile
The file was modified /trunk/jlEGADS/egadslite/MakefileEGADS/trunk/jlEGADS/egadslite/Makefile
Revision 1856 by haimes:
Try to fix stanalyzer errors
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/src/egadsEffect.cEGADS/trunk/src/egadsEffect.c
The file was modified /trunk/src/egadsTessInp.cEGADS/trunk/src/egadsTessInp.c
Revision 1855 by galbramc:
Suppress gcc-12 warning
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/src/egadsTessInp.cEGADS/trunk/src/egadsTessInp.c
Revision 1854 by haimes:
Effective Topology: apply last change only for EFaces with more than 1 Face
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/src/egadsEffect.cEGADS/trunk/src/egadsEffect.c
Revision 1853 by haimes:
Effective Topology: check result of getEdgeUV against invEval and pick the closer
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/src/egadsEffect.cEGADS/trunk/src/egadsEffect.c
Revision 1852 by haimes:
A different possible fix for the MemcheckOcsm on the rule28 cases
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/src/egadsSpline.cppEGADS/trunk/src/egadsSpline.cpp
Revision 1851 by haimes:
A different possible fix for the MemcheckOcsm on the rule28 cases
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/src/egadsSpline.cppEGADS/trunk/src/egadsSpline.cpp
Revision 1850 by haimes:
A possible fix for the MemcheckOcsm on the rule28 cases
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/src/egadsSpline.cppEGADS/trunk/src/egadsSpline.cpp
Revision 1849 by haimes:
Effective Topology: Mark Planar/Periodic EFaces not to tessellate Edges based on Face Curvature
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/lite/liteImport.cEGADS/trunk/lite/liteImport.c
The file was modified /trunk/src/egadsEffect.cEGADS/trunk/src/egadsEffect.c
The file was modified /trunk/src/egadsExport.cEGADS/trunk/src/egadsExport.c
The file was modified /trunk/src/egadsTess.cEGADS/trunk/src/egadsTess.c
Revision 1848 by haimes:
Fix scan-build warning from last commit again
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/src/egadsEffect.cEGADS/trunk/src/egadsEffect.c
Revision 1847 by haimes:
Fix scan-build warning from last commit
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/src/egadsEffect.cEGADS/trunk/src/egadsEffect.c
Revision 1846 by haimes:
Effective Topology: Fix NM Sheetbody Node removal
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/src/egadsEffect.cEGADS/trunk/src/egadsEffect.c
The file was modified /trunk/src/egadsTess.cEGADS/trunk/src/egadsTess.c
Revision 1845 by haimes:
Fix NULL bays at end with multiNode Rule
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/src/egadsSpline.cppEGADS/trunk/src/egadsSpline.cpp
Revision 1844 by galbramc:
Updated ruled sensitvities for multiNode
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/src/egadsSpline.cppEGADS/trunk/src/egadsSpline.cpp
The file was modified /trunk/test/egadsSpline_dot.cEGADS/trunk/test/egadsSpline_dot.c
Revision 1843 by haimes:
A minor update of the documentation of EG_approximate
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/docs/EGADS_ref/egads.pdfEGADS/trunk/docs/EGADS_ref/egads.pdf
The file was modified /trunk/docs/EGADS_ref/egads.texEGADS/trunk/docs/EGADS_ref/egads.tex
Revision 1842 by haimes:
Update the docs to specify the additions to EG_approximate and EG_ruled
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/docs/EGADS_ref/egads.pdfEGADS/trunk/docs/EGADS_ref/egads.pdf
The file was modified /trunk/docs/EGADS_ref/egads.texEGADS/trunk/docs/EGADS_ref/egads.tex
Revision 775 by galbramc:
Very strange...
Change TypePath in RepositoryPath in Workspace
The file was modified /ESP_Sanitize.shJenkinsESP/ESP_Sanitize.sh
Revision 774 by galbramc:
Allow multiple csm patterns
Change TypePath in RepositoryPath in Workspace
The file was modified /ESP_Sanitize.shJenkinsESP/ESP_Sanitize.sh
The file was modified /RunRegression.shJenkinsESP/RunRegression.sh
Revision 773 by galbramc:
Only check error handling when running all csm files
Change TypePath in RepositoryPath in Workspace
The file was modified /RunRegression.shJenkinsESP/RunRegression.sh
Revision 772 by galbramc:
Support changing outLevel and running select files
Change TypePath in RepositoryPath in Workspace
The file was modified /ESP_Sanitize.shJenkinsESP/ESP_Sanitize.sh
The file was modified /ESP_Valgrind.shJenkinsESP/ESP_Valgrind.sh
The file was modified /RunRegression.shJenkinsESP/RunRegression.sh
The file was modified /expectCSM.shJenkinsESP/expectCSM.sh
The file was modified /expectPLUGS.shJenkinsESP/expectPLUGS.sh
The file was modified /expectSENS.shJenkinsESP/expectSENS.sh
The file was modified /expectSLUGS.shJenkinsESP/expectSLUGS.sh
Revision 771 by galbramc:
Don't do jlEGADS testing just yet
Change TypePath in RepositoryPath in Workspace
The file was modified /ESP_Commit.shJenkinsESP/ESP_Commit.sh
Revision 770 by galbramc:
Revert ESP_venv for ESP_Beta
Change TypePath in RepositoryPath in Workspace
The file was modified /ESP_Beta.batJenkinsESP/ESP_Beta.bat
The file was modified /ESP_Beta.shJenkinsESP/ESP_Beta.sh
Revision 769 by galbramc:
Move virtualenv into ESP directory
Change TypePath in RepositoryPath in Workspace
The file was modified /ESP_Beta.batJenkinsESP/ESP_Beta.bat
The file was modified /ESP_Beta.shJenkinsESP/ESP_Beta.sh
The file was modified /ESP_Commit.shJenkinsESP/ESP_Commit.sh
The file was modified /ESP_Memcheck.shJenkinsESP/ESP_Memcheck.sh
The file was modified /ESPbfr.batJenkinsESP/ESPbfr.bat
The file was modified /ESPbfr.shJenkinsESP/ESPbfr.sh
Revision 768 by galbramc:
Only run minimal CAPS examples in beta
Change TypePath in RepositoryPath in Workspace
The file was modified /ESP_Beta.batJenkinsESP/ESP_Beta.bat
The file was modified /ESP_Beta.shJenkinsESP/ESP_Beta.sh
Revision 767 by galbramc:
Install torch for beta
Change TypePath in RepositoryPath in Workspace
The file was modified /ESP_Beta.batJenkinsESP/ESP_Beta.bat
The file was modified /ESP_Beta.shJenkinsESP/ESP_Beta.sh
Revision 766 by galbramc:
pip install torch for corsair
Change TypePath in RepositoryPath in Workspace
The file was modified /ESPbfr.batJenkinsESP/ESPbfr.bat
The file was modified /ESPbfr.shJenkinsESP/ESPbfr.sh
Revision 765 by galbramc:
Smartsr error log parse
Change TypePath in RepositoryPath in Workspace
The file was modified /ESP_parseJenkinsESP/ESP_parse