Hi, I'm trying to parse the documentation for BridgeIt which looks like it does exactly what I need it to do.
I have a large array of file names that I want to run a procedure on each of them. The procedure takes a single file name as input and then does the calculations and writes an output. It's not clear from the documentation how I would go about distributing the large array over N processes.
Any help would be very much appreciated!