create - Create a new profile¶
Usage¶
e4s-cl profile create <NAME> [ OPTIONS ]
Options¶
- --libraries
A comma-separated list of libraries to add to the profile
- --files
A comma-separated list of files to add to the profile. Supports
host:containermappings.- --image
The image to use with the profile
- --backend
The container technology to use for the profile’s image
- --source
Path towards a script to source before execution
- --wi4mpi
Path towards a Wi4MPI installation to use
Description¶
This command creates a new profile with the name passed as the first argument. Options control the data added to the fields of the newly-created profile.
Warning
MPI libraries often dynamically use files and libraries without warning, and the absence of those unlisted files during execution more often than not results in a crash or segmentation fault. Please ensure you acknowledge the result of profile detect when creating an empty profile.