https://github.com/SixTrack/SixTrack

sort by:
Revision Author Date Message Commit Date
c053c86 Merge pull request #226 from kyrsjo/fixCollimatArrays Bump version to 4.6.9: Fix collimaton array bugs, reduce collimation console output, and enable collimat+hugenpart. Note: "tagging" array for "other" halo was not correctly compacted when particles were lost, now this is fixed. 08 March 2017, 12:32:55 UTC
cf5614a Bump version to 4.6.9 08 March 2017, 12:30:05 UTC
d050db1 Delete commented out code by suggestion from James 07 March 2017, 18:01:01 UTC
e5e519c Actually delete the error message in HUGENPART+COLLIMAT 24 February 2017, 16:25:57 UTC
2b41a50 Cleaned up the terminal output a bit... 24 February 2017, 16:24:25 UTC
0d84e0f Actually initialize part_select, part_indiv, part_linteract for all particles, not just those used in the 1st pack... 24 February 2017, 15:32:03 UTC
efd3fd1 Remove useless x00,xp00,y00,yp00 arrays 24 February 2017, 15:13:36 UTC
96a6e61 Compressing the "other" array as well as secondary/tertiary 24 February 2017, 15:04:54 UTC
5124bb2 Fixing array lengths in collimation code. 24 February 2017, 15:04:16 UTC
8d0412e Allowing build of COLLIMAT+HUGENPART 24 February 2017, 15:04:10 UTC
8e1f4d0 Merge pull request #225 from kyrsjo/deleteNonCanonical Fix bug in DYNK allowing two dumps to ALL at the same time, with only the last having an effect; remove the binary dump.dat (copy of the canonical) from SixTest/dump_binary (which was masking that the binary dump was never written...), and remove the ASCII version of the ALL dump from dump_binary, which was written and tested successfully, but which can't be used together with the binary dump which is what we are actually trying to test here... 24 February 2017, 10:59:19 UTC
8edc882 Remove ASCII ALL dump from test dump_binary, it can't be used at the same time as the binary ALL dump (which was what we wanted to test)... 24 February 2017, 10:34:02 UTC
cd96306 Delete non-canonical output file from dump_binary test 24 February 2017, 10:30:23 UTC
20313a5 Fix bug in DUMP - it should detect if you try to dump twice on ALL 24 February 2017, 10:29:00 UTC
e18d8a0 Merge pull request #220 from rdemaria/dump_binary Version 4.6.8: * Add format 3 (binary version of format 2) to DUMP 24 February 2017, 09:41:48 UTC
0d010e5 Bump version to 4.6.8 24 February 2017, 09:23:58 UTC
92d98d8 SixTest should also work on Windows. 22 February 2017, 13:12:19 UTC
e8e9e54 CR support for DUMP format 3 22 February 2017, 13:09:19 UTC
f568f25 The python convert does not exist. The Fortran one does. 22 February 2017, 12:49:45 UTC
3395933 Windows compatibility for dump3 in SixTestWrapper 22 February 2017, 12:45:40 UTC
d0431b9 Add readDump3 binary + tiny fix 22 February 2017, 12:14:30 UTC
9388acc SixTestWrapper support for readDump3 (UNIX only) 22 February 2017, 12:14:00 UTC
27f90f0 Add ASCII dump as a reference 22 February 2017, 11:22:21 UTC
eb5f046 Make a selfTest for readDump3, and make sure it works with ifort and nagfor also. 22 February 2017, 10:55:27 UTC
4ddbc3f Build the new binary with cmake 22 February 2017, 10:24:36 UTC
6f1bac3 Add basic tool for converting format 2 -> format 3 22 February 2017, 10:20:07 UTC
ee18a0e Merge branch 'master' into dump_binary 22 February 2017, 09:38:04 UTC
1e2c971 Merge pull request #148 from kyrsjo/DUMPdist Dump format 5,6,7: Write out the beam means <x>,<x'> etc. and matrix <x*x>,<x*x'> etc. 22 February 2017, 09:23:20 UTC
6eef79f Bump version to 4.6.7 22 February 2017, 09:21:29 UTC
bbdce08 Small user manual improvement. 22 February 2017, 09:15:45 UTC
5f35a73 Actually write out the header for DUMP format 6 22 February 2017, 08:50:53 UTC
9393625 Fix typos in header of DUMP format 6 22 February 2017, 08:46:13 UTC
a2d45f4 Avoid truncating the file on restart 21 February 2017, 17:17:50 UTC
64aee8e Add test for dump6 21 February 2017, 15:07:31 UTC
9ff1819 Update canonicals to fix swapped columns 21 February 2017, 15:06:49 UTC
f8702e5 NOW the indexing is correct... 21 February 2017, 15:05:01 UTC
eef3811 Adding support for format 6: Canonical matrix & fix mixup of column y and y' in format 4&5 21 February 2017, 14:55:35 UTC
ef0b68a Update headers of thick6ddynk DUMP canonicals 21 February 2017, 14:25:05 UTC
5b8fb83 Update headers of FMA DUMP canonicals 21 February 2017, 12:34:21 UTC
413c8a6 Update headers of wire DUMP canonicals 21 February 2017, 12:27:50 UTC
601652d Update headers of elens DUMP canonicals 21 February 2017, 12:21:03 UTC
deeb9a1 Adding canonicals for dump5 test 21 February 2017, 12:12:06 UTC
571fdd5 Adding canonicals for new dump4 test 21 February 2017, 12:10:59 UTC
11c734d Clarification in the manual 21 February 2017, 12:04:44 UTC
eb3d1ba Remove leading spaces in dumpfile headers 21 February 2017, 12:01:40 UTC
f95ab01 Fix error in SixTest CMakeList and add a test of DUMP ALL using format 4 21 February 2017, 11:55:47 UTC
30ec7a4 Add test for dump 5 (distribution) -- very similar to dump4 test 21 February 2017, 11:47:55 UTC
dcbf180 Cleaning up headers 21 February 2017, 11:44:04 UTC
3dea853 Fix index SNAFU for format 5 21 February 2017, 10:38:58 UTC
32eb9be Simplify DUMP header code, move format 4 to format 5 and introduce a new format 4 which only dumps the means. 21 February 2017, 10:30:56 UTC
20835dc Merge remote-tracking branch 'upstream/master' into DUMPdist 20 February 2017, 17:18:33 UTC
03ae524 Update the user manual 20 February 2017, 17:14:43 UTC
c5a2220 Move the CR pointer 20 February 2017, 16:35:54 UTC
5fc7b98 Merge pull request #222 from kyrsjo/fixWinXP Fix linking on Windows to use the libarchive we built and link zlib statically. Bump version to 4.6.6. 20 February 2017, 14:51:15 UTC
0171ab8 Bump version to 4.6.6 20 February 2017, 14:50:22 UTC
a3fab95 Document a zlib gotcha 20 February 2017, 14:48:44 UTC
2849c1c Remove unneccessary IFs for WIN32 20 February 2017, 14:01:43 UTC
8d6c9a8 Drop BZ2 from UNIX version 20 February 2017, 13:56:40 UTC
b2ee415 Cleanup build scripts 20 February 2017, 13:50:49 UTC
9c55369 Force libarchive to link the STATIC version zlib, not the dynamic one 20 February 2017, 13:05:49 UTC
95e07d0 Link the local libarchive, not the system one. This avoids the BCrypt issue, but now it's missing a library... 17 February 2017, 16:43:10 UTC
eef5d5e Don't link BCrypt from SixTrack 17 February 2017, 16:19:47 UTC
51962da increase buffer size when reading files for CR 15 February 2017, 16:34:42 UTC
33647a9 Update DUMP format 2 canonicals to match fixed headers 15 February 2017, 16:06:35 UTC
81585f9 Add test dump4 15 February 2017, 14:59:26 UTC
77d598e Proper headers for DUMP format 4 15 February 2017, 14:34:46 UTC
e06ad1f Fix DUMP format 2 headers 15 February 2017, 14:23:02 UTC
15504de Finishing code for DUMP format 4 15 February 2017, 13:15:33 UTC
a3d99d0 Change fmt from 3 to 4 also for the header... 15 February 2017, 10:37:08 UTC
e57bc7a Change fmt from 3 to 4, as Riccardo will use fmt=3 for binary version of fmt=2 15 February 2017, 10:33:59 UTC
9992f2a Merge branch 'master' into DUMPdist 15 February 2017, 10:29:33 UTC
dfedd9f Disable CNG library on Windows, it doesn't work correctly on XP 14 February 2017, 16:03:52 UTC
2ffb9d2 Merge pull request #221 from kyrsjo/FixTestingNagfor Fix runtime warning in test programs with Nagfor. 10 February 2017, 14:14:59 UTC
60483b0 Fix runtime warning in test programs with Nagfor. 10 February 2017, 14:12:34 UTC
fed837b manual for DUMP 10 February 2017, 11:02:36 UTC
c266406 merge with upstream 10 February 2017, 10:50:13 UTC
668659d adding test for DUMP strategy 3 10 February 2017, 10:45:14 UTC
54423fb Implement strategy 3 for DUMP 10 February 2017, 10:28:31 UTC
b5c4524 Merge pull request #209 from kyrsjo/ZIPIT ZIPF block (formerly ZIPIT), bump version 4.6.5 09 February 2017, 13:07:51 UTC
6e10ffc Bump version to 4.6.5 09 February 2017, 13:06:34 UTC
fcc22e8 Protect against yet another unlikely error case 09 February 2017, 13:02:17 UTC
fb12dbc Style changes, use EXIT_SUCCESS and EXIT_FAILURE instead of hard-coded 0 or 1 09 February 2017, 12:36:02 UTC
9566436 Make the buffer big enough to hold the string-terminating \0 08 February 2017, 21:02:55 UTC
5b6b5f5 Check for problems in snprintf() 08 February 2017, 17:37:31 UTC
4e11b43 SixTestWrapper must compile also when LIBARCHIVE is off. 08 February 2017, 16:49:17 UTC
d666df8 Check that the number of files in the .zip matches with what we expect. 08 February 2017, 16:22:37 UTC
a5a7b97 Update Sixin.zip 08 February 2017, 16:09:39 UTC
cebb76e Properly escape the windows path divider character 08 February 2017, 16:01:43 UTC
34175cb When compressing the data, always read the files in binary mode 08 February 2017, 15:55:15 UTC
6cc11ad Win32 CreateDirectory returns nonzero on success. 08 February 2017, 12:34:45 UTC
1e3a531 Zip more files in the test. 08 February 2017, 10:33:55 UTC
71aeeaa Clear the temp folder. 08 February 2017, 10:09:47 UTC
4635093 Print the status of the extra checks in the summary 08 February 2017, 09:18:42 UTC
1adcd29 Actually test the files inside the Sixout.zip 08 February 2017, 09:10:30 UTC
09dbb36 Listing the archive contents 08 February 2017, 08:22:48 UTC
d6d4aa8 Merge pull request #211 from JamesMolson/cmake Update javier_bignpart test 07 February 2017, 18:12:41 UTC
36ad5db Add a time tag to javier_bignpart and provide an input zip file for boinc tests. 07 February 2017, 18:04:33 UTC
b2a837f The sixout.zip test runs, and it uncompresses stuff! 07 February 2017, 17:49:31 UTC
1ceb2b7 Adding test elensidealthin6d_DYNK_ZIPF 07 February 2017, 17:14:18 UTC
6a19583 Merge remote-tracking branch 'upstream/master' into ZIPIT 07 February 2017, 17:02:39 UTC
back to top