Re: [OMPI users] Using compiler_args in wrappers with Portland Group Compilers

2009-01-30 Thread Wayne Gilmore
>You should be able to include options just as you want them to appear on >the command line. Can you send me both the .txt file you edited as well >as the output of mpicc -showme (or whichever compiler you are testing)? > >Thanks, > >Brian For a regular 64 bit build: (no problems here, works fine

Re: [OMPI users] Using compiler_args in wrappers with Portland Group Compilers

2009-01-30 Thread Brian W. Barrett
On Thu, 29 Jan 2009, Wayne Gilmore wrote: I'm trying to use the compiler_args field in the wrappers script to deal with 32 bit compiles on our cluster. I'm using portland group compilers and use the following for 32 bit builds: -tp p7 (I actually tried to use -tp x32 but it does not compile co