Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1
  • 2

TOPIC: mpiexec.exe error - system cannot find path

mpiexec.exe error - system cannot find path 11 years 3 months ago #10050

  • dsc1r12
  • dsc1r12's Avatar
Hi,

I am trying to run a Telemac 2D model on windows and get this error message:

mpiexec.exe -localonly 2 -wdir c:\opentelemac\British Isles Model\Telemac files\
Steering.txt_2013-08-19-08h53min32s c:\opentelemac\British Isles Model\Telemac f
iles\Steering.txt_2013-08-19-08h53min32s\out_telemac2dv6p2.exe
launch failed: CreateProcess(Isles Model\Telemac files\Steering.txt_2013-08-19-0
8h53min32s c:\opentelemac\British Isles Model\Telemac files\Steering.txt_2013-08
-19-08h53min32s\out_telemac2dv6p2.exe) on 'UOS-206815.soton.ac.uk' failed, error
3 - The system cannot find the path specified.

launch failed: CreateProcess(Isles Model\Telemac files\Steering.txt_2013-08-19-0
8h53min32s c:\opentelemac\British Isles Model\Telemac files\Steering.txt_2013-08
-19-08h53min32s\out_telemac2dv6p2.exe) on 'UOS-206815.soton.ac.uk' failed, error
3 - The system cannot find the path specified.

_____________
runcode::main:
c:\opentelemac\British Isles Model\Telemac files:
|runCAS: fail to run
| mpiexec.exe -localonly 2 -wdir c:\opentelemac\British Isles Model\Tele
mac files\Steering.txt_2013-08-19-08h53min32s c:\opentelemac\British Isles Model
\Telemac files\Steering.txt_2013-08-19-08h53min32s\out_telemac2dv6p2.exe

I do not understand what it means, any help would be greatly appreciated.

Cheers

Danny
The administrator has disabled public write access.

mpiexec.exe error - system cannot find path 11 years 3 months ago #10051

  • jmhervouet
  • jmhervouet's Avatar
Hello,

This could be due to spaces in the directory names ?

Regards,

JMH
The administrator has disabled public write access.

mpiexec.exe error - system cannot find path 11 years 3 months ago #10053

  • dsc1r12
  • dsc1r12's Avatar
Hi JMH,

Yes you are correct,I seem to be able to get a bit further by removing the spaces, but now I get the following error:

runcode::main:
c:\opentelemac\BritishIslesModel\Telemacfiles:
|runCAS: fail to run
| mpiexec.exe -localonly 2 -wdir c:\opentelemac\BritishIslesModel\Telema
cfiles\Steering.txt_2013-08-19-09h52min12s c:\opentelemac\BritishIslesModel\Tele
macfiles\Steering.txt_2013-08-19-09h52min12s\out_telemac2dv6p2.exe

c:\opentelemac\BritishIslesModel\Telemacfiles>
The administrator has disabled public write access.

mpiexec.exe error - system cannot find path 11 years 3 months ago #10054

  • sebourban
  • sebourban's Avatar
  • OFFLINE
  • Administrator
  • Principal Scientist
  • Posts: 814
  • Thank you received: 219
Hello,

You seem to be missing the -n in front of the 2 in your mpiexec. This should be set in the mpiexec command line within your config file (there are examples on the SVN repository).

(I presume MPI is installed and working properly)

Hope this helps.
Sébastien.
The administrator has disabled public write access.

mpiexec.exe error - system cannot find path 11 years 3 months ago #10055

  • dsc1r12
  • dsc1r12's Avatar
I put the -n infront of the 2 but an error message still appears:

runcode::main:
c:\opentelemac\BritishIslesModel\Telemacfiles:
|runCAS: fail to run
| mpiexec.exe -localonly -n2 -wdir c:\opentelemac\BritishIslesModel\Tele
macfiles\Steering.txt_2013-08-19-12h56min00s c:\opentelemac\BritishIslesModel\Te
lemacfiles\Steering.txt_2013-08-19-12h56min00s\out_telemac2dv6p2.exe
The administrator has disabled public write access.

mpiexec.exe error - system cannot find path 11 years 3 months ago #10056

  • sebourban
  • sebourban's Avatar
  • OFFLINE
  • Administrator
  • Principal Scientist
  • Posts: 814
  • Thank you received: 219
Hello,

Sorry to come back to it, but can you add a space between -n and 2 (just to make sure).

Another possible problem for mpiexec to fail is the absence of registration for the user. Can you try running the example provided with MPI (cpi.exe) using mpiexec ? It is possible this may trigger the registration of the user with the smpd service (which should be running in the background).

To test if smpd runs, just try:
smpd -install

Hope this helps,
Sébastien.
The administrator has disabled public write access.

mpiexec.exe error - system cannot find path 11 years 3 months ago #10057

  • dsc1r12
  • dsc1r12's Avatar
I tried putting a space inbetween but the same error message appears, the strange thing is when I run another model in a different folder it works ok, indicating I presume registration.

When I type in smpd -install the following appears:

OpenSCManager failed:
Access is denied. (error 5)
Unable to remove the previous installation, install failed.

Whish I assume means that it is already installed?
The administrator has disabled public write access.

mpiexec.exe error - system cannot find path 11 years 3 months ago #10058

  • yugi
  • yugi's Avatar
  • OFFLINE
  • openTELEMAC Guru
  • Posts: 851
  • Thank you received: 244
Hi,

Could you try to relaunch the command from within the temporary folder and tell us if you have any message ?

mpiexec.exe -localonly 2 -wdir c:\opentelemac\BritishIslesModel\Telema
cfiles\Steering.txt_2013-08-19-09h52min12s c:\opentelemac\BritishIslesModel\Tele
macfiles\Steering.txt_2013-08-19-09h52min12s\out_telemac2dv6p2.exe

Hope it helps,
Yoann
There are 10 types of people in the world: those who understand binary, and those who don't.
The administrator has disabled public write access.

mpiexec.exe error - system cannot find path 11 years 3 months ago #10059

  • sebourban
  • sebourban's Avatar
  • OFFLINE
  • Administrator
  • Principal Scientist
  • Posts: 814
  • Thank you received: 219
smpd -install should not fail. If the service is already running it would just restart the service as opposed to installing it for the first time. It looks like you do not have access to smpd / MPI with your user name.

Try also the mpiexec -n 2 cpi.exe, in addition to what Yoann suggests

You may have to re-install MPI, in which case you need to link all TELEMAC executables against it (again).

You said that it work with another simulation. Can you let us know what you think is different about it ?

Thanks.
The administrator has disabled public write access.

mpiexec.exe error - system cannot find path 11 years 3 months ago #10060

  • dsc1r12
  • dsc1r12's Avatar
Hi Yoann,

When I put the command smpd -install in the temporary folder I get the same message:

c:\Windows\Temp> smpd -install
OpenSCManager failed:
Access is denied. (error 5)
Unable to remove the previous installation, install failed.

Sebourban, what do you mean try the mpiexec -n 2 cpi.exe?

The difference between the two models is the geometry and boundary conditions.
The administrator has disabled public write access.
  • Page:
  • 1
  • 2
Moderators: pham

The open TELEMAC-MASCARET template for Joomla!2.5, the HTML 4 version.