Timeline for How to use GNU Parallel for executing a program concurrently?
Current License: CC BY-SA 4.0
8 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Dec 10, 2021 at 16:18 | vote | accept | Fabio | ||
| Dec 6, 2021 at 14:58 | vote | accept | Fabio | ||
| Dec 10, 2021 at 16:18 | |||||
| Dec 2, 2021 at 22:06 | answer | added | Ole Tange | timeline score: 1 | |
| Dec 2, 2021 at 19:20 | answer | added | Marcus Müller | timeline score: 1 | |
| Dec 2, 2021 at 19:18 | comment | added | Marcus Müller |
ipython is meant to be used as interactive shell, not for batch processing. You probably just want to use python.
|
|
| Dec 2, 2021 at 18:13 | comment | added | Jeremy Boden | You are starting several programs almost simultaneously; depending on what else is running it's possible they will run in different cores. However, the OS will try to make best use of the hardware on a system-wide basis. | |
| S Dec 2, 2021 at 15:35 | review | First questions | |||
| Dec 2, 2021 at 18:14 | |||||
| S Dec 2, 2021 at 15:35 | history | asked | Fabio | CC BY-SA 4.0 |