Hello all,
I have managed to compile opentelemac using mingw-64 and MS-MPI and have run parallel jobs using mpiexec in the local machine.
However, when I try to use 'Job Scheduler' to submit a job to my windows HPC Pack cluster (using the following syntax),
job submit mpiexec.exe /wdir <wdir> /n <ncsize> /machinefile \\atlas\Company\DataDisk\Work\opentelemac\mpi_hosts.txt <exename>
I get the following error:
Aborting: failed to launch 'out_t2d_malpasset-large.exe' on thor
Error (2) The system cannot find the file specified.
The temporary working directory is, of course, empty, so it seems that when the job submit command is used, mpiexec runs before the temporary working directory is populated with the run files. Any ideas on how to work around this problem?
Best Regards,
Costas