<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
Hi!<br><br>I am trying to parallelize a fortran 90 program with PETSc. The original program uses a lot of global variables defined using fortran 90 modules. <br><br>My question is: Can I use 'include PETSc include file' and 'use MyModule' in the program at the same time? If so, in what sequence should I put 'include XXX', 'use XXX' and 'implicit' statements? <br><br>Another general question is whether I can use fortran 90 features such as 'module' and dynamic allocation on a parallel system of MPI-1 standard? Any reference on such programming work will be also appreciated.<br><br>Many thanks in advance!<br><br><br /><hr />更多热辣资讯尽在新版MSN首页! <a href='http://cn.msn.com/' target='_new'>立刻访问!</a></body>
</html>