HILA
|
The input files and the lattice layout can be checked with the commands (after the application program has been built)
This runs the program without initializing MPI, Cuda or other hardware features and exits at lattice.setup()
before any large memory allocations are made. If the number-of-nodes argument is given, program reports how the node layout is done.
Example:
Running hila_example
in directory hila/applications/hila_example
with the command build/hila_example -check -n 32
checks the input file and the layout for 32 nodes.
If the application source had a typo in parameter reading, for example lsize = par.get("latticesize");
then the output will notify the following:
Additionally if the node layout is insufficient then the output would be: