I want to perform parallel runs of the same program in LINUX command line. I heard that is possible (and really simple) to perform and I am wondering if one you can help me with that.
For run the program I need some initial files that are distributed in several pastes in one directory. I want to assess that directory, list all the folders, then use each folder path and run the program. I am running a package of PAML called codeml.
Possible pseudo-code I believe:
1. Determine the main directory
2. List all the folders
3. Run the the codeml package for all the folders (8 at time, preferentially )
Do you think is possible to do this?
Do I have to have great programming skills to perform it?