Re: [OMPI devel] Question about RMAPS rank_file component patch and modifications

2011-04-27 Thread Jeff Squyres
On Apr 27, 2011, at 5:42 AM, 周汉清 wrote: > I solved it, just change rmaps_rank_file_lex.l file, and then generate the > rmaps_rank_file_lex.c from rmaps_rank_file_lex.l by using flex. The Makefile should do this automatically if you edit the .l file. -- Jeff Squyres jsquy...@cisco.com For cor

Re: [OMPI devel] Question about RMAPS rank_file component patch and modifications

2011-04-27 Thread 周汉清
I solved it, just change rmaps_rank_file_lex.l file, and then generate the rmaps_rank_file_lex.c from rmaps_rank_file_lex.l by using flex. -- --- 北京航空航天大学嵌入式系统实验室 周汉清(Handy_Zhou) MSN:qdzhouhanq...@gmail.com -

[OMPI devel] Question about RMAPS rank_file component patch and modifications

2011-04-26 Thread 周汉清
Hi: To meet our special requirement, I want the rank_file syntax supports like that: schedule=Handy@192.168.1.13 slot=1:3 What should I do if I want to finish the RMAPS rank_file component patch? I must generate the rmaps_rank_file_lex.c from rmaps_rank_file_lex.l ? --