Configuration
Learn how to configure idmtools for your environment.
Configuration file
idmtools.ini is an optional configuration file for defining platforms. When present, idmtools automatically searches for it starting from the current working directory and walking up through parent directories until it finds one or reaches the filesystem root.
You do not need this file — platforms can always be configured directly in code by passing parameters to Platform().
Platform configuration
COMPS
1 2 3 4 5 | |
1 2 3 4 5 | |
Slurm
1 2 3 4 | |
1 2 3 4 5 | |
Container
1 2 3 4 | |
1 2 3 4 5 | |
Note
To get platform aliases, run idmtools cli command:
idmtools info plugins platform-aliases
Next steps
- Quick start - Run your first simulation
- User guide - Learn more about idmtools
- Platform guides - Platform-specific configuration