Configuration¶
To set up a SeisSol run, you need to do the following steps (assuming you are in the root directory of the code repository):
Create the launch directory:
mkdir launch_SeisSol
Copy all executables to the launch directory:
cp build/SeisSol* launch_SeisSol/
Create your Parameter File
Copy any additional input files referenced in the parameter file (for example file with receiver coordinates) to your launch directory
(For large mesh only) Create symbolic links (ln -s) to the mesh file(s) in your launch directory
Make sure output and checkpoint directories exist
Optional: set Environment Variables for tuning
Checklist for required files¶
Necessary files¶
- SeisSol executable (compiled on the system where the job will run)
- Parameter file
- *.yaml files for setting model parameters
Optional files depending on settings in the parameter file¶
- receiver files in *.dat format (if nRecordPoints >0 in the parameter file)
- fault receiver files in *.dat format (in the parameter file)