Amin,
You'll want to take a look at Section 2.9.4 of the HTCondor manual. http://research.cs.wisc.edu/htcondor/manual/v7.9/2_9Parallel_Applications.html assuming you're using HTCondor 7.9.X. The most obvious problem is that you have executable set to hello_nodes. You want to be using mp1script as your executable. You'll also want to make sure that you transfer over your MPI executable as well. I've added commands so that you can see what your program prints. ###################################### universe = parallel executable = mp1script arguments = hello_nodes machine_count = 4 should_transfer_files = yes when_to_transfer_output = on_exit transfer_input_files = hello_nodes output = outfile.$(NODE) error = errfile.$(NODE) queuemp1script can be found in $(RELEASE_DIR)/etc/condor_examples. If you need to download it directly, take a look at: https://raw.github.com/htcondor/htcondor/master/src/condor_examples/mp1script Good luck. Sam On 05/30/2013 03:28 PM, amin talebi wrote:
-- Dr. Samuel H. Friedman University of Wisconsin-Madison Center for High Throughput Computing Department of Computer Sciences samf@xxxxxxxxxxx 1210 W. Dayton St. Rm #4246 Phone: (608) 263-2150 Madison, WI 53706-1685 |