This guide is tuned for xmds-extended: start from the Windows portable installer, validate with the Lorenz example,
then connect the XML structure of an .xmds file to the files generated by XMDS.
PATH.After installation, compile and run the repository's Lorenz example.
You should then see generated files such as lorenz.cc, lorenz.exe, lorenz.cmd, lorenz.h5, and lorenz.xsil.
.xmds: simulation description.cc: generated C++.exe: compiled binary.cmd: Windows launcher with DLL path setup.xsil / .h5 / .dat: output filesexamples/lorenz.xmds is a good first script because it clearly shows the main XMDS blocks:
<features> for globals<geometry> for dimensions<vector> for evolving variables<sequence> for equations and integrator<output> for sampled quantitiesFor the full repository tutorial, including upgrade, uninstall, troubleshooting, and recommended workflows, read the complete guide in the repository.