[OMPI users] LD_LIBRARY_PATH Problem

2013-04-29 Thread sudhirs@
Dear users, I am getting following error while doing a calculation. The job is getting terminated before writing anything in output file . == ssh: ibc18: Name or service not known^M -

[OMPI users] line 60: echo: write error: No space left on device

2013-10-01 Thread sudhirs@
-0-6.local:17488] opal_os_dirpath_create: Error: Unable to create the sub-directory (/data/20952.1.all.q/openmpi-sessions-sudhirs@compute-0-6.local_0) of (/data/20952.1.all.q/openmpi-sessions-sudhirs@compute-0-6.local_0/43063/0/0), mkdir failed [1] [compute-0-6.local:17488] [[43063,0],0

Re: [OMPI users] line 60: echo: write error: No space left on device

2013-10-01 Thread sudhirs@
Dear John Hearns, Thank you. It is working fine after mount. On Tue, Oct 1, 2013 at 12:42 PM, John Hearns wrote: > E do you have a filesystem which is full?df will tell you > Or maybe mounted read only. > > ___ > users mailing list > us...

[OMPI users] Error

2013-10-18 Thread sudhirs@
Dear open-mpi user, I am running a CPMD calculation in parallel. I got the following error and job got killed. Below I have given the error message. What is this error and how to fix it ? [[12065,1],23][btl_openib_component.c:2948:handle_wc] from compute-0-0.local to: compute-0-7 error polling LP

[OMPI users] fork in Fortran

2012-08-30 Thread sudhirs@
Dear users, How to use fork(), vfork() type functions in Fortran programming ?? Thanking you in advance -- Sudhir Kumar Sahoo Ph.D Scholar Dept. Of Chemistry IIT Kanpur-208016

[OMPI users] system call

2012-09-11 Thread sudhirs@
Dear Users, I have two separate program say PROG1 and PROG2 .Both programs run parallel independently. But I have made following modifications. PROG1 run first doing its own job and then preparing a input file for PROG2, and then to run PROG2 call system is used. The result of PROG2 is used in PRO