Re: [OMPI users] Signal 13

2007-03-20 Thread Jeff Squyres
even sure what /dev entries would be used by MPI. On 3/15/07, McCalla, Mac wrote: Hi, If the perror command is available on your system it will tell you what the message is associated with the signal value. On my system RHEL4U3, it is permission denied. HTH, mac mccalla -

Re: [OMPI users] Signal 13

2007-03-18 Thread David Bronke
>>>>>> memory >>>>>> file - the location of the head of that tree can be specified at run >>>>>> time, >>>>>> but has a series of built-in defaults it can search if you don't specify >>>>>> it >>>&g

Re: [OMPI users] Signal 13

2007-03-18 Thread Ralph Castain
ch if you don't specify >>>>>> it >>>>>> (we look at your environmental variables - e.g., TMP or TMPDIR - as well >>>>>> as >>>>>> the typical Linux/Unix places). You might check to see what your tmp >>&g

Re: [OMPI users] Signal 13

2007-03-18 Thread David Bronke
someone installs OpenMPI as root, and then tries to execute as >>>> a >>>> non-root user. Best thing here is to either run through the installation >>>> directory and add the correct permissions (assuming it is a system-level >>>> install), or

Re: [OMPI users] Signal 13

2007-03-16 Thread Ralph Castain
te as >>>> a >>>> non-root user. Best thing here is to either run through the installation >>>> directory and add the correct permissions (assuming it is a system-level >>>> install), or reinstall as the non-root user (if the install is solely for >

Re: [OMPI users] Signal 13

2007-03-16 Thread David Bronke
e program I'm >>> running doesn't use any functions except printf, sprintf, and MPI_*... >>> I was thinking that possibly changes to permissions on certain /dev >>> entries in newer distros might cause this, but I'm not even sure what >>> /dev ent

Re: [OMPI users] Signal 13

2007-03-15 Thread Ralph Castain
x27;ve figured out what the signal means, I'm wondering >>> exactly what is running into permission problems... the program I'm >>> running doesn't use any functions except printf, sprintf, and MPI_*... >>> I was thinking that possibly changes to permissions on certain

Re: [OMPI users] Signal 13

2007-03-15 Thread David Bronke
d with the signal value. On my system >> RHEL4U3, it is permission denied. >> >> HTH, >> >> mac mccalla >> >> -Original Message- >> From: users-boun...@open-mpi.org [mailto:users-boun...@open-mpi.org] On >> Behalf Of David Bronke >&g

Re: [OMPI users] Signal 13

2007-03-15 Thread Ralph H Castain
alue. On my system >> RHEL4U3, it is permission denied. >> >> HTH, >> >> mac mccalla >> >> -Original Message- >> From: users-boun...@open-mpi.org [mailto:users-boun...@open-mpi.org] On >> Behalf Of David Bronke >> Sent: Thursday

Re: [OMPI users] Signal 13

2007-03-15 Thread David Bronke
, it is permission denied. HTH, mac mccalla -Original Message- From: users-boun...@open-mpi.org [mailto:users-boun...@open-mpi.org] On Behalf Of David Bronke Sent: Thursday, March 15, 2007 12:25 PM To: us...@open-mpi.org Subject: [OMPI users] Signal 13 I've been trying to get OpenMPI w

Re: [OMPI users] Signal 13

2007-03-15 Thread McCalla, Mac
] On Behalf Of David Bronke Sent: Thursday, March 15, 2007 12:25 PM To: us...@open-mpi.org Subject: [OMPI users] Signal 13 I've been trying to get OpenMPI working on two of the computers at a lab I help administer, and I'm running into a rather large issue. When running anything using m

Re: [OMPI users] Signal 13

2007-03-15 Thread Mike Houston
I've been having similar issues with brand new FC5/6 and RHEL5 machines, but our FC4/RHEL4 machines are just fine. On the FC5/6 RHEL5 machines, I can get things to run as root. There must be some ACL or security setting issue that's enabled by default on the newer distros. If I figure it out

[OMPI users] Signal 13

2007-03-15 Thread David Bronke
I've been trying to get OpenMPI working on two of the computers at a lab I help administer, and I'm running into a rather large issue. When running anything using mpirun as a normal user, I get the following output: $ mpirun --no-daemonize --host localhost,localhost,localhost,localhost,localhost