标签: python command
我有一个可以从shell执行的Python脚本:
mpirun run.py
或作为:
python run.py
是否可以在run.py中查明是否使用mpirun或python命令调用了代码?
run.py
mpirun
python