InstituteforDiseaseModeling / idmtools

https://docs.idmod.org/projects/idmtools/en/latest/
Other
4 stars 4 forks source link

PlatformAnalysis support for other platforms #1839

Open ZDu-IDM opened 1 year ago

ZDu-IDM commented 1 year ago

Currently we run AnalyzeManager (data analysis) directly on slurm head node which may not be permitted on general Slurm server.

We may need to think about how to run AnalyzeManager or general python script as Slurm Job instead, by doing so, we may also take advantage of resources provided by Slurm environment.

devclinton commented 1 year ago
devclinton commented 11 months ago

This ticket should be addressed at the same time as #1657

ZDu-IDM commented 2 months ago

Update: idmtools doc https://docs.idmod.org/projects/idmtools/en/latest/analyzers/analyzers-ssmt.html contains an example showing how to use PlatformAnalysis and extra_args