[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: What do you use GNU Parallel for?
From: |
Rhys Ulerich |
Subject: |
Re: What do you use GNU Parallel for? |
Date: |
Wed, 22 Aug 2012 09:14:15 -0500 |
> So please write a few lines about the tasks you use it for -
> especially if you have reason to believe you are one of the few doing
> that kind of thing.
Like others, I have used parallel to perform parameter sweeps for my
scientific simulation code. I often use parallel as a poor man's
batch system for collections of MPI jobs when I need to study grid
refinements to verify expected numerical convergence rates.
I also often use parallel instead of bash's for loops.
- Rhys