AljenU
AljenU
For now, https://github.com/apjanke/fieldtrip-parallel-support is useful for the other goals in this project. As for keeping the tutorials up to date, and make sure that they work correctly, I would suggest...
I have created pull requests for the adaptations of ft_timelockanalysis and ft_networkanalysis. As noted in both, I haven't found testcases that really spend a significant amount of time in the...
I have added my timing-information creation scripts in https://github.com/AljenU/fieldtrip-parallel-support/tree/additional_tests, which now has a directory Timingscripts. The results are for - 'orig', the state of the fieldtrip master that my branches...
I do want to rerun all the tests again at some point, to see if results are similar. Because it also depends on what else the computer is doing at...
On the specs of the computer I am running on: - Intel Core i7-3770 - 32 Gb memory On the "max workers to zero"; For example the loop in ft_timelockanalysis...
The timing-information creation scripts have been updated in https://github.com/AljenU/fieldtrip-parallel-support/tree/additional_tests, in the directory Timingscripts. The results are for - 'orig', the state of the fieldtrip master that my branches are based...
**Improved and final timing information** In the branch https://github.com/AljenU/fieldtrip-parallel-support/tree/additional_tests_plus_additional_timings, adaptations to the timing-information scripts have been made, to be able to focus the timing data on only the analysis functions...
### What was changed Parallel constructs were added in ft_timelockanalysis, ft_networkanalysis and ft_freqanalysis, as recorded in [this branch](https://github.com/fieldtrip/fieldtrip/tree/parallel). An earlier effort had identified ft_timelockanalysis, ft_networkanalysis and ft_freqanalysis as functions that...