question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add what is MPI (Message Passing Interface) in Knowledge base section

See original GitHub issue

How about adding MPI in the glossary section. Their is a whole separate section about MPI Variants in Conda-forge. By adding info about MPI in glossary section will help the user understand it well.

Reference: https://conda-forge.org/docs/maintainer/knowledge_base.html#message-passing-interface-mpi

Issue Analytics

  • State:open
  • Created 2 years ago
  • Reactions:2
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
isurufcommented, Apr 11, 2021

Glossary should be about words that are used everywhere in the docs. It doesn’t make sense for MPI to be in the glossary, because MPI is talked about only in one section. Why not defined what MPI is in that section? I don’t think any user looks at the glossary, so there’s no use for defining it there.

0reactions
prachi237commented, Apr 12, 2021

Glossary should be about words that are used everywhere in the docs. It doesn’t make sense for MPI to be in the glossary, because MPI is talked about only in one section. Why not defined what MPI is in that section? I don’t think any user looks at the glossary, so there’s no use for defining it there.

@isuruf sir, today I found that MPI is mentioned even in user docs https://conda-forge.org/docs/user/tipsandtricks.html

Read more comments on GitHub >

github_iconTop Results From Across the Web

What is Message Passing Interface (MPI)? - TechTarget
The message passing interface (MPI) is a standardized means of exchanging messages between multiple computers running a parallel program across distributed ...
Read more >
Message Passing Interface - Wikipedia
Message Passing Interface (MPI) is a standardized and portable message-passing standard designed to function on parallel computing architectures.
Read more >
Introduction to the Message Passing Interface (MPI) using C
This is a short introduction to the Message Passing Interface (MPI) designed to convey the fundamental operation and use of the interface.
Read more >
Message Passing Interface - High Performance Computing
Message passing interface (MPI) is a standard specification of message-passing interface for parallel computation in distributed-memory systems. MPI isn't a ...
Read more >
Message Passing Interface - Distributed Systems
MPI is used to send messages from one process (computer, workstation etc.) to another. These messages can contain data ranging from primitive types...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found