REMD submission flow#
When run.remd is enabled, production jobs are submitted per-component rather than
per-window. REMD input files are always prepared; the toggle only controls whether they
are submitted.
Key behaviours:
Under
fe/<comp>/, REMD groupfiles live inremd/with component-agnostic names (mdin.in.remd.groupfile,mdin.in.stageXX.remd.groupfile).The run script
run-local-remd.bashtracks completion with standardFINISHED/FAILEDsentinels and expects window folders<comp>00/etc. for restarts.The Slurm submit script for REMD is
SLURMM-BATCH-remdsitting in the component folder. Submissions use this script directly and rely on the same sentinels above.Job names are formatted as
fep_<system_root>_<comp>_remdso CLI reporting (batter.cli.run.report_jobs()) can classify them with stageremd.
Keep these conventions in mind if modifying the REMD pipeline or backends.