added the possibility of having boolean entries for the NEST GPU kernel
added the first boolean entry for the kernel, which is 'print_time' (default False, as in NEST). If False, there are no prints after any simulation step. If True, a line like the following is refreshed at the end of every simulation step, showing simulation advancement in percentage and the time simulated
[100.00 %] Model time: 500.000 ms
adapted the cortical microcircuit model option 'print_time', which in the NEST GPU implementation was unused. Now the parameter 'print_time' sets its homologous in the NEST GPU kernel
Changes introduced:
[100.00 %] Model time: 500.000 ms