-
-
Notifications
You must be signed in to change notification settings - Fork 55
Question: shall we update mpif90/mpirun to mpifort/mpiexec? #378
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
doing this with #268 |
sure, but it's not quite as trivial as it seems, because it pops up a few
places... what I should do is just cherry pick the commit off my work and
merge that.. I'll do that now
…On Tue, Jul 18, 2017 at 1:07 AM Damian Rouson ***@***.***> wrote:
@zbeekman <https://github.com/zbeekman> given the simplicity of this
issue, shall we simply implement a quick fix rather than tie it to #268
<#268>, of which
this is presumably a tiny component?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#378 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAREPFZnd_3wmc0fcQzMN22n_9nRV1elks5sPD18gaJpZM4NUldx>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Please replace
[ ]
with[X]
to indicate you have taken the requested action(
```
) if it occupies more than one line, or in singlebackticks if it is short
short code
Question:
mpirun
but recommends providingmpiexec
.mpif90
in a similar manner but is silent onmpifort
. However, comments online indicate a preference for the latter to liberate the name of the command from a specific revision of the Fortran standard.I don't know of any implementations that don't provide
mpirun
ormpif90
, but it seems reasonable to switch tompifort
andmpiexec
for standard-conformance and clarity where the former two are employed. On the master branch, I find the following locations:Motivation: I'm introducing
caf
andcafrun
early the new book so this is a good time to update these commands to versions that are more standard or modern.The text was updated successfully, but these errors were encountered: