You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Give a folder that was output by the splitting script, this script will parse the folder for run files and execute each run file in parallel (multi-threading). As an option, it could just output the command to execute for each run. For example, if the user wanted to submit multiple jobs to a supercomputing cluster, then the script could issue the submission script for each command (with custom header text).
For input we'll need the original folder, the header template (if generating batch scripts). Optionally, it can just launch the runs in a multi-threaded instance, which will take longer. It should be tied into NEAT's logging features. It would need a list of command line commands to use in the output script.
This may even be two separate scripts: batch script generator, multi-threaded kickoff. But there will be a lot of overlap.
The text was updated successfully, but these errors were encountered:
Give a folder that was output by the splitting script, this script will parse the folder for run files and execute each run file in parallel (multi-threading). As an option, it could just output the command to execute for each run. For example, if the user wanted to submit multiple jobs to a supercomputing cluster, then the script could issue the submission script for each command (with custom header text).
Example 1:
Input header:
The program will replace the empty curly braces with a number and generate a run script for each file:
For input we'll need the original folder, the header template (if generating batch scripts). Optionally, it can just launch the runs in a multi-threaded instance, which will take longer. It should be tied into NEAT's logging features. It would need a list of command line commands to use in the output script.
This may even be two separate scripts: batch script generator, multi-threaded kickoff. But there will be a lot of overlap.
The text was updated successfully, but these errors were encountered: