export N_PROCS=20000 # Number of total processes to spawn. This is just an example, your utility should be ready to scale up or down when this value is changed.
# Loading the environment
source environment_initialization.sh
# Call to some preparation logic (optional)
...
...
@@ -10,4 +11,4 @@ bash prepare.sh
# Spawner calling your preprocessing script N_PROCS times across the computing cluster