Hello, When I am trying to run a perfectly running parallel code on a new Linux machine, using the following command:
-------------------------------------------------------------- mpirun -np 16 name_of_executable -------------------------------------------------------------- I am getting the following error: -------------------------------------------------------------- /opt/intel/composer_xe_2013.1.117/mpirt/bin/intel64/mpirun: line 96: /opt/intel/composer_xe_2013.1.117/mpirt/bin/intel64/mpivars.sh: No such file or directory -------------------------------------------------------------- This machine already has installed in it. Any ideas what can be the problem? Thanks, Pradeep