[Mpi3-tools] latest draft of mqs

Jeff Squyres (jsquyres) jsquyres at cisco.com
Wed May 22 15:52:16 CDT 2013


On May 22, 2013, at 4:44 PM, Kathryn Mohror <kathryn at llnl.gov> wrote:

> I searched the standard (with PDF viewer search) and didn't see any broken hyphenated identifiers at the ends of lines. I noted that in the standard type and function names are like so: MPI\_COMM\_WORLD  while in MPIR and MQS they are like so: MPI\_\-COMM\_\-WORLD.  If you remove the \- will it do the right thing? I am not a Latex guru so I don't know. 

\- tells Latex that it's ok to hyphenate there if it wants to.  So you might see "MPI_-" at the end of a line, and "COMM_WORLD" at the beginning of the next.

I'm personally ok with that kind of hyphenation -- I always put in the \-'s between words of MPI constants, a la MPI\_\-COMM\_\-WORLD.

-- 
Jeff Squyres
jsquyres at cisco.com
For corporate legal information go to: http://www.cisco.com/web/about/doing_business/legal/cri/





More information about the mpiwg-tools mailing list