When I run “mpirun -n “, why do I get a license check failure?
A26. Please use “-np” instead of “-n”. Scali MPI’s mpirun is a compatibility wrapper for their mpimon. Scali’s mpirun supports “-np” for specifying the number of processes, but “-n” gets passed to mpimon where it is interpreted as Scali MPI’s “-network” option for network devices. The error looks like the following.