Q: My batch job includes vii0047, but I can't login and MPI/Pro says: MPI/Pro error: Failed to login the user on server: vii0047.tc.cornell.edu System Error: Logon failure: the user has not been granted the requested logon type at this com.
A: Send email to consult@tc.cornell.edu
Q: Output from batch is not copied to H:.
A: Send email to consult@tc.cornell.edu
Q: Allocated 2 nodes, only allowed to use remote desktop connection to master node.
A: Send email to consult@tc.cornell.edu
Q: MPI/Pro Error:SocketException System Error:No connection could be made because the target machine actively refused it.
A: Send email to consult@tc.cornell.edu.
Q: Copied files to T:\%USERNAME%, but job doesn't give output.
A: Must cd to T:\%USERNAME% before running job.
Q: Can't move or delete some files in T: on some batch nodes.
A: Send email to consult@tc.cornell.edu.
Q: Batch jobs that just disappear from queue, having done nothing.
A: User had set some parameters with a space before and after the = sign, putting a trailing space on the parameter. Remove the spaces.
Q: What can users do about the long time it takes for jobs to clear?
A: See the "MPI Cleanup" tip at http://www.tc.cornell.edu/services/support/batch/faster_cleanup.asp
Q: Is there a way to make the copyback.bat (which copies the output files periodocally ) file to copy output from all the nodes to the H: drive
A: Yes. Start /b mpirun -np N parallel_copyback.bat
Q: Need to have different files for each process. How to do this? Problem doing this by a system call in C++ program.
A: As part of setup file, use commands
cd /D T:
del /Q T:\%USERNAME%
mkdir T:\%USERNAME%\%MSTI_RANK%
copy files.* T:\%USERNAME%\%MSTI_RANK%
Q: Jobs are stuck clearing.
A: Send email to consult@tc.cornell.edu
Q: How to direct jobs from remote machines to CTC for batch? Need software on CTC batch nodes.
A: Explained that we can do this and how.
Q: What do I need to do to use v3?
A: See http://www.tc.cornell.edu/Services/Policies/Pages/usage.htm
Q: Copy of executable and input files failed on vi0004.
A: System problem. Send email to consult@tc.cornell.edu.
Q: I have an error about the path when connecting to a batch machine.
A: Check your userlogin.bat file. There may be a reference to Visual Studio(VS) in userlogin.bat, but VS is not on batch nodes. Change syntax to "call setup_visualc.bat" or call a different setup file as appropriate.
Q: Can I telnet to batch machines?
A: No. You need to use a remote desktop connection from a login node to login interactively to a machine on which you have a job running.