author
int64
658
755k
date
stringdate
2012-06-12 08:34:29
2024-07-22 14:51:21
timezone
int64
-46,800
43.2k
hash
stringlengths
40
40
message
stringlengths
5
490
mods
listlengths
1
16
language
stringclasses
20 values
license
stringclasses
3 values
repo
stringlengths
5
68
original_message
stringlengths
12
491
8,490
03.07.2018 14:17:10
-7,200
e0ee680c4ce7ae6c913303b54426d775c8406b32
Rename 'BP_LAYERED' in 'BP_HORIZONTAL_LAYERED'.
[ { "change_type": "MODIFY", "old_path": "refs", "new_path": "refs", "diff": "-Subproject commit 2e83d27d36a32742ce471d238ac6660d10247906\n+Subproject commit 17a8f91e7cb887c2c5c94b72e15918e0ffc0b4cf\n" }, { "change_type": "MODIFY", "old_path": "src/Factory/Module/Decoder/LDPC/Decoder_LDPC....
C++
MIT License
aff3ct/aff3ct
Rename 'BP_LAYERED' in 'BP_HORIZONTAL_LAYERED'.
8,483
04.07.2018 09:33:12
-7,200
22d8cf63aa867445b568ffea8a3201c8bdd37caf
Makes monitor reduction MPI works with a intermediate data structure creation to transfert Monitor data
[ { "change_type": "MODIFY", "old_path": "src/Module/Monitor/BFER/Monitor_BFER.cpp", "new_path": "src/Module/Monitor/BFER/Monitor_BFER.cpp", "diff": "#include \"Tools/Perf/common/mutual_info.h\"\n#include \"Tools/Perf/common/hamming_distance.h\"\n#include \"Tools/Math/utils.h\"\n+#include \"Tools/gene...
C++
MIT License
aff3ct/aff3ct
Makes monitor reduction MPI works with a intermediate data structure creation to transfert Monitor data
8,483
04.07.2018 10:45:23
-7,200
91f192ac9e011e3bb4ebaba94e75dbc37e3c2b60
Cosmetics and add a SIGUSR1 signal handler for MPI runs
[ { "change_type": "MODIFY", "old_path": "src/Module/Monitor/BFER/Monitor_BFER.hpp", "new_path": "src/Module/Monitor/BFER/Monitor_BFER.hpp", "diff": "@@ -20,8 +20,6 @@ public:\ninline Task& operator[](const mnt::tsk t) { return Module::operator[]((int)t); }\ninline Socket& operator[](const mnt::sck::c...
C++
MIT License
aff3ct/aff3ct
Cosmetics and add a SIGUSR1 signal handler for MPI runs
8,483
04.07.2018 15:01:43
-7,200
5717943633fb7f816252527bacce8479078f5f20
Add test regression with MPI run. Fix BFER factory when getting prefix of mnt_mi because in BFERI it is not instantiated
[ { "change_type": "MODIFY", "old_path": "ci/test-regression.py", "new_path": "ci/test-regression.py", "diff": "@@ -30,6 +30,7 @@ parser.add_argument('--max-fe', action='store', dest='maxFE', ty\nparser.add_argument('--weak-rate', action='store', dest='weakRate', type=float, default=0.8, help='Rate of...
C++
MIT License
aff3ct/aff3ct
Add test regression with MPI run. Fix BFER factory when getting prefix of mnt_mi because in BFERI it is not instantiated
8,483
04.07.2018 15:44:03
-7,200
f33f6e85dd756a9742e82cea113d70c709f151d2
Fix the binding of Monitor MI in STD simu when using demodulation with gain
[ { "change_type": "MODIFY", "old_path": "src/Simulation/BFER/Standard/Threads/BFER_std_threads.cpp", "new_path": "src/Simulation/BFER/Standard/Threads/BFER_std_threads.cpp", "diff": "@@ -251,7 +251,12 @@ void BFER_std_threads<B,R,Q>\nauto &mnt = *this->monitor_mi[tid];\nmnt[mnt::sck::get_mutual_info:...
C++
MIT License
aff3ct/aff3ct
Fix the binding of Monitor MI in STD simu when using demodulation with gain
8,483
04.07.2018 15:44:21
-7,200
ba4d19336b0ea344242f6d8f8385fbd2d6c54b0d
Fix the SystemC binding with new monitors
[ { "change_type": "MODIFY", "old_path": "src/Simulation/BFER/Iterative/SystemC/SC_BFER_ite.cpp", "new_path": "src/Simulation/BFER/Iterative/SystemC/SC_BFER_ite.cpp", "diff": "@@ -49,9 +49,9 @@ void SC_BFER_ite<B,R,Q>\nthis->interleaver_bit[tid]->set_name(this->interleaver_llr[tid]->get_name() + \"_bi...
C++
MIT License
aff3ct/aff3ct
Fix the SystemC binding with new monitors
8,483
04.07.2018 17:30:39
-7,200
72e65e7b9d8691defa63dbb94d16ed09150a58bd
Fix the argument definition of --dec-alpha for TPC
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Decoder/Turbo_product/Decoder_turbo_product.cpp", "new_path": "src/Factory/Module/Decoder/Turbo_product/Decoder_turbo_product.cpp", "diff": "@@ -106,13 +106,7 @@ void Decoder_turbo_product::parameters\nargs.add(\n{p+\"-alpha\"},\n- tools::Li...
C++
MIT License
aff3ct/aff3ct
Fix the argument definition of --dec-alpha for TPC
8,490
04.07.2018 17:38:53
-7,200
2bca8281673d59cd2cfe102a400c7d40f5d626c7
First 'working' implem of the LDPC BP vertical layered scheduler.
[ { "change_type": "MODIFY", "old_path": "conf", "new_path": "conf", "diff": "-Subproject commit 1a235468ab507b08eb9513ec62a5f4646bc97953\n+Subproject commit d36d091f421b4d30ce28de4edf29f052c1da3b90\n" }, { "change_type": "MODIFY", "old_path": "refs", "new_path": "refs", "diff": "-...
C++
MIT License
aff3ct/aff3ct
First 'working' implem of the LDPC BP vertical layered scheduler.
8,490
05.07.2018 09:55:08
-7,200
a0aee5915033f9895db209e5f02d6951e30362c1
Simplify the LDPC vertical layered scheduler + variables renaming.
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/LDPC/BP/Flooding/Decoder_LDPC_BP_flooding.hpp", "new_path": "src/Module/Decoder/LDPC/BP/Flooding/Decoder_LDPC_BP_flooding.hpp", "diff": "@@ -21,10 +21,10 @@ protected:\nstd::vector<uint32_t > transpose;\nstd::vector<R > post; // a posteriori...
C++
MIT License
aff3ct/aff3ct
Simplify the LDPC vertical layered scheduler + variables renaming.
8,483
05.07.2018 11:22:53
-7,200
30c4a222acf1f6dee218402d9eea5daf294ba63d
Fix the decoder_siho frame starting id
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/Decoder_SIHO.hxx", "new_path": "src/Module/Decoder/Decoder_SIHO.hxx", "diff": "@@ -108,8 +108,8 @@ decode_siho(const R *Y_N, B *V_K, const int frame_id)\nconst auto w_start = (frame_id < 0) ? 0 : frame_id % this->n_dec_waves;\nconst auto w_s...
C++
MIT License
aff3ct/aff3ct
Fix the decoder_siho frame starting id
8,490
05.07.2018 14:43:19
-7,200
ca9c1a7b396c7016c3006c44f9bb7bf20b77a132
Add LDPC vertical layered scheduler with inter SIMD.
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Decoder/LDPC/Decoder_LDPC.cpp", "new_path": "src/Factory/Module/Decoder/LDPC/Decoder_LDPC.cpp", "diff": "#ifdef __cpp_aligned_new\n#include \"Module/Decoder/LDPC/BP/Horizontal_layered/Decoder_LDPC_BP_horizontal_layered_inter.hpp\"\n+#include...
C++
MIT License
aff3ct/aff3ct
Add LDPC vertical layered scheduler with inter SIMD.
8,483
06.07.2018 11:05:12
-7,200
d80279994478e3248e48ae2115d33ec067a74b91
Make the TPC works with inter frame level
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Decoder/Turbo_product/Decoder_turbo_product.cpp", "new_path": "src/Factory/Module/Decoder/Turbo_product/Decoder_turbo_product.cpp", "diff": "@@ -187,7 +187,7 @@ void Decoder_turbo_product::parameters\n}\n- this->sub->n_frames = this->n_frame...
C++
MIT License
aff3ct/aff3ct
Make the TPC works with inter frame level
8,483
06.07.2018 11:09:52
-7,200
faa569fb01c633e7156db34db1bedb01dd38c51f
Fix the 'has a constructor with 1 argument that is not explicit' warning
[ { "change_type": "MODIFY", "old_path": "src/Tools/Math/Galois.hpp", "new_path": "src/Tools/Math/Galois.hpp", "diff": "@@ -18,7 +18,7 @@ protected:\nstd::vector<int> p; // coefficients of a primitive polynomial used to generate GF(2**m)\npublic:\n- Galois(const int& N);\n+ explicit Galois(const int& ...
C++
MIT License
aff3ct/aff3ct
Fix the 'has a constructor with 1 argument that is not explicit' warning
8,483
06.07.2018 11:12:53
-7,200
bee45364721f5adcf277068e18e0d2aec9802d5c
Fix 'Clarify calculation precedence for '^' and '?'.' warning
[ { "change_type": "MODIFY", "old_path": "src/Tools/Perf/common/hamming_distance.cpp", "new_path": "src/Tools/Perf/common/hamming_distance.cpp", "diff": "@@ -23,7 +23,7 @@ inline size_t hamming_distance_seq_real(const B *in1, const B *in2, const unsign\nsize_t ham_dist = 0;\nfor (unsigned i = 0; i < s...
C++
MIT License
aff3ct/aff3ct
Fix 'Clarify calculation precedence for '^' and '?'.' warning
8,483
06.07.2018 13:11:07
-7,200
21773c9f441c858aadf97db300ad5c0d134384fb
Fix the Frame trace when there are several lines.
[ { "change_type": "MODIFY", "old_path": "src/Module/Task.cpp", "new_path": "src/Module/Task.cpp", "diff": "#include <rang.hpp>\n-#include \"Tools/Display/Frame_trace/Frame_trace.hpp\"\n-\n#include \"Module.hpp\"\n#include \"Socket.hpp\"\n#include \"Task.hpp\"\n" }, { "change_type": "MODIFY", ...
C++
MIT License
aff3ct/aff3ct
Fix the Frame trace when there are several lines.
8,483
06.07.2018 14:03:58
-7,200
36e1bd275f25dbfea68ba990e2341326060c1a6b
Fix compilation in simple precision
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/Turbo_product/Chase_pyndiah/Decoder_chase_pyndiah.cpp", "new_path": "src/Module/Decoder/Turbo_product/Chase_pyndiah/Decoder_chase_pyndiah.cpp", "diff": "@@ -503,6 +503,6 @@ template class aff3ct::module::Decoder_chase_pyndiah<B_16,Q_16>;\nte...
C++
MIT License
aff3ct/aff3ct
Fix compilation in simple precision
8,483
06.07.2018 17:25:59
-7,200
efd17c308a552bc0cc9e30267d3c2f52e9fa7f1c
Implement a fast decoder chase pyndiah with optimised with MIPP the compute metrics and reliability functions
[ { "change_type": "MODIFY", "old_path": "src/Module/Codec/Turbo_product/Codec_turbo_product.cpp", "new_path": "src/Module/Codec/Turbo_product/Codec_turbo_product.cpp", "diff": "@@ -93,14 +93,14 @@ Codec_turbo_product<B,Q>\ndec_bch_rows = dynamic_cast<Decoder_BCH<B,Q>*>(factory::Decoder_BCH::build_hih...
C++
MIT License
aff3ct/aff3ct
Implement a fast decoder chase pyndiah with optimised with MIPP the compute metrics and reliability functions
8,483
09.07.2018 10:11:33
-7,200
c6cb13378ed2e9ed9ad3f2bd0f2bb15bf5deb536
Cosmetics; Fix include wrong headers; Fix g++4.x compilation errors
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Decoder/Turbo_product/Decoder_turbo_product.cpp", "new_path": "src/Factory/Module/Decoder/Turbo_product/Decoder_turbo_product.cpp", "diff": "#include \"Tools/Exception/exception.hpp\"\n#include \"Tools/general_utils.h\"\n+#include \"Tools/Ar...
C++
MIT License
aff3ct/aff3ct
Cosmetics; Fix include wrong headers; Fix g++4.x compilation errors
8,483
09.07.2018 10:19:34
-7,200
df42019e1b5412958bbb5ff226168f2a3572c4b5
Add Turbo prod in regression tests
[ { "change_type": "MODIFY", "old_path": ".gitlab-ci.yml", "new_path": ".gitlab-ci.yml", "diff": "@@ -360,6 +360,27 @@ test-regression-polar:\n- source ./ci/tools/threads.sh\n- ./ci/test-regression.py --refs-path refs/POLAR --results-path test-regression-results-polar --build-path build_linux_gcc_x64_...
C++
MIT License
aff3ct/aff3ct
Add Turbo prod in regression tests
8,483
09.07.2018 11:04:49
-7,200
89c7d08866f7b93dbb46a4e0816dca41cbd327f1
Fix poncturer LDPC pattern display
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Puncturer/LDPC/Puncturer_LDPC.cpp", "new_path": "src/Factory/Module/Puncturer/LDPC/Puncturer_LDPC.cpp", "diff": "+#include <sstream>\n+\n#include \"Tools/general_utils.h\"\n#include \"Tools/Exception/exception.hpp\"\n@@ -106,7 +108,11 @@ voi...
C++
MIT License
aff3ct/aff3ct
Fix poncturer LDPC pattern display
8,483
09.07.2018 11:29:12
-7,200
12f10b60e8d066843879d4d0e88bc2540a161977
Increase the regression test simulation time to 30 sec for Turbo prod
[ { "change_type": "MODIFY", "old_path": ".gitlab-ci.yml", "new_path": ".gitlab-ci.yml", "diff": "@@ -360,7 +360,7 @@ test-regression-polar:\n- source ./ci/tools/threads.sh\n- ./ci/test-regression.py --refs-path refs/POLAR --results-path test-regression-results-polar --build-path build_linux_gcc_x64_s...
C++
MIT License
aff3ct/aff3ct
Increase the regression test simulation time to 30 sec for Turbo prod
8,483
10.07.2018 14:46:42
-7,200
4e32be0624ede7be2cf40398e52d1f873cb2be30
Fix the Factory::Codec cloning methods by setting correcly the cloned puncturers in the parent Codec
[ { "change_type": "MODIFY", "old_path": "refs", "new_path": "refs", "diff": "-Subproject commit 2e83d27d36a32742ce471d238ac6660d10247906\n+Subproject commit 630f71f832bce1955caaef825355b765a4557df0\n" }, { "change_type": "MODIFY", "old_path": "src/Factory/Module/Codec/LDPC/Codec_LDPC.cpp"...
C++
MIT License
aff3ct/aff3ct
Fix the Factory::Codec cloning methods by setting correcly the cloned puncturers in the parent Codec
8,490
10.07.2018 15:05:33
-7,200
978d1a7f063c01bf846c33fddd0302507a836dc6
Simplify MS, OMS and NMS update rules.
[ { "change_type": "MODIFY", "old_path": "src/Tools/Code/LDPC/Update_rule/MS/Update_rule_MS.hpp", "new_path": "src/Tools/Code/LDPC/Update_rule/MS/Update_rule_MS.hpp", "diff": "@@ -69,17 +69,16 @@ public:\n{\nconst auto var_abs = (R)std::abs(var_val);\nconst auto var_sign = std::signbit((float)var_val)...
C++
MIT License
aff3ct/aff3ct
Simplify MS, OMS and NMS update rules.
8,483
10.07.2018 15:43:47
-7,200
fa63f28758f0dc76b5ee971fa008f5e2e527d0e0
Fix g++4.x compilation errors with protected parent type use
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/Turbo_product/Chase_pyndiah/Decoder_chase_pyndiah.hpp", "new_path": "src/Module/Decoder/Turbo_product/Chase_pyndiah/Decoder_chase_pyndiah.hpp", "diff": "@@ -38,13 +38,7 @@ namespace module\ntemplate <typename B = int, typename R = float>\ncl...
C++
MIT License
aff3ct/aff3ct
Fix g++4.x compilation errors with protected parent type use
8,488
10.07.2018 16:09:09
-7,200
3c7199f4e84aab7409ed821f9a2bd7491f023374
Add BEC frozen bits generator.
[ { "change_type": "MODIFY", "old_path": "src/Factory/Tools/Code/Polar/Frozenbits_generator.cpp", "new_path": "src/Factory/Tools/Code/Polar/Frozenbits_generator.cpp", "diff": "#include \"Tools/Code/Polar/Frozenbits_generator/Frozenbits_generator_file.hpp\"\n#include \"Tools/Code/Polar/Frozenbits_gener...
C++
MIT License
aff3ct/aff3ct
Add BEC frozen bits generator.
8,483
10.07.2018 16:56:48
-7,200
72e311de7045730cae1eafed19d879722c43c3dc
Add the minFE argument to do not take into account the noise points with not enough wrong frames.
[ { "change_type": "MODIFY", "old_path": "ci/test-regression.py", "new_path": "ci/test-regression.py", "diff": "@@ -27,6 +27,7 @@ parser.add_argument('--sensibility', action='store', dest='sensibility', ty\nparser.add_argument('--n-threads', action='store', dest='nThreads', type=int, default=0, help='...
C++
MIT License
aff3ct/aff3ct
Add the minFE argument to do not take into account the noise points with not enough wrong frames.
8,483
11.07.2018 10:52:43
-7,200
41e50824987596868990cbe9d6781cc4cd899b85
Add a start index in the source/encoder user modules to not always start at the 0 index
[ { "change_type": "MODIFY", "old_path": "src/Module/Encoder/User/Encoder_user.cpp", "new_path": "src/Module/Encoder/User/Encoder_user.cpp", "diff": "@@ -10,8 +10,8 @@ using namespace aff3ct::module;\ntemplate <typename B>\nEncoder_user<B>\n-::Encoder_user(const int K, const int N, const std::string &...
C++
MIT License
aff3ct/aff3ct
Add a start index in the source/encoder user modules to not always start at the 0 index
8,483
11.07.2018 10:59:35
-7,200
f9ede55d894ffec74a3b4eddb0ee8d82669e6158
Add the start idx parameter in the Source/encoder factories but without matching argument. Do not take into account the selected implem when building AZCW/USER type sources
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Encoder/Encoder.cpp", "new_path": "src/Factory/Module/Encoder/Encoder.cpp", "diff": "@@ -114,7 +114,7 @@ module::Encoder<B>* Encoder::parameters\nif (this->type == \"NO\" ) return new module::Encoder_NO <B>(this->K, this->n_frames);\nelse if...
C++
MIT License
aff3ct/aff3ct
Add the start idx parameter in the Source/encoder factories but without matching argument. Do not take into account the selected implem when building AZCW/USER type sources
8,483
11.07.2018 11:03:29
-7,200
d16f905776f1ec8a6e803b4a532628df48bcc525
Add start-idx argument in source and encoder factories
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Encoder/Encoder.cpp", "new_path": "src/Factory/Module/Encoder/Encoder.cpp", "diff": "@@ -68,6 +68,11 @@ void Encoder::parameters\ntools::File(tools::openmode::read),\n\"path to a file containing one or a set of pre-computed codewords, to use...
C++
MIT License
aff3ct/aff3ct
Add start-idx argument in source and encoder factories
8,483
11.07.2018 11:34:42
-7,200
f4172cdff63e0b404860cd8da08337206bf982fe
Remove argument mnt-trials from the arg lists in std simu chain
[ { "change_type": "MODIFY", "old_path": "src/Launcher/Simulation/BFER_std.cpp", "new_path": "src/Launcher/Simulation/BFER_std.cpp", "diff": "@@ -80,6 +80,7 @@ void BFER_std<B,R,Q>\nthis->args.erase({pmnt+\"-info-bits\", \"K\"});\nthis->args.erase({pmnt+\"-fra-size\", \"N\"});\nthis->args.erase({pmnt+...
C++
MIT License
aff3ct/aff3ct
Remove argument mnt-trials from the arg lists in std simu chain
8,483
13.07.2018 09:09:50
-7,200
453f04ef1d687ec14e100b446c63aacf87e24ac3
Fix MPI build error in Monitor_EXIT
[ { "change_type": "MODIFY", "old_path": "src/Module/Monitor/EXIT/Monitor_EXIT.hpp", "new_path": "src/Module/Monitor/EXIT/Monitor_EXIT.hpp", "diff": "@@ -131,11 +131,6 @@ protected:\npublic:\n// static constexpr unsigned n_MPI_attributes = 3;\n-\n- R I_A_sum;\n- unsigned long long n_trials;\n-\n- cons...
C++
MIT License
aff3ct/aff3ct
Fix MPI build error in Monitor_EXIT
8,483
13.07.2018 09:17:57
-7,200
e2b1d2b8a488c0363d3d9451a15ed0e2cec15beb
Fix the monitor_exit constructor in MPI
[ { "change_type": "MODIFY", "old_path": "src/Module/Monitor/EXIT/Monitor_EXIT.hpp", "new_path": "src/Module/Monitor/EXIT/Monitor_EXIT.hpp", "diff": "@@ -146,7 +146,7 @@ public:\n// MPI_Aint displacements[n_MPI_attributes],\n// MPI_Datatype oldtypes [n_MPI_attributes]);\n- Monitor_BFER(const Vals_mpi&...
C++
MIT License
aff3ct/aff3ct
Fix the monitor_exit constructor in MPI
8,483
13.07.2018 11:25:26
-7,200
afbc6b5cd5aee2a29785e6d03fd79d54ca0368ab
Enhance reporter noise to have link with a noise value, a pointer/reference to a noise and a pointer to a pointer to a noise
[ { "change_type": "MODIFY", "old_path": "src/Tools/Display/Reporter/Noise/Reporter_noise.cpp", "new_path": "src/Tools/Display/Reporter/Noise/Reporter_noise.cpp", "diff": "@@ -14,19 +14,40 @@ using namespace aff3ct::tools;\ntemplate <typename R>\nReporter_noise<R>\n-::Reporter_noise(Noise<R>* const& n...
C++
MIT License
aff3ct/aff3ct
Enhance reporter noise to have link with a noise value, a pointer/reference to a noise and a pointer to a pointer to a noise
8,483
13.07.2018 11:26:24
-7,200
09fc5e8aabc8a7f4a6e1f8c976cae873582125b4
Fix siga range build in factory EXIT
[ { "change_type": "MODIFY", "old_path": "src/Factory/Simulation/EXIT/EXIT.cpp", "new_path": "src/Factory/Simulation/EXIT/EXIT.cpp", "diff": "@@ -96,7 +96,7 @@ void EXIT::parameters\nargs.add(\n{p+\"-siga-range\"},\n- tools::Matlab_vector<float>(tools::Real(), std::make_tuple(tools::Length(1)), std::m...
C++
MIT License
aff3ct/aff3ct
Fix siga range build in factory EXIT
8,483
13.07.2018 11:27:05
-7,200
51399fccecc36a4b87c87573f8b2c96bd466e7f8
Fix reporter/simulation/monitor EXIT
[ { "change_type": "MODIFY", "old_path": "src/Module/Monitor/EXIT/Monitor_EXIT.cpp", "new_path": "src/Module/Monitor/EXIT/Monitor_EXIT.cpp", "diff": "@@ -13,7 +13,8 @@ Monitor_EXIT<B,R>\n: Monitor(n_frames),\nI_A_sum((R)0),\nn_trials(0),\n- max_n_trials(max_n_trials)\n+ max_n_trials(max_n_trials),\n+ ...
C++
MIT License
aff3ct/aff3ct
Fix reporter/simulation/monitor EXIT
8,483
13.07.2018 14:30:51
-7,200
459f5b109ee978070288b754a0fb8641ad8b7a11
Do not display factory errors when on mpi on others nodes
[ { "change_type": "MODIFY", "old_path": "src/Launcher/Launcher.cpp", "new_path": "src/Launcher/Launcher.cpp", "diff": "@@ -82,6 +82,10 @@ int Launcher::read_arguments()\ntools::exception::no_backtrace = save;\n}\n+#ifdef ENABLE_MPI\n+ if (this->params_common.mpi_rank == 0)\n+ {\n+#endif\nif (params_c...
C++
MIT License
aff3ct/aff3ct
Do not display factory errors when on mpi on others nodes
8,483
13.07.2018 18:39:01
-7,200
af7fa8fbce5be7c0dfa5304d23c5599b784f73e2
Fix monitor MPI communication issues by adding a mother class Monitor_mpi that manage the communications between different monitors sequentially
[ { "change_type": "ADD", "old_path": null, "new_path": "src/Module/Monitor/Monitor_reduction_mpi.cpp", "diff": "+#ifdef ENABLE_MPI\n+#include <sstream>\n+#include \"Tools/Exception/exception.hpp\"\n+\n+#include \"Monitor_reduction_mpi.hpp\"\n+\n+using namespace aff3ct;\n+using namespace aff3ct::modul...
C++
MIT License
aff3ct/aff3ct
Fix monitor MPI communication issues by adding a mother class Monitor_mpi that manage the communications between different monitors sequentially
8,483
13.07.2018 18:43:50
-7,200
6b6c2bef37982c71ac93e77a4a6b4b63852a9a64
Add correctly the monitor_mpi::reduce when the simulation loop finished
[ { "change_type": "MODIFY", "old_path": "src/Simulation/BFER/Iterative/Threads/BFER_ite_threads.cpp", "new_path": "src/Simulation/BFER/Iterative/Threads/BFER_ite_threads.cpp", "diff": "@@ -54,7 +54,11 @@ void BFER_ite_threads<B,R,Q>\nfor (auto tid = 1; tid < this->params_BFER_ite.n_threads; tid++)\nt...
C++
MIT License
aff3ct/aff3ct
Add correctly the monitor_mpi::reduce when the simulation loop finished
8,488
16.07.2018 09:25:43
-7,200
01c7b4fee819572ea1e4ec4eca69d4af72ba4df2
Implement BEC frozen bits generator.
[ { "change_type": "MODIFY", "old_path": "src/Tools/Code/Polar/Frozenbits_generator/Frozenbits_generator_BEC.cpp", "new_path": "src/Tools/Code/Polar/Frozenbits_generator/Frozenbits_generator_BEC.cpp", "diff": "@@ -31,26 +31,27 @@ void Frozenbits_generator_BEC\nthis->best_channels[i] = i;\nfor (auto i ...
C++
MIT License
aff3ct/aff3ct
Implement BEC frozen bits generator.
8,483
16.07.2018 09:46:41
-7,200
9559535aeac3113bb9649fe54f7d1a1afc149985
Enhance regression test command line creation; Add argument for mpi host file
[ { "change_type": "MODIFY", "old_path": "ci/test-regression.py", "new_path": "ci/test-regression.py", "diff": "@@ -32,6 +32,7 @@ parser.add_argument('--weak-rate', action='store', dest='weakRate', ty\nparser.add_argument('--max-snr-time', action='store', dest='maxSNRTime', type=int, default=600, help...
C++
MIT License
aff3ct/aff3ct
Enhance regression test command line creation; Add argument for mpi host file
8,483
16.07.2018 10:07:06
-7,200
94d0237c9302ffb0618f7af7e74a5c2eaac453b9
Cosmetics: factorize aff3ct command generation
[ { "change_type": "MODIFY", "old_path": "ci/test-regression.py", "new_path": "ci/test-regression.py", "diff": "@@ -486,9 +486,37 @@ if (len(fileNames) - (args.startId -1) > 0) :\nelse:\nprint(\"# (WW) There is no simulation to replay.\")\n+\n+\n+argsAFFECTcommand = []\n+\n+if args.mpinp > 0 or args.m...
C++
MIT License
aff3ct/aff3ct
Cosmetics: factorize aff3ct command generation
8,483
16.07.2018 10:34:09
-7,200
4ab2274d0bf9807ae1bb65a473490b7e7050d137
Fix terminal display frequency to the MPI frequency by default
[ { "change_type": "MODIFY", "old_path": "src/Launcher/Simulation/BFER_ite.cpp", "new_path": "src/Launcher/Simulation/BFER_ite.cpp", "diff": "@@ -178,6 +178,13 @@ void BFER_ite<B,R,Q>\nparams.chn-> n_frames = params.src->n_frames;\nparams.qnt-> n_frames = params.src->n_frames;\nparams.mnt_er-> n_frame...
C++
MIT License
aff3ct/aff3ct
Fix terminal display frequency to the MPI frequency by default
8,483
16.07.2018 10:38:55
-7,200
d63e4a2a3e0b8d52b5b095849400c9e8ce4f70fc
Only thread 0 can call mpi reduce also in BFERI simu
[ { "change_type": "MODIFY", "old_path": "src/Simulation/BFER/Iterative/Threads/BFER_ite_threads.cpp", "new_path": "src/Simulation/BFER/Iterative/Threads/BFER_ite_threads.cpp", "diff": "@@ -480,6 +480,7 @@ void BFER_ite_threads<B,R,Q>\nif (tid == 0)\nthis->monitor_er_red->reduce(false);\n#else\n+ if (...
C++
MIT License
aff3ct/aff3ct
Only thread 0 can call mpi reduce also in BFERI simu
8,483
16.07.2018 14:37:12
-7,200
8447d38a8a0b3ddd1226e8907d61f750fda08c69
Add a force parameter to the reduce method of Monitor MPI, to force the reduce at the whole end of the simulation
[ { "change_type": "MODIFY", "old_path": "src/Module/Monitor/Monitor_reduction_mpi.cpp", "new_path": "src/Module/Monitor/Monitor_reduction_mpi.cpp", "diff": "@@ -34,11 +34,11 @@ void Monitor_mpi\n}\nvoid Monitor_mpi\n-::reduce(bool fully)\n+::reduce(bool fully, bool force)\n{\n// only the master threa...
C++
MIT License
aff3ct/aff3ct
Add a force parameter to the reduce method of Monitor MPI, to force the reduce at the whole end of the simulation
8,483
16.07.2018 14:47:11
-7,200
463ad37d0ec4f81531d93a08c4befbfbfb22c56b
Fix the regression test script with a copy by value of the arg list and not by reference
[ { "change_type": "MODIFY", "old_path": "ci/test-regression.py", "new_path": "ci/test-regression.py", "diff": "@@ -528,7 +528,7 @@ for fn in fileNames:\n# get the command line to run\n- argsAFFECT = argsAFFECTcommand\n+ argsAFFECT = argsAFFECTcommand[:]\nargsAFFECT += splitAsCommand(simuRef.RunComman...
C++
MIT License
aff3ct/aff3ct
Fix the regression test script with a copy by value of the arg list and not by reference
8,483
16.07.2018 18:11:56
-7,200
60f81efb5a40bce33ba16e099274008c8db8f6c4
Create Monitor_reduction parent of Monitor_reduction_M<M> to have a generic interface with and without MPI
[ { "change_type": "MODIFY", "old_path": "src/Module/Monitor/Monitor.hpp", "new_path": "src/Module/Monitor/Monitor.hpp", "diff": "@@ -40,9 +40,6 @@ namespace module\n*\n* \\brief Monitors the simulated frames, tells if there is a frame errors and counts the number of bit errors.\n*\n- * \\tparam B: ty...
C++
MIT License
aff3ct/aff3ct
Create Monitor_reduction parent of Monitor_reduction_M<M> to have a generic interface with and without MPI
8,483
17.07.2018 10:53:43
-7,200
ded90ff48db21fdea35a5de6dd2ed0b1c361e032
Refacto simus BFER Create a keep_looping_noise_point function in simu BFER mother class to factorize the simulation while loop condition to keep running or not the noise point. Create sub-routines max_frame_reached() and stop_time_reached(). Clear the simu BFER class constructor by creating sub-routines to build monitors and reporters objects.
[ { "change_type": "MODIFY", "old_path": "src/Simulation/BFER/BFER.cpp", "new_path": "src/Simulation/BFER/BFER.cpp", "diff": "@@ -65,59 +65,13 @@ BFER<B,R,Q>\ndumper_red = new tools::Dumper_reduction(dumpers);\n}\n-\n-\n- modules[\"monitor_er\"] = std::vector<module::Module*>(params_BFER.n_threads, nu...
C++
MIT License
aff3ct/aff3ct
Refacto simus BFER Create a keep_looping_noise_point function in simu BFER mother class to factorize the simulation while loop condition to keep running or not the noise point. Create sub-routines max_frame_reached() and stop_time_reached(). Clear the simu BFER class constructor by creating sub-routines to build monitors and reporters objects.
8,483
18.07.2018 15:11:10
-7,200
2887313e6627ce79311f06ad8fefe04c5d8841ad
Add a MPI Barrier in Monitor MPI reduction to keep synchro between nodes
[ { "change_type": "MODIFY", "old_path": "src/Module/Monitor/Monitor_reduction_mpi.hxx", "new_path": "src/Module/Monitor/Monitor_reduction_mpi.hxx", "diff": "@@ -98,6 +98,8 @@ void Monitor_reduction_mpi<M>\nauto mvals_send = this->get_vals_mpi();\n+ MPI_Barrier(MPI_COMM_WORLD);\n+\nMPI_Allreduce(&mval...
C++
MIT License
aff3ct/aff3ct
Add a MPI Barrier in Monitor MPI reduction to keep synchro between nodes
8,483
18.07.2018 15:15:14
-7,200
e58d721c8982a7e50e6092e5f2104eda91e72622
Rename Monitor_reduction_mpi -> Monitor_reduction_MPI
[ { "change_type": "RENAME", "old_path": "src/Module/Monitor/Monitor_reduction_mpi.hpp", "new_path": "src/Module/Monitor/Monitor_reduction_MPI.hpp", "diff": "@@ -12,15 +12,15 @@ namespace aff3ct\nnamespace module\n{\ntemplate <class M> // M is the monitor on which must be applied the reduction\n-class...
C++
MIT License
aff3ct/aff3ct
Rename Monitor_reduction_mpi -> Monitor_reduction_MPI
8,483
19.07.2018 17:05:46
-7,200
63e7fcc8b9fb2c835822fda354bee4322bf6962b
Fix reporter exit linker error
[ { "change_type": "MODIFY", "old_path": "src/Tools/Display/Reporter/EXIT/Reporter_EXIT.cpp", "new_path": "src/Tools/Display/Reporter/EXIT/Reporter_EXIT.cpp", "diff": "@@ -72,8 +72,6 @@ Reporter::report_t Reporter_EXIT<B,R>\n// ==========================================================================...
C++
MIT License
aff3ct/aff3ct
Fix reporter exit linker error
8,483
20.07.2018 11:25:11
-7,200
d1cd1204aba421f080f5590124a507c16c82e778
Remove some no mean virtual keywords on monitor methods and add a virtual 'done' method
[ { "change_type": "MODIFY", "old_path": "src/Module/Monitor/BFER/Monitor_BFER.cpp", "new_path": "src/Module/Monitor/BFER/Monitor_BFER.cpp", "diff": "@@ -152,7 +152,7 @@ int Monitor_BFER<B>\ntemplate <typename B>\nbool Monitor_BFER<B>\n-::fe_limit_achieved()\n+::fe_limit_achieved() const\n{\nreturn ge...
C++
MIT License
aff3ct/aff3ct
Remove some no mean virtual keywords on monitor methods and add a virtual 'done' method
8,483
20.07.2018 12:59:14
-7,200
8056de16bb91658f3696fdb002c47753ca185a0f
Fix the MPI simulation: Add a 'last' Monitor::reduce function to wait the end of all simulation loop on all nodes. Add a 'simu_is_over' MPI check on all nodes to stop the simulation if any node has done
[ { "change_type": "MODIFY", "old_path": "src/Module/Monitor/Monitor_reduction.cpp", "new_path": "src/Module/Monitor/Monitor_reduction.cpp", "diff": "using namespace aff3ct;\nusing namespace aff3ct::module;\n+bool aff3ct::module::Monitor_reduction::at_last_reduce = false;\nstd::vector<aff3ct::module::...
C++
MIT License
aff3ct/aff3ct
Fix the MPI simulation: Add a 'last' Monitor::reduce function to wait the end of all simulation loop on all nodes. Add a 'simu_is_over' MPI check on all nodes to stop the simulation if any node has done
8,483
20.07.2018 17:17:55
-7,200
a5bd5566c137bc56809d186279e23f4c21646581
Fix MPI com: Replace the bool allreduce type in Monitor reduction MPI_LAND by a int MPI_SUM of the number of process that are at the last reduction point.
[ { "change_type": "MODIFY", "old_path": "src/Module/Monitor/Monitor_reduction.cpp", "new_path": "src/Module/Monitor/Monitor_reduction.cpp", "diff": "using namespace aff3ct;\nusing namespace aff3ct::module;\n-bool aff3ct::module::Monitor_reduction::at_last_reduce = false;\n+int aff3ct::module::Monitor...
C++
MIT License
aff3ct/aff3ct
Fix MPI com: Replace the bool allreduce type in Monitor reduction MPI_LAND by a int MPI_SUM of the number of process that are at the last reduction point.
8,488
23.07.2018 12:19:34
-7,200
525c0cf552f1f105583d32fffe157d56ce61c4f1
Rename wangliu to shortlast, add refs.
[ { "change_type": "MODIFY", "old_path": "refs", "new_path": "refs", "diff": "-Subproject commit 1eb3024b48dcde22a14269732a74e3f1479a7336\n+Subproject commit 7043a08e9f0353c808e6928e187bea7deceda0d4\n" }, { "change_type": "MODIFY", "old_path": "src/Factory/Module/Puncturer/Polar/Puncturer_...
C++
MIT License
aff3ct/aff3ct
Rename wangliu to shortlast, add refs.
8,483
25.07.2018 10:30:41
-7,200
39127709b1ec398001a7c224a79884d126668dbe
Add the beta management in the TPC and add commentaries
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Decoder/Turbo_product/Decoder_turbo_product.cpp", "new_path": "src/Factory/Module/Decoder/Turbo_product/Decoder_turbo_product.cpp", "diff": "@@ -98,6 +98,7 @@ void Decoder_turbo_product::parameters\nargs.erase({pi+\"-fra\", \"F\"});\ntools::...
C++
MIT License
aff3ct/aff3ct
Add the beta management in the TPC and add commentaries
8,483
25.07.2018 16:47:11
-7,200
d81b357cf1febee8343ca7ff44128a81d808e277
In decoder BCH std, change .at() accesses to []
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/BCH/Standard/Decoder_BCH_std.cpp", "new_path": "src/Module/Decoder/BCH/Standard/Decoder_BCH_std.cpp", "diff": "@@ -45,18 +45,18 @@ void Decoder_BCH_std<B, R>\n/* first form the syndromes */\nfor (i = 1; i <= t2; i++)\n{\n- s.at(i) = 0;\n+ s[...
C++
MIT License
aff3ct/aff3ct
In decoder BCH std, change .at() accesses to []
8,483
27.07.2018 09:36:23
-7,200
5c9c0775ae85a047aa7be4f003fc32dc58e5a67d
Replace BCH N_p2 variable name by N_p2_1
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/BCH/Decoder_BCH.cpp", "new_path": "src/Module/Decoder/BCH/Decoder_BCH.cpp", "diff": "@@ -15,7 +15,7 @@ Decoder_BCH<B, R>\n::Decoder_BCH(const int K, const int N, const int t, const int n_frames)\n: Decoder (K, N, n_frames, 1),\nDecoder_SIHO_...
C++
MIT License
aff3ct/aff3ct
Replace BCH N_p2 variable name by N_p2_1
8,483
27.07.2018 13:28:54
-7,200
f0f3e327c625f8ec78fba8c17cac063fc7934157
Check m size in the Galois class to not be over 20
[ { "change_type": "MODIFY", "old_path": "src/Tools/Math/Galois.cpp", "new_path": "src/Tools/Math/Galois.cpp", "diff": "@@ -34,6 +34,13 @@ Galois\nthrow invalid_argument(__FILE__, __LINE__, __func__, message.str());\n}\n+ if (m > 20)\n+ {\n+ std::stringstream message;\n+ message << \"'m' is supported ...
C++
MIT License
aff3ct/aff3ct
Check m size in the Galois class to not be over 20
8,483
27.07.2018 13:29:20
-7,200
56f6cb7b7d3249b641372bdeb106affa3e86371a
Modify regression tests to ignore some files with '#CI IGNORE' as header
[ { "change_type": "MODIFY", "old_path": "refs", "new_path": "refs", "diff": "-Subproject commit 1eb3024b48dcde22a14269732a74e3f1479a7336\n+Subproject commit d93d14eaef2d54441ff10a818210d2d7e571c2cc\n" } ]
C++
MIT License
aff3ct/aff3ct
Modify regression tests to ignore some files with '#CI IGNORE' as header
8,483
27.07.2018 14:31:09
-7,200
a23890b44b9b2d33c14e996c9dbf04382b87d38a
Add management of #CI IGNORE in ci/test-build-coverage-regression.sh by reading the third line instead of the second to get the command line
[ { "change_type": "MODIFY", "old_path": "ci/test-build-coverage-regression.sh", "new_path": "ci/test-build-coverage-regression.sh", "diff": "@@ -24,6 +24,9 @@ function gen_coverage_info\nfor path in $folder/*\ndo [ -f $path ] && {\ncmd=$(cat $path | sed -n 2p)\n+ if [ cmd=='Run command:' ]; then\n+ c...
C++
MIT License
aff3ct/aff3ct
Add management of #CI IGNORE in ci/test-build-coverage-regression.sh by reading the third line instead of the second to get the command line
8,483
27.07.2018 15:42:59
-7,200
773b774806d31f2b82b9d46d45c7ae08fee9db21
Check correcly the #CI IGNORE instruction
[ { "change_type": "MODIFY", "old_path": "ci/test-build-coverage-regression.sh", "new_path": "ci/test-build-coverage-regression.sh", "diff": "@@ -24,7 +24,7 @@ function gen_coverage_info\nfor path in $folder/*\ndo [ -f $path ] && {\ncmd=$(cat $path | sed -n 2p)\n- if [ cmd=='Run command:' ]; then\n+ i...
C++
MIT License
aff3ct/aff3ct
Check correcly the #CI IGNORE instruction
8,483
30.07.2018 10:37:47
-7,200
96a0c736e565a9487d4f434caad81bfcdd8fda46
Use snake notation for Galois methods
[ { "change_type": "MODIFY", "old_path": "src/Tools/Math/Galois.cpp", "new_path": "src/Tools/Math/Galois.cpp", "diff": "@@ -48,8 +48,8 @@ Galois\nthrow invalid_argument(__FILE__, __LINE__, __func__, message.str());\n}\n- Select_Polynomial();\n- Generate_GF();\n+ select_polynomial();\n+ generate_gf();\...
C++
MIT License
aff3ct/aff3ct
Use snake notation for Galois methods
8,483
30.07.2018 12:07:22
-7,200
82db6ec65e8914f09aa45ba9c06d313df065bd74
Enhance Bit packer and Frame trace Add an option in bit packer to pack/unpack different size of symbol : Number bits per symbols. Rewrite pack unpack core functions to be faster. Add a hex display function in Frame trace.
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/Generic/Chase/Decoder_chase_std.cpp", "new_path": "src/Module/Decoder/Generic/Chase/Decoder_chase_std.cpp", "diff": "#include <algorithm>\n#include \"Tools/Exception/exception.hpp\"\n-#include \"Tools/Algo/Bit_packer.hpp\"\n#include \"Tools/...
C++
MIT License
aff3ct/aff3ct
Enhance Bit packer and Frame trace Add an option in bit packer to pack/unpack different size of symbol : Number bits per symbols. Rewrite pack unpack core functions to be faster. Add a hex display function in Frame trace.
8,483
30.07.2018 15:40:27
-7,200
653b512de90825324102ca81c74dc344296aea12
Fix Bit Packer _pack msb_to_lsb and enhance it by taking into account different symbols sizes as pack output, unpack input
[ { "change_type": "MODIFY", "old_path": "src/Module/CRC/Polynomial/CRC_polynomial.cpp", "new_path": "src/Module/CRC/Polynomial/CRC_polynomial.cpp", "diff": "@@ -155,7 +155,7 @@ bool CRC_polynomial<B>\n{\nstd::vector<B> V_K_unpack(this->K + this->size);\nstd::copy(V_K, V_K + this->K + this->size, V_K_...
C++
MIT License
aff3ct/aff3ct
Fix Bit Packer _pack msb_to_lsb and enhance it by taking into account different symbols sizes as pack output, unpack input
8,483
31.07.2018 15:24:19
-7,200
a1678066aaf5475e2532d07beb18850b7338644e
Fix Bit Packer and and the way it is called in decoder polar et CRC
[ { "change_type": "MODIFY", "old_path": "src/Module/CRC/Polynomial/CRC_polynomial_fast.cpp", "new_path": "src/Module/CRC/Polynomial/CRC_polynomial_fast.cpp", "diff": "@@ -49,9 +49,9 @@ void CRC_polynomial_fast<B>\nthrow tools::runtime_error(__FILE__, __LINE__, __func__, \"The code of the fast CRC wor...
C++
MIT License
aff3ct/aff3ct
Fix Bit Packer and and the way it is called in decoder polar et CRC
8,483
31.07.2018 17:01:11
-7,200
1627c032654eee7c1a822869481b094cf767dcbb
Fix in decoder RS factory the computation of T from N and K and reciprocally
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Decoder/RS/Decoder_RS.cpp", "new_path": "src/Factory/Module/Decoder/RS/Decoder_RS.cpp", "diff": "@@ -70,12 +70,12 @@ void Decoder_RS::parameters\nthis->t = vals.to_int({p + \"-corr-pow\", \"T\"});\nif (K == 0)\n{\n- this->K = this->N_cw - to...
C++
MIT License
aff3ct/aff3ct
Fix in decoder RS factory the computation of T from N and K and reciprocally
8,483
31.07.2018 17:01:22
-7,200
ef4e67e9e8812f597df22639c30f9dff872a5ce4
Add RS references
[ { "change_type": "MODIFY", "old_path": ".gitlab-ci.yml", "new_path": ".gitlab-ci.yml", "diff": "@@ -360,6 +360,27 @@ test-regression-polar:\n- source ./ci/tools/threads.sh\n- ./ci/test-regression.py --refs-path refs/POLAR --results-path test-regression-results-polar --build-path build_linux_gcc_x64_...
C++
MIT License
aff3ct/aff3ct
Add RS references
8,490
01.08.2018 15:19:45
-7,200
9b5357d903ee628d9be71bd0eaba4cb4e0ef2a18
Replace the '--sim-pyber' param by '--sim-meta'.
[ { "change_type": "MODIFY", "old_path": "src/Factory/Simulation/Simulation.cpp", "new_path": "src/Factory/Simulation/Simulation.cpp", "diff": "@@ -45,9 +45,9 @@ void Simulation::parameters\nauto p = this->get_prefix();\nargs.add(\n- {p+\"-pyber\"},\n+ {p+\"-meta\"},\ntools::Text(),\n- \"prepare the o...
C++
MIT License
aff3ct/aff3ct
Replace the '--sim-pyber' param by '--sim-meta'.
8,483
01.08.2018 16:13:37
-7,200
0af2548d7e8ab46f9b5be677445cdfbc56ce7078
Remove pointless conversions of Y_N in index form and then back into polynom form
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/RS/Standard/Decoder_RS_std.cpp", "new_path": "src/Module/Decoder/RS/Standard/Decoder_RS_std.cpp", "diff": "@@ -36,16 +36,16 @@ void Decoder_RS_std<B,R>\n{\nbool syn_error = false;\n- for (auto j = 0; j < this->N_rs; j++)\n- Y_N[j] = this->in...
C++
MIT License
aff3ct/aff3ct
Remove pointless conversions of Y_N in index form and then back into polynom form
8,483
01.08.2018 16:19:16
-7,200
771b14488fef61d1b6152566a2ee9fffa4060003
Make the RS Genius work
[ { "change_type": "MODIFY", "old_path": "src/Factory/Module/Decoder/RS/Decoder_RS.cpp", "new_path": "src/Factory/Module/Decoder/RS/Decoder_RS.cpp", "diff": "@@ -47,7 +47,7 @@ void Decoder_RS::parameters\nargs.add_link({p+\"-corr-pow\", \"T\"}, {p+\"-info-bits\", \"K\"});\ntools::add_options(args.at({...
C++
MIT License
aff3ct/aff3ct
Make the RS Genius work
8,490
02.08.2018 10:00:52
-7,200
5ae8c8438c381f5aa20f69bc5bd63cb95c7740b5
Fix compilation error on gcc-4.8.
[ { "change_type": "MODIFY", "old_path": "src/Launcher/Launcher.cpp", "new_path": "src/Launcher/Launcher.cpp", "diff": "@@ -160,8 +160,14 @@ int Launcher::launch()\n#endif\nif (!this->params_common.meta.empty())\n{\n+// trick to compile on the GNU compiler version 4 (where 'std::regex' is unavailable)...
C++
MIT License
aff3ct/aff3ct
Fix compilation error on gcc-4.8.
8,483
02.08.2018 11:24:19
-7,200
df822be653659ec24abd6f802583780dd8b63d0b
Remove \r at the end of the temp report's line
[ { "change_type": "MODIFY", "old_path": "src/Tools/Display/Terminal/Standard/Terminal_std.cpp", "new_path": "src/Tools/Display/Terminal/Standard/Terminal_std.cpp", "diff": "@@ -268,7 +268,7 @@ void Terminal_std\n}\nelse\n{\n- stream << rang::style::bold << rang::fg::green << (real_time_state++ < 2 ? ...
C++
MIT License
aff3ct/aff3ct
Remove \r at the end of the temp report's line
8,490
02.08.2018 16:05:15
-7,200
b495e1a194ef4b815c650d4aabddb21bf8ebf184
Update the CI to work with the new metadata in the refs.
[ { "change_type": "MODIFY", "old_path": ".gitlab-ci.yml", "new_path": ".gitlab-ci.yml", "diff": "@@ -458,6 +458,7 @@ test-build-coverage-regression:\npaths:\n- code_coverage_files/\nscript:\n+ - source ./ci/tools/threads.sh\n- ./ci/test-build-coverage-regression.sh\ncoverage-linux:\n" }, { "c...
C++
MIT License
aff3ct/aff3ct
Update the CI to work with the new metadata in the refs.
8,490
03.08.2018 10:35:14
-7,200
2c49fecbd497d9da2aab21183dec767896b21dc0
Reinforce CI scripts.
[ { "change_type": "MODIFY", "old_path": "ci/build-linux-macos.sh", "new_path": "ci/build-linux-macos.sh", "diff": "@@ -22,6 +22,12 @@ then\nTHREADS=1\nfi\n+if [ -z \"$NAME\" ]\n+then\n+ echo \"The 'NAME' environment variable is not set, default value = 'build_linux_macos'.\"\n+ NAME=\"build_linux_mac...
C++
MIT License
aff3ct/aff3ct
Reinforce CI scripts.
8,483
03.08.2018 13:17:19
-7,200
a5566ef76bc63961560df401626fd9998dd0845c
Fix Monitor MPI attributes calls: remove const variables in attributes to avoid Monitor rebuild during MPI reduce op
[ { "change_type": "MODIFY", "old_path": "src/Module/Monitor/BFER/Monitor_BFER.cpp", "new_path": "src/Module/Monitor/BFER/Monitor_BFER.cpp", "diff": "@@ -13,10 +13,10 @@ using namespace aff3ct::module;\ntemplate <typename B>\nMonitor_BFER<B>\n-::Monitor_BFER(const int K, const unsigned max_fe, const u...
C++
MIT License
aff3ct/aff3ct
Fix Monitor MPI attributes calls: remove const variables in attributes to avoid Monitor rebuild during MPI reduce op
8,483
03.08.2018 13:51:19
-7,200
b4fa8915609e63daab754eee7c976fb29ae6d1ed
Fix terminal over call in final report with MPI compilation
[ { "change_type": "MODIFY", "old_path": "src/Tools/Display/Terminal/Terminal.cpp", "new_path": "src/Tools/Display/Terminal/Terminal.cpp", "diff": "@@ -53,7 +53,7 @@ void Terminal\nauto et = std::chrono::duration_cast<std::chrono::seconds>(std::chrono::steady_clock::now() - t_term).count();\n- if (!Te...
C++
MIT License
aff3ct/aff3ct
Fix terminal over call in final report with MPI compilation
8,490
03.08.2018 14:05:41
-7,200
576f624f2b1cf8fd6f5cc5c3c83601c1c915df64
Rm the '--sim-no-colors' argument.
[ { "change_type": "MODIFY", "old_path": "ci/test-regression.py", "new_path": "ci/test-regression.py", "diff": "@@ -529,8 +529,7 @@ for fn in fileNames:\n# get the command line to run\nargsAFFECT = argsAFFECTcommand[:]\nargsAFFECT += splitAsCommand(simuRef.RunCommand)\n- argsAFFECT += [\"--ter-freq\",...
C++
MIT License
aff3ct/aff3ct
Rm the '--sim-no-colors' argument.
8,483
03.08.2018 14:09:41
-7,200
d81d6ded820d123001be06a4127a078cf0938f90
Remove has been checked variable and auto check before each reduce call; Now need manual call after instanciations
[ { "change_type": "MODIFY", "old_path": "src/Module/Monitor/Monitor_reduction.cpp", "new_path": "src/Module/Monitor/Monitor_reduction.cpp", "diff": "@@ -13,7 +13,6 @@ using namespace aff3ct;\nusing namespace aff3ct::module;\nbool aff3ct::module::Monitor_reduction::stop_loop = false;\n-bool aff3ct::mo...
C++
MIT License
aff3ct/aff3ct
Remove has been checked variable and auto check before each reduce call; Now need manual call after instanciations
8,483
03.08.2018 14:10:23
-7,200
e1528c09eb47f0804958314682013d014bb086aa
Add SIGUSER1 and SIGUSER2 signal handling. SIGUSR1 = SIGINT but SIGUSR2 = double SIGINT directly
[ { "change_type": "MODIFY", "old_path": "src/Tools/Display/Terminal/Terminal.cpp", "new_path": "src/Tools/Display/Terminal/Terminal.cpp", "diff": "@@ -27,11 +27,9 @@ Terminal\nTerminal::interrupt = false;\n// Install a signal handler\n-#ifdef ENABLE_MPI\nstd::signal(SIGUSR1, Terminal::signal_interrup...
C++
MIT License
aff3ct/aff3ct
Add SIGUSER1 and SIGUSER2 signal handling. SIGUSR1 = SIGINT but SIGUSR2 = double SIGINT directly
8,483
03.08.2018 14:15:10
-7,200
aa65d2a1fa635ba0a751dedfd7da156ab8a03b05
Handle SIGTERM signal to kill cleanly
[ { "change_type": "MODIFY", "old_path": "src/Tools/Display/Terminal/Terminal.cpp", "new_path": "src/Tools/Display/Terminal/Terminal.cpp", "diff": "@@ -30,6 +30,7 @@ Terminal\nstd::signal(SIGUSR1, Terminal::signal_interrupt_handler);\nstd::signal(SIGUSR2, Terminal::signal_interrupt_handler);\nstd::sig...
C++
MIT License
aff3ct/aff3ct
Handle SIGTERM signal to kill cleanly
8,483
03.08.2018 14:50:51
-7,200
97e2089669b9c7be944cb23e21052734f1706f5a
Add constructors and reset method in Monitors' Attributes to init them correctly.
[ { "change_type": "MODIFY", "old_path": "src/Module/Monitor/BFER/Monitor_BFER.cpp", "new_path": "src/Module/Monitor/BFER/Monitor_BFER.cpp", "diff": "@@ -16,7 +16,7 @@ Monitor_BFER<B>\n::Monitor_BFER(const int K, const unsigned max_fe, const unsigned max_n_frames,\nconst bool count_unknown_values, con...
C++
MIT License
aff3ct/aff3ct
Add constructors and reset method in Monitors' Attributes to init them correctly.
8,483
03.08.2018 15:02:57
-7,200
9acf33eefff3e3c0dd74b7ff2de81dbd79b60573
Fix Monitor BFER frame_limit_achieved computation
[ { "change_type": "MODIFY", "old_path": "src/Module/Monitor/BFER/Monitor_BFER.cpp", "new_path": "src/Module/Monitor/BFER/Monitor_BFER.cpp", "diff": "@@ -165,7 +165,7 @@ template <typename B>\nbool Monitor_BFER<B>\n::frame_limit_achieved() const\n{\n- return get_max_n_frames() != 0 && get_n_frames() >...
C++
MIT License
aff3ct/aff3ct
Fix Monitor BFER frame_limit_achieved computation
8,483
03.08.2018 15:30:38
-7,200
f627edd82767acc7c2ef503ee6f6a59ef2d3fe91
Remove handling SIGUSR1/2 on windows
[ { "change_type": "MODIFY", "old_path": "src/Simulation/BFER/BFER.hpp", "new_path": "src/Simulation/BFER/BFER.hpp", "diff": "@@ -112,7 +112,6 @@ protected:\nvoid build_monitors ();\nvirtual bool keep_looping_noise_point();\n- bool max_frame_reached();\nbool stop_time_reached();\nprivate:\n" }, { ...
C++
MIT License
aff3ct/aff3ct
Remove handling SIGUSR1/2 on windows
8,483
03.08.2018 16:51:14
-7,200
7954689e70e8533df9ab72d748df34ec0803002e
Fix the remove handling SIGUSR1/2 on windows
[ { "change_type": "MODIFY", "old_path": "src/Tools/Display/Terminal/Terminal.cpp", "new_path": "src/Tools/Display/Terminal/Terminal.cpp", "diff": "@@ -137,7 +137,11 @@ void Terminal\n{\nbool kill = false;\n+#if !defined(_WIN64) && !defined(_WIN32)\n+ if (signal == SIGINT)\n+#else\nif (signal == SIGUS...
C++
MIT License
aff3ct/aff3ct
Fix the remove handling SIGUSR1/2 on windows
8,483
03.08.2018 16:54:43
-7,200
cda367bf1dff3952ec628b8a48926c39540efd2b
Add by default 'ci=on' in metadata
[ { "change_type": "MODIFY", "old_path": "src/Launcher/Launcher.cpp", "new_path": "src/Launcher/Launcher.cpp", "diff": "@@ -169,6 +169,7 @@ int Launcher::launch()\nstream << \"[metadata]\" << std::endl;\nstream << \"command=\" << cmd << std::endl;\nstream << \"title=\" << this->params_common.meta << s...
C++
MIT License
aff3ct/aff3ct
Add by default 'ci=on' in metadata
8,490
06.08.2018 10:12:30
-7,200
e055d8cd414ddc719e3ec1a64363c6cc1c11af58
Rm ci option in meta.
[ { "change_type": "MODIFY", "old_path": "src/Launcher/Launcher.cpp", "new_path": "src/Launcher/Launcher.cpp", "diff": "@@ -169,7 +169,6 @@ int Launcher::launch()\nstream << \"[metadata]\" << std::endl;\nstream << \"command=\" << cmd << std::endl;\nstream << \"title=\" << this->params_common.meta << s...
C++
MIT License
aff3ct/aff3ct
Rm ci option in meta.
8,490
06.08.2018 10:12:57
-7,200
3a48bfcf1eeec4202e3549f694c734b9849b1277
Disable the code coverage for untested refs.
[ { "change_type": "MODIFY", "old_path": "ci/test-build-coverage-regression.sh", "new_path": "ci/test-build-coverage-regression.sh", "diff": "@@ -29,10 +29,15 @@ function gen_coverage_info\ndo [ -f $path ] && {\ncmd=$(awk -F \"=\" '/command/ {print $2}' $path)\necho $cmd\n+ ci=$(awk -F \"=\" '/ci/ {pr...
C++
MIT License
aff3ct/aff3ct
Disable the code coverage for untested refs.
8,483
06.08.2018 14:08:09
-7,200
ef1c0dcfffcbea5d23531d6bba5608d722cb956d
Update test regression to use the aff3ct's refs reader python script.
[ { "change_type": "MODIFY", "old_path": "refs", "new_path": "refs", "diff": "-Subproject commit e907b57acb49631795d405e99483279581e1254a\n+Subproject commit 517da7579a7c632f5f2581619dc5cccfc1e4c423\n" } ]
C++
MIT License
aff3ct/aff3ct
Update test regression to use the aff3ct's refs reader python script.
8,483
06.08.2018 15:59:04
-7,200
ff6f8018e535b6df233b9763848898dc48fb341a
Manage correctly the remove of sim-meta to work whatever the compiler
[ { "change_type": "MODIFY", "old_path": "src/Launcher/Launcher.cpp", "new_path": "src/Launcher/Launcher.cpp", "diff": "@@ -130,6 +130,20 @@ void Launcher::print_header()\nthis->stream << rang::tag::comment << std::endl;\n}\n+std::string remove_sim_meta(const std::string& cmd)\n+{\n+ const std::string...
C++
MIT License
aff3ct/aff3ct
Manage correctly the remove of sim-meta to work whatever the compiler
8,483
06.08.2018 16:26:51
-7,200
d61222740c41d9656ff145fd5e969651f59931a2
Fix the stop criteria condition to stop simu
[ { "change_type": "MODIFY", "old_path": "refs", "new_path": "refs", "diff": "-Subproject commit e907b57acb49631795d405e99483279581e1254a\n+Subproject commit e838d9b1679dcc2868a501b8a58a762b34a8a544\n" }, { "change_type": "MODIFY", "old_path": "src/Simulation/BFER/BFER.cpp", "new_path"...
C++
MIT License
aff3ct/aff3ct
Fix the stop criteria condition to stop simu
8,483
07.08.2018 09:33:58
-7,200
f39f673d90928b2f52af279c8da18b896eb60c13
Fix the check that $path is a python script
[ { "change_type": "MODIFY", "old_path": "ci/test-build-coverage-regression.sh", "new_path": "ci/test-build-coverage-regression.sh", "diff": "@@ -27,7 +27,7 @@ function gen_coverage_info\nlocal folder=$2\nfor path in $folder/*\ndo [ -f $path ] && {\n- if [ ${file: -3} == \".py\" ]; then\n+ if [ ${path...
C++
MIT License
aff3ct/aff3ct
Fix the check that $path is a python script
8,483
07.08.2018 10:20:20
-7,200
84f5b9d5c9b205dfbfba9c2febc8eb44d92c9e19
Add sim no colors argument when test regression are made with MPI and set hostfile with absolute path
[ { "change_type": "MODIFY", "old_path": "ci/test-regression.py", "new_path": "ci/test-regression.py", "diff": "@@ -494,15 +494,16 @@ else:\nargsAFFECTcommand = []\n-\n+activateMPI = False\nif args.mpinp > 0 or args.mpihost != \"\":\n+ activateMPI = True\nargsAFFECTcommand += [\"mpirun\", \"--map-by\"...
C++
MIT License
aff3ct/aff3ct
Add sim no colors argument when test regression are made with MPI and set hostfile with absolute path
8,483
08.08.2018 15:21:25
-7,200
fce9649d18da34f1bfb2ed318dbe971640b1a97f
Cosmetics and implement a correct modulo on mipp registers
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/BCH/Fast/Decoder_BCH_fast.cpp", "new_path": "src/Module/Decoder/BCH/Fast/Decoder_BCH_fast.cpp", "diff": "@@ -76,6 +76,12 @@ void write_array(std::vector<mipp::Reg<B>,A>& array, const mipp::Reg<B>& r_idx,\n}\n}\n+template <typename B>\n+mipp:...
C++
MIT License
aff3ct/aff3ct
Cosmetics and implement a correct modulo on mipp registers
8,483
08.08.2018 16:18:48
-7,200
30c52509179aa85625f2c075973d047a94aa5065
Cosmetics in BCH fast and fix RS galois call
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/BCH/Fast/Decoder_BCH_fast.cpp", "new_path": "src/Module/Decoder/BCH/Fast/Decoder_BCH_fast.cpp", "diff": "@@ -18,10 +18,10 @@ Decoder_BCH_fast<B, R>\nDecoder_BCH<B,R>(K, N, GF_poly.get_t(), n_frames ),\nt2 (2 * this->t ),\nY_N_reorderered (th...
C++
MIT License
aff3ct/aff3ct
Cosmetics in BCH fast and fix RS galois call
8,483
08.08.2018 16:32:31
-7,200
b931193cfc2924f7e5217a588d56973890026e36
Fix BCH fast index over range
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/BCH/Fast/Decoder_BCH_fast.cpp", "new_path": "src/Module/Decoder/BCH/Fast/Decoder_BCH_fast.cpp", "diff": "@@ -231,7 +231,7 @@ void Decoder_BCH_fast<B, R>\nif (mipp::testz(m_ok))\ncontinue;\n- const auto r_alpha_idx = s[u_p1 - i] + read_array(...
C++
MIT License
aff3ct/aff3ct
Fix BCH fast index over range
8,483
08.08.2018 17:16:57
-7,200
7754de0c7c4a0e3fa6663a0ea12377c7617ddfa0
Fix the l_max computation and secure array index
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/BCH/Fast/Decoder_BCH_fast.cpp", "new_path": "src/Module/Decoder/BCH/Fast/Decoder_BCH_fast.cpp", "diff": "@@ -223,15 +223,16 @@ void Decoder_BCH_fast<B, R>\ndiscrepancy[u_p1] = mipp::blend(r_read, discrepancy[u_p1], m_process);\n- auto l_max ...
C++
MIT License
aff3ct/aff3ct
Fix the l_max computation and secure array index
8,483
08.08.2018 18:09:22
-7,200
ec3e085aaffac87602b0244d03962af4f4d09e4d
Set _decode_siho/hiho/cw in each different implem of BCH and not anymore only in the mother class
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/BCH/Decoder_BCH.cpp", "new_path": "src/Module/Decoder/BCH/Decoder_BCH.cpp", "diff": "@@ -15,7 +15,7 @@ Decoder_BCH<B, R>\n::Decoder_BCH(const int K, const int N, const int t, const int n_frames)\n: Decoder (K, N, n_frames, 1),\nDecoder_SIHO_...
C++
MIT License
aff3ct/aff3ct
Set _decode_siho/hiho/cw in each different implem of BCH and not anymore only in the mother class
8,483
09.08.2018 08:24:42
-7,200
b93054a1010558d314d527803e3e6c8a5ab233c0
Fix compilation warnings and linker errors in 8 bits
[ { "change_type": "MODIFY", "old_path": "src/Module/Decoder/BCH/Fast/Decoder_BCH_fast.cpp", "new_path": "src/Module/Decoder/BCH/Fast/Decoder_BCH_fast.cpp", "diff": "@@ -17,8 +17,8 @@ Decoder_BCH_fast<B,R>\n::Decoder_BCH_fast(const int& K, const int& N, const tools::BCH_polynomial_generator<B> &GF_pol...
C++
MIT License
aff3ct/aff3ct
Fix compilation warnings and linker errors in 8 bits
8,483
09.08.2018 09:37:43
-7,200
38cf63e5bc3f897c425f79793adb44d427c6e17a
Fix the exmplicit template instantiation for Galois and BCH_polynomial_generator
[ { "change_type": "MODIFY", "old_path": "src/Tools/Code/BCH/BCH_polynomial_generator.cpp", "new_path": "src/Tools/Code/BCH/BCH_polynomial_generator.cpp", "diff": "@@ -152,8 +152,9 @@ void BCH_polynomial_generator<I>\n}\n// ==============================================================================...
C++
MIT License
aff3ct/aff3ct
Fix the exmplicit template instantiation for Galois and BCH_polynomial_generator
8,490
09.08.2018 10:05:33
-7,200
ea800d3b19a6f707dcf6f6c4037ac6c613ac0767
Put back regex if the compiler support it.
[ { "change_type": "MODIFY", "old_path": "src/Launcher/Launcher.cpp", "new_path": "src/Launcher/Launcher.cpp", "diff": "@@ -132,6 +132,7 @@ void Launcher::print_header()\nstd::string remove_sim_meta(const std::string& cmd)\n{\n+#if !defined(__clang__) && !defined(__llvm__) && defined(__GNUC__) && defi...
C++
MIT License
aff3ct/aff3ct
Put back regex if the compiler support it.