[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bgl-discuss] mpicc etc. with IBM compilers



I have the modified versions of mpicc etc. scripts that work with both
gnu & IBM compilers in ~/balay/bin-new.

With my limited testing - they appear to work [on login4].  Feel free
to use them. [and let me know of problems]

Thanks,
Satish

-------
mpicc.gnu
mpif77.gnu
mpicxx.gnu

mpicc.ibm
mpif77.ibm
mpicxx.ibm


login4 balay/bin-new> diff /bgl/BlueLight/ppcfloor/bglsys/bin/mpicc mpicc.ibm
39c39,40
< CC=" /bgl/BlueLight/DRV100_2005-050311PM/ppc/blrts-gnu/bin/powerpc-bgl-blrts-gnu-gcc"
---
> export XL_CONFIG=/etc/opt/ibmcmp/vac/7.0/blrts-vac.cfg
> CC=" /opt/ibmcmp/vac/7.0/bin/xlc"
41c42
< MPI_CFLAGS=" -g -gdwarf-2 -O2"
---
> MPI_CFLAGS=" "
44c45
< MPI_OTHERLIBS=" -L/bgl/BlueLight/DRV100_2005-050311PM/ppc/bglsys/lib -lmsglayer.rts -ldevices.rts -lrts.rts -ldevices.rts -lrts.rts "
---
> MPI_OTHERLIBS=" -L/bgl/BlueLight/DRV100_2005-050311PM/ppc/bglsys/lib -lmsglayer.rts -ldevices.rts -lrts.rts -ldevices.rts -lrts.rts -lc -lnss_files -lnss_dns -lresolv "

- --------------------------------------------------------------------
To add or remove yourself from this mailing list, use the 'notifyme'
command on any BGL machine. To remove: notifyme -n, to add: notifyme -y.