http://www-unix.mcs.anl.gov/mpi/mpich/demo.html pmandel is one of the example programs that comes with the downloadable version of mpich from their home page. I don't think it is available in the redhat package that oscar installs. it comes with a default Makefile.in, but when I try to run mpireconfing Makefile, it doesn't replace all the parameters properly, and I get options that look like:
# Generated automatically from Makefilebackup.in by configure. ALL: default ##### User configurable options ##### MPI_CC = @MPI_CC@ MPI_CLINKER = $(MPI_CC) MPI_INC = @MPI_INC@ MPI_LIBS = @MPI_LIBS@ MPE_CFLAGS = @MPE_CFLAGS@ MPE_GRAPH = @MPE_GRAPHICS@ MPE_INCDIR = /usr/src/redhat/BUILD/mpich-1.2.4/include MPE_LIBDIR = /usr/src/redhat/BUILD/mpich-1.2.4/lib LOG_LIBS = -L$(MPE_LIBDIR) @LOG_LIBS@ @X_LIB@ $(MPI_LIBS) -lm PROF_LIBS = -L$(MPE_LIBDIR) @PROF_LIBS@ @X_LIB@ $(MPI_LIBS) -lm INCLUDE_DIR = -I$(MPE_INCDIR) $(MPI_INC) LDFLAGS = @LD_FLAGS@ RM = /bin/rm ### End User configurable options ### VPATH=.:$(srcdir) srcdir = /usr/src/redhat/BUILD/mpich-1.2.4 CFLAGS = $(MPE_CFLAGS) $(INCLUDE_DIR) CC_LDFLAGS = $(LDFLAGS) $(MPE_CFLAGS) EXECS = pmandel I don't think the redhat directories are correct, and it's not even supplying a correct mpi_cc entry. I've been trying to work with this Makefile to make it work correctly, but I keep getting compile errors like: pm_separate_rect.o: In function `SeparateRect_Slave': pm_separate_rect.o(.text+0x7f5): undefined reference to `MPE_Draw_points' pm_separate_rect.o(.text+0x7ff): undefined reference to `MPE_Update' pm_separate_rect.o(.text+0x93b): undefined reference to `MPE_Draw_points' pm_separate_rect.o(.text+0x945): undefined reference to `MPE_Update' collect2: ld returned 1 exit status make: *** [pmandel] Error 1 So I'm not sure if I should just try to get a different example working with lam/mpi or mpich or keep fighting with this one (because it looks pretty cool.) Thanks again for your time, Brian Williams -----Original Message----- From: Jeremy Enos [mailto:[EMAIL PROTECTED]] Sent: Monday, December 16, 2002 12:50 PM To: Brian Williams; '[EMAIL PROTECTED]' Subject: Re: [Oscar-users] Graphical Demo for lam/mpi or mpich Brian- We haven't done it yet, but we have a very strong interest in that. We have plans to create a demo/benchmark package(s)... if you're interested in helping/contributing, you'd be absolutely welcome there. I'm not familiar with pmandel- can you send me a URL on it? thx- Jeremy At 10:16 AM 12/16/2002 -0500, Brian Williams wrote: >Has anyone seen or written any interesting graphical demos of MPI for >beowulf clusters. I've tried to compile the pmandel example that comes with >mpich and am having lots of compile issues with libraries and mpireconfig >not working properly. >Thank you, >Brian Williams > >Brian E. Williams >Software Developer and Systems Administrator >Quantum Leap Innovations >(302)894-8036 [EMAIL PROTECTED] >http://copland.udel.edu/~brianw > > >------------------------------------------------------- >This sf.net email is sponsored by: >With Great Power, Comes Great Responsibility >Learn to use your power at OSDN's High Performance Computing Channel >http://hpc.devchannel.org/ >_______________________________________________ >Oscar-users mailing list >[EMAIL PROTECTED] >https://lists.sourceforge.net/lists/listinfo/oscar-users ------------------------------------------------------- This sf.net email is sponsored by: With Great Power, Comes Great Responsibility Learn to use your power at OSDN's High Performance Computing Channel http://hpc.devchannel.org/ _______________________________________________ Oscar-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/oscar-users
