Skip to content

Fix to complete the build#164

Open
601t wants to merge 6 commits into
NanoComp:masterfrom
601t:master
Open

Fix to complete the build#164
601t wants to merge 6 commits into
NanoComp:masterfrom
601t:master

Conversation

@601t
Copy link
Copy Markdown

@601t 601t commented Jun 17, 2024

This is my first pull request.
Please understand that I am not very good at this.

Fixes have been made to complete the build.

@601t
Copy link
Copy Markdown
Author

601t commented Jul 13, 2024

Synchronized the latest commit and fixed the README link.

@stevengj
Copy link
Copy Markdown
Collaborator

stevengj commented Jun 4, 2026

It's better to include that header in the individual files that need it. (I recently added it to several files.)

Which file is failing for you?

Comment thread README.md
- Distributed memory **parallelism** on any system supporting the [MPI](https://en.wikipedia.org/wiki/Message_Passing_Interface) standard.
- Fully-vectorial **1d, 2d, 3d** calculations. Iterative eigensolver techniques are employed to make large calculations possible.
- **Direct, frequency-domain eigensolver** as opposed to indirect methods, e.g. time-domain. This means that you get both eigenvalues (frequencies) and eigenstates (electromagnetic modes) at the same time. See [comparison of time-domain and frequency-domain techniques](Introduction.md#frequency-domain-vs-time-domain).
- **Direct, frequency-domain eigensolver** as opposed to indirect methods, e.g. time-domain. This means that you get both eigenvalues (frequencies) and eigenstates (electromagnetic modes) at the same time. See [comparison of time-domain and frequency-domain techniques](doc/docs/Introduction.md#frequency-domain-vs-time-domain).
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please make a separate PR for the README link fixes, which are unrelated to string.h.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants