Timeline for GNU Parallel linking arguments with alternating arguments
Current License: CC BY-SA 4.0
12 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Apr 11, 2020 at 4:32 | vote | accept | MaJoR21 | ||
| Apr 11, 2020 at 4:31 | comment | added | MaJoR21 | Yes, that was exactly what I wanted. I realized that I could flatten the 2D array I was talking about earlier and use it as you have done for num ({1..12}). Thanks a lot for your answer. It sure is very helpful | |
| Apr 10, 2020 at 19:30 | history | edited | Larry | CC BY-SA 4.0 | added 757 characters in body |
| Apr 10, 2020 at 19:24 | history | edited | Larry | CC BY-SA 4.0 | added 757 characters in body |
| Apr 10, 2020 at 18:30 | comment | added | Larry | I added another example with enumerated values. Does that accomplish what you want? | |
| Apr 10, 2020 at 18:29 | history | edited | Larry | CC BY-SA 4.0 | Enumerated values |
| Apr 9, 2020 at 21:09 | comment | added | MaJoR21 | Think of it like this way, for each power value, there is a unique array of num values where the index of the array corresponds to the seed value. Say seed == 0 then for power = 10, the num value can be a number say x. For power = 20 (seed == 0 only) the num value would be y | |
| Apr 9, 2020 at 21:07 | comment | added | MaJoR21 | I was expecting a solution using multiple parallel would come, and that is completely fine. However, there is a small mistake here, that the num values are not always in multiples in 50. I was being quite lazy and ended up using example values in an easy to guess pattern | |
| Apr 9, 2020 at 1:46 | history | edited | Larry | CC BY-SA 4.0 | More clarification |
| Apr 9, 2020 at 1:28 | history | edited | Larry | CC BY-SA 4.0 | Yet another answer |
| Apr 9, 2020 at 1:20 | history | edited | Larry | CC BY-SA 4.0 | Another answer |
| Apr 9, 2020 at 1:12 | history | answered | Larry | CC BY-SA 4.0 |