https://github.com/SixTrack/SixTrack

sort by:
Revision Author Date Message Commit Date
50e7984 Merge pull request #277 from kyrsjo/LibArchive_boincrf Version 4.6.24: * In BOINC version, call BOINCRF to convert filenames before calling open(). 05 June 2017, 14:45:04 UTC
6acd2b6 Bump version to 4.6.24 05 June 2017, 14:43:56 UTC
35ecba6 Fix comment 05 June 2017, 14:39:23 UTC
3c9b475 More boincrf repositioning 05 June 2017, 14:33:02 UTC
17e056a Also use boincrf when opening dynksets.dat for repositioning 05 June 2017, 14:06:07 UTC
e5e1e0e Finish conversion of FMA 05 June 2017, 13:46:26 UTC
a86b201 Use boincrf in FMA 05 June 2017, 13:23:44 UTC
8aabaf7 Use boincrf in DYNK 05 June 2017, 13:10:50 UTC
5fa9e0e Use boincrf when opening DUMP files 05 June 2017, 12:55:16 UTC
9559f94 Convert filenames for zipf using boincrf 05 June 2017, 12:38:35 UTC
3a92b4c Ask BOINC for the actual filename of Sixin.zip 04 June 2017, 15:50:47 UTC
1eab26c Merge pull request #275 from kyrsjo/ErrorOutput More useful output on errors: * Always call prror(ierr) when something goes wrong * In CR version (including BOINC), copy the last 40 lines of fort.6 and fort.93 to stderr. * Bump version to 4.6.23 04 June 2017, 14:57:23 UTC
e3d983b Bump version to 4.6.23 04 June 2017, 14:54:12 UTC
21d5faf Close fort.93 in the correct places. 04 June 2017, 14:51:07 UTC
6129288 Gracefull handling of short files 02 June 2017, 19:21:37 UTC
aec590a Add new subroutine print_lastlines_to_stderr() 02 June 2017, 19:04:16 UTC
c8f42f2 Remove rouge STOP and ABEND calls from lielib.s 02 June 2017, 16:23:41 UTC
faaef5b Remove rouge STOP and ABEND calls from sixtrack.s 02 June 2017, 16:15:43 UTC
b1aab0b Return error status on failure 02 June 2017, 16:01:05 UTC
d8e203b Print CRITICAL ERRORs from libArchive_wrapper to stderr 02 June 2017, 14:01:20 UTC
7969eb8 Merge pull request #273 from kyrsjo/collMaxTurns In collimation version, check that number of turns is < 10k, and bump version to 4.6.22. 01 June 2017, 08:07:34 UTC
afacee4 Bump version number to 4.6.22 01 June 2017, 08:05:51 UTC
a6b0dd0 Add check for max turns in collimation version 31 May 2017, 16:12:53 UTC
ab272ed Merge pull request #272 from kyrsjo/CRcleaning Fixes in Checkpoint/Restart, version 4.6.21: * Fix wrong positioning of dynksets.dat * Check that SixTrack version and moddate matches before trying to restart * Add dynksets.dat.canonical for test dynk_globalvars * Some cleanup in SixTestWrapper 30 May 2017, 14:47:10 UTC
5a83745 Bump version to 4.6.21 30 May 2017, 14:44:38 UTC
02d9bf0 Merge branch 'master' into CRcleaning 30 May 2017, 14:35:59 UTC
b0fa5f5 Don't cry ERROR when there is none. 30 May 2017, 14:33:23 UTC
bcb8924 Check dynksets for test dynk_globalvars, even if it is a bit big (3.8M). 30 May 2017, 13:23:19 UTC
965de39 Fixed bug when repositioning dynksets.dat; what I don't understand is how this worked at all... 30 May 2017, 13:21:50 UTC
77a8623 Check SixTrack version and moddate of CR files before attempting a restart 29 May 2017, 11:55:57 UTC
f0ab0fc Add descriptive comments to the top of the CR* subroutines 29 May 2017, 09:18:11 UTC
5c9dfd5 Merge pull request #271 from kyrsjo/zlib Include ZLIB in the distribution; this fixes lxplus compilation problems & simplifies the scripts. 26 May 2017, 14:34:56 UTC
90c4bc5 Update build docs 26 May 2017, 14:34:00 UTC
3fcdd0f Bump version to 4.6.20 after fix of Beam-beam for 4D tracking in PR #270 26 May 2017, 14:20:22 UTC
9df8c71 Fix Windows build 26 May 2017, 13:22:12 UTC
7da21dc Add some more info to the error message when something crashes 26 May 2017, 09:26:55 UTC
e104a18 Linking correctly to local zlib 24 May 2017, 17:23:09 UTC
81058e6 Link to shipped zlib 24 May 2017, 16:21:01 UTC
f5063d4 Adding zlib version 1.2.11 24 May 2017, 11:41:15 UTC
926501f Merge pull request #270 from rdemaria/fix_beambeam_nosync Fix beambeam nosync 19 May 2017, 11:08:47 UTC
6b5e903 fix (almost) bb new style without sync motion There are still numerical differences due to the calculation of the sigma matrix done in a different way e.g.: Calculated with 6D beam-beam (gdb) print bbcu(ibb,1) $1 = 5.0034903462428773e-05 (gdb) print bbcu(ibb,2) $2 = 5.0210519828924279e-05 (gdb) Calculated with 4D beam-beam (gdb) print bbcu(ibb,1) $1 = 5.0034171616202141e-05 (gdb) print bbcu(ibb,2) $2 = 5.0206105919068384e-05 18 May 2017, 17:04:50 UTC
a71c8f9 fix bb newstyle with no sync motion (test does not pass yet) 18 May 2017, 16:50:41 UTC
eb70272 Merge pull request #263 from kyrsjo/IncraseNBB500 Version 4.6.19; Increase nbb to 500 for big and hugenblz so that long-range beam-beam works with FCC; fixes issue #262. 09 May 2017, 08:51:46 UTC
583053b Bump version to 4.6.19 09 May 2017, 08:50:46 UTC
b0baf8c Increase nbb to 500 for big and hugenblz 09 May 2017, 07:54:36 UTC
f189a6b Merge pull request #261 from rdemaria/fix_beambeam_boost Fixes bug in 6D beam beam lens (formula for the inverse of the boost, see issue #260), bump version to 4.6.18. 08 May 2017, 11:50:31 UTC
934b836 Bump version to 4.6.18 08 May 2017, 11:49:27 UTC
41be4b4 Adding missing files in test 'beam-HO_6D-simple' 08 May 2017, 09:58:23 UTC
3a9f13d update test for fix beam-beam 6D 05 May 2017, 10:13:09 UTC
cbb911c update makefile 04 May 2017, 11:32:03 UTC
09892a3 fix typo in equations 04 May 2017, 07:45:38 UTC
a428def fix doc makefile 04 May 2017, 07:36:47 UTC
1375a5a adding new test 04 May 2017, 07:20:45 UTC
f99923b add command to compile in mktag 03 May 2017, 12:48:37 UTC
a3cb40b adding mktag command 03 May 2017, 12:03:28 UTC
0f8172c adding info on the emittance 03 May 2017, 09:41:27 UTC
281c0b7 Merge branch 'master' into fix_beambeam_boost 03 May 2017, 09:20:56 UTC
7aaca8c fix beam-beam 03 May 2017, 08:47:54 UTC
39c2dbc Typo in the sigma matrix element 02 May 2017, 10:30:16 UTC
4ca650f Merge pull request #259 from kyrsjo/smallfixes Small fixes to manual (multipoles), testing suite (CheckTestInput*) and remove a unused variable in daten. 27 April 2017, 12:53:27 UTC
13d00e3 Fix some small formatting issues in the user manual. 27 April 2017, 12:52:00 UTC
8b96ea5 Merge remote-tracking branch 'upstream/master' into smallfixes 27 April 2017, 12:43:43 UTC
033135d Improve CheckTestInput tests 27 April 2017, 12:42:43 UTC
59d9fcd Remove unneeded variables in daten 27 April 2017, 09:48:08 UTC
91c9d2a Add forgotten canonical 25 April 2017, 15:05:25 UTC
1d7d2e3 Cleanup RFmultipole manual 25 April 2017, 15:02:02 UTC
f294e27 Consistent line breaks in SixTest/CMakeLists.txt 25 April 2017, 14:32:01 UTC
ba9c11c Merge pull request #258 from amereghe/fixMakeFilesDoc Improving Doc makefiles 23 April 2017, 02:24:57 UTC
c28c454 Doc makefiles: improving the one in physics_manual + creating a couple of new ones for building_sixtrack and user_manual 22 April 2017, 15:24:45 UTC
8ccbb5b Merge pull request #257 from kyrsjo/STF_tests Test suite improvements - better check of input files, add STF tests to all tests, cleanup SixTest/CMakeLists.txt 20 April 2017, 18:13:35 UTC
fc27f46 Should hopefully make merge conflicts in this file a bit simpler 20 April 2017, 18:11:34 UTC
109b240 Merge branch 'master' into STF_tests 20 April 2017, 18:03:35 UTC
464bbd0 Merge pull request #256 from jfwagner/DYNK_RANDU-ONOFF Added new FUN in DYNK "RANDON", bump version to 4.6.17. 20 April 2017, 17:54:29 UTC
ca812b4 Bump version to 4.6.17 20 April 2017, 17:52:51 UTC
79061be Merge remote-tracking branch 'upstream/master' into DYNK_RANDU-ONOFF 20 April 2017, 17:44:32 UTC
b759948 Update elensidealthin6d_DYNK_RANDON/Sixin.zip to match new DYNK block 20 April 2017, 17:42:10 UTC
7e90045 Add stuff for the RFmultipoles test 20 April 2017, 17:37:15 UTC
f2dee94 Make the STF checking script more quiet 20 April 2017, 17:28:16 UTC
74ee4fa Revert the change in SixTest/bb_ntwin1/fort.3 and embrace the warning about too few arguments... 20 April 2017, 17:27:36 UTC
684e2d6 Remodel the BOINC Sixin.zip checker 20 April 2017, 17:26:33 UTC
5a5f7f1 A bit saner way to disable fort.10 testing 20 April 2017, 17:08:29 UTC
5a5e169 Revert the change in SixTest/bb/fort.3 and embrace the warning about too few arguments... 20 April 2017, 16:59:16 UTC
3ecea11 Added tests for DYNK_RANDON 20 April 2017, 16:58:53 UTC
2834049 Always check BOINC input 20 April 2017, 16:56:51 UTC
dd7d365 Adding test CheckTestInput_STF, all tests should now have a STF file. 20 April 2017, 16:39:28 UTC
f335a33 Merged 20 April 2017, 16:34:43 UTC
e198b31 Added elensidealthin6d_DYNK_RANDON to test CMakeLists.txt 20 April 2017, 16:29:55 UTC
d4d513a Code cleanup, blank lines etc. 20 April 2017, 16:22:35 UTC
04d8b0e Run test CheckTestInputForBOINC.sh ALWAYS 20 April 2017, 16:13:24 UTC
333586a Add more STF canonicals 20 April 2017, 16:02:18 UTC
dab3964 Add STF canonical checker 20 April 2017, 16:01:48 UTC
d48efe2 Merge remote-tracking branch 'upstream/master' into STF_tests 20 April 2017, 15:20:17 UTC
41d9982 Add STF canonicals for more tests 20 April 2017, 15:18:58 UTC
b0aac93 Add STF canonicals for the new dump tests 20 April 2017, 14:51:04 UTC
ff9c1ea Add STF canonicals for the new beam tests 20 April 2017, 14:46:41 UTC
4ea4d8c Update six.tex 20 April 2017, 13:48:48 UTC
45a739b Merge pull request #237 from androula/fix_user_manual Edit manual to include the RF multipoles 20 April 2017, 13:47:12 UTC
c5eb99c fix tests 20 April 2017, 13:46:18 UTC
778eecf Adding new canonicals 20 April 2017, 13:14:28 UTC
a502f50 Added the manual entry of the DYNK FUN RANDON. 20 April 2017, 13:09:04 UTC
back to top