[padb] [padb-devel] Simple Makefile patch

Ethan Mallove ethan.mallove at sun.com
Mon Nov 2 16:38:26 GMT 2009


On Sun, Nov/01/2009 07:21:08PM, Ashley Pittman wrote:
> On Wed, 2009-10-28 at 12:32 -0500, Ethan Mallove wrote:
> > Little patch for Makefile to make compiling on Solaris easier.
> > Solaris C compiler is also named "cc", and it does not support
> > -Wall.
> 
> Thanks, I committed this Friday.
> 
> Did you see r303? it adds a (source level) option to log interaction of
> padb and minfo.x to a file, you could enable and send me a trace if you
> are having troubles with the message queues.
> 
> http://code.google.com/p/padb/source/detail?r=303
> 

Looks like it's failing before minfo.x gets a chance to run:

  $ padb --debug=all --config-option rmgr=mpirun --full-report=27047
  DEBUG (config):   0: Finished setting configuration options
  padb version 3.n (Revision 311)
  full job report for job 27047

  DEBUG (pcmd):   0: Loaded pcmd data
  DEBUG (verbose):   0: There are 1 processes over 1 hosts
  DEBUG (verbose):   0: Remote process data available on frontend
  DEBUG (show_cmd):   0:  /home/em162155/software/SunOS/sparc/padb/bin/padb --inner
  DEBUG (signon):   1: Received last signon, connecting to inner
  DEBUG (ctree):   1: connection tree
  DEBUG (full_duplex):   1: Sending command to inner, 364 bytes
  einner: Argument "" isn't numeric in numeric ne (!=) at /home/em162155/software/SunOS/sparc/padb/bin/padb line 8087.
  einner: Argument "" isn't numeric in numeric ne (!=) at /home/em162155/software/SunOS/sparc/padb/bin/padb line 8087.
  einner: Argument "" isn't numeric in numeric ne (!=) at /home/em162155/software/SunOS/sparc/padb/bin/padb line 8087.
  einner: Argument "" isn't numeric in numeric ne (!=) at /home/em162155/software/SunOS/sparc/padb/bin/padb line 8087.
  einner: Argument "" isn't numeric in numeric ne (!=) at /home/em162155/software/SunOS/sparc/padb/bin/padb line 8087.
  einner: Argument "" isn't numeric in numeric ne (!=) at /home/em162155/software/SunOS/sparc/padb/bin/padb line 8087.
  einner: Argument "" isn't numeric in numeric ne (!=) at /home/em162155/software/SunOS/sparc/padb/bin/padb line 8087.
  einner: Argument "" isn't numeric in numeric ne (!=) at /home/em162155/software/SunOS/sparc/padb/bin/padb line 8087.
  einner: Argument "" isn't numeric in numeric ne (!=) at /home/em162155/software/SunOS/sparc/padb/bin/padb line 8087.
  einner: Argument "" isn't numeric in numeric ne (!=) at /home/em162155/software/SunOS/sparc/padb/bin/padb line 8087.
  einner: Argument "" isn't numeric in numeric ne (!=) at /home/em162155/software/SunOS/sparc/padb/bin/padb line 8087.
  einner: Argument "" isn't numeric in numeric ne (!=) at /home/em162155/software/SunOS/sparc/padb/bin/padb line 8087.
  einner: Argument "" isn't numeric in numeric ne (!=) at /home/em162155/software/SunOS/sparc/padb/bin/padb line 8087.
  einner: Argument "" isn't numeric in numeric ne (!=) at /home/em162155/software/SunOS/sparc/padb/bin/padb line 8087.
  einner: Argument "" isn't numeric in numeric ne (!=) at /home/em162155/software/SunOS/sparc/padb/bin/padb line 8087.
  einner: Argument "" isn't numeric in numeric ne (!=) at /home/em162155/software/SunOS/sparc/padb/bin/padb line 8087.
  einner: Argument "" isn't numeric in numeric ne (!=) at /home/em162155/software/SunOS/sparc/padb/bin/padb line 8087.
  einner: Argument "" isn't numeric in numeric ne (!=) at /home/em162155/software/SunOS/sparc/padb/bin/padb line 8087.
  einner: Argument "" isn't numeric in numeric ne (!=) at /home/em162155/software/SunOS/sparc/padb/bin/padb line 8087.
  einner: Argument "" isn't numeric in numeric ne (!=) at /home/em162155/software/SunOS/sparc/padb/bin/padb line 8087.
  einner: Argument "" isn't numeric in numeric ne (!=) at /home/em162155/software/SunOS/sparc/padb/bin/padb line 8087.
  einner: Argument "" isn't numeric in numeric ne (!=) at /home/em162155/software/SunOS/sparc/padb/bin/padb line 8087.
  einner: Argument "" isn't numeric in numeric ne (!=) at /home/em162155/software/SunOS/sparc/padb/bin/padb line 8087.
  DEBUG (full_duplex):   1: Reply from inner, 84 bytes
  Warning, failed to locate any ranks
  DEBUG (full_duplex):   1: Sending command to inner, 28 bytes
  DEBUG (full_duplex):   1: Reply from inner, 84 bytes
  DEBUG (verbose):   1: Completed command

-Ethan


> Ashley,
> 
> -- 
> 
> Ashley Pittman, Bath, UK.
> 
> Padb - A parallel job inspection tool for cluster computing
> http://padb.pittman.org.uk
> 




More information about the padb-devel mailing list