Subject: [OMPI users] -output-filename 1234 versus --mca orte_output_filename 1234 From: Sébastien Boisvert (sebastien.boisvert.3_at_[hidden]) Date: 2012-10-04 12:54:47
Hi,
Is there any difference in the code path between
mpiexec -n 1 -output-filename 1234 ./a.out
and
mpiexec -n 1 --mca orte_output_filename 1234 ./a.out ?