PyPSA / pypsa-eur

PyPSA-Eur: A Sector-Coupled Open Optimisation Model of the European Energy System
https://pypsa-eur.readthedocs.io/
345 stars 242 forks source link

Clarify usage of option "-call" #1385

Closed fhg-isi closed 1 week ago

fhg-isi commented 3 weeks ago

The option "-call" that is used for the tutorials might be misleading, as "call" could be interpretet as single word like in "call a function" and when searching for it in the snakemake documentaiton, it cannot be found. Also see

https://github.com/PyPSA/PyPSA/issues/1060

Current version of snakemake does not seem to require the --cores (-c) option any more and uses all cores by default:

https://github.com/snakemake/snakemake/issues/3167

=> I would prefer one of the following variants to avoid confusion by "black magic" command snakemake -call :

snakemake
snakemake --cores
snakemake --coresall
snakamake -c
lkstrp commented 3 weeks ago

While it still can be used, -call is indeed optional and not documented anymore. Thank you @fhg-isi !