Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Use open2 in cluster

Status
Not open for further replies.

zhuangdvm

Programmer
Feb 27, 2008
1
US
Dear friends,
I am trying to activate a Fortran program in a high performance cluter. The IO of the Fortran program is accomplished by a PERL script, which uses various PERL intrinsic functions and plug-in C functions to do IO jobs. I notice that the PERL program get stuck when it use open2 function to start the communication with the fortran program. In local linux PC, there is not such problem and the program can work properly. Does there anybody have insights about this? Thanks!
Zhong
 
I assume you mean IPC::Open2, try using IPC::Open3 instead which is said to have better error handling. Make sure to read the documentation well as it might give you a clue why your application is getting stuck.


------------------------------------------
- Kevin, perl coder unexceptional! [wiggle]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top