I want to do some parallel computing for the first time and I don't know exactly where should I start from.
The problem is that I have a huge file list (around 7000 csv files) that I want to process and get a single file from the data. For this task I would like to use the campus' cluster which works with Torque PBS.
The closest question to what I want to achive that I've found in SO so far is this one. With the main difference that I should use Torque (do I really?).
So, to leave it short, my question would be: How could I implement the solution of the cited question using Torque PBS?