Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 50 additions & 1 deletion docs/assets/data/breadcrumbs.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,55 @@
"Bell User Guide",
"Frequently Asked Questions"
],
"/userguides/negishi/": [
"Home",
"Negishi User Guide"
],
"/userguides/negishi/overview/": [
"Home",
"Negishi User Guide",
"Negishi Overview"
],
"/userguides/negishi/biography/": [
"Home",
"Negishi User Guide",
"Biography of Negishi"
],
"/userguides/negishi/accounts/": [
"Home",
"Negishi User Guide",
"Accounts"
],
"/userguides/negishi/software/": [
"Home",
"Negishi User Guide",
"Software"
],
"/userguides/negishi/run_jobs/": [
"Home",
"Negishi User Guide",
"Running Jobs"
],
"/userguides/negishi/storage/": [
"Home",
"Negishi User Guide",
"File Storage and Transfer"
],
"/userguides/negishi/gateway/": [
"Home",
"Negishi User Guide",
"Gateway (Open OnDemand)"
],
"/userguides/negishi/compile/": [
"Home",
"Negishi User Guide",
"Compiling Source Code"
],
"/userguides/negishii/faqs/": [
"Home",
"Negishi User Guide",
"Frequently Asked Questions"
],
"/userguides/gautschi/": [
"Home",
"Gautschi User Guide"
Expand Down Expand Up @@ -1141,4 +1190,4 @@
"Home",
"FAQs"
]
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions docs/userguides/negishi/accounts.md

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.

Can we add a [**Back to Negishi User Guide**](index.md) link at the bottom?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Resolved

Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
tags:
- Negishi
authors:
- hkashgar
resource: negishi
search:
boost: 2
---


{% set resource = "negishi" %}

{{ accounts_md_snippet(resource) }}

## SSH Keys
{{ ssh_keys_snippet(resource) }}

## SSH X11 Forwarding
{{ ssh_x11_snippet(resource) }}

## Thinlinc
{{ thinlinc_snippet(resource) }}

## Purchasing Nodes

--8<-- "docs/snippets/purchase_nodes.md"

[**Back to Negishi User Guide**](index.md)
19 changes: 19 additions & 0 deletions docs/userguides/negishi/biography.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
tags:
- Negishi
authors:
- hkashgar
search:
boost: 2
---

# Biography of Ei-ichi Negishi

![Portrait of Ei-ichi Negishi](../../assets/images/userguides/negishi/bio_negishi.jpg){ align=right }


Ei-ichi Negishi (1935-2021) was the Herbert C. Brown Distinguished Professor in the Department of Chemistry at Purdue. He came to Purdue in 1966 as a postdoctoral researcher in the lab of the Late Herbert C. Brown, and published 33 papers with Prof. Brown up through the time that Prof. Brown was awarded the Nobel Prize in Chemistry in 1979. With the award of the Nobel to Ei-ichi Negishi in 2010, Purdue has the rare distinction of a pair of Nobel Prize awards in two closely related areas. Professor Negishi’s Nobel Prize was awarded in recognition of his work on palladium-catalyzed cross-coupling chemistry (known world-– wide as the Negishi coupling). That work was described by the Nobel Foundation as "great art in a test tube". This is certainly appropriate as great scientists regard themselves as artists and explorers. The impact of that work was widespread, as it had been used in synthetic organic chemistry research worldwide, as well as in the commercial production of an array of pharmaceuticals and molecules used in the electronics industry. In recognition of and consistent with this idea, Ei-ichi and co-recipient Akira Suzuki were recently awarded Japan's highest cultural award, the "Order of Culture", bestowed in Nov. 2010 by the Emperor.

Professor Negishi was a prolific researcher, with ~400 publications on an array of problems in synthetic organic chemistry, leading to numerous awards. To name just a few, the list includes the Chemical Society of Japan Award (1997), the American Chemical Society Award in Organometallic Chemistry (1998), the McCoy Award (1998), the Sigma Xi Award at Purdue (2003), the Nobel Prize in Chemistry (2010), the Order of Culture in Japan (2010), the American Chemical Society Award for Creative Work in Synthetic Organic Chemistry (2010), the Indiana Sagamore of the Wabash (2011) and the Purdue Order of the Griffin (2011). He was elected to the American Academy of Arts and Sciences in 2011. Professor Negishi was leading the Negishi-Brown Institute, which had continued his work on catalytic organic synthesis. Dr. Negishi was passionate about the prospects for catalytic approaches to the reduction of carbon dioxide to enable large scale production of useful products from this environmental waste product. It is very fitting that Purdue bestow an honorary doctorate degree on Professor Negishi, whose accomplishments and contributions will have a permanent impact on Purdue’s stature and global recognition.

[**Back to Negishi User Guide**](index.md)
23 changes: 23 additions & 0 deletions docs/userguides/negishi/compile.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
tags:
- Negishi
authors:
- hkashgar
resource: Negishi
search:
boost: 2
---

# Compiling Source Code

Documentation on compiling source code on Negishi.

## In This Section

- [Compiling Serial Programs](compile/serial.md)
- [Compiling MPI Programs](compile/mpi.md)
- [Compiling OpenMP Programs](compile/openmp.md)
- [Compiling Hybrid Programs](compile/hybrid.md)
- [Intel MKL Library](compile/intel_mkl.md)

[**Back to Negishi User Guide**](index.md)
13 changes: 13 additions & 0 deletions docs/userguides/negishi/compile/hybrid.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
tags:
- Negishi
authors:
- hkashgar
resource: Negishi
search:
boost: 2
---

--8<-- "docs/snippets/compile_hybrid.md"

[**Back to the Compiling Source Code section**](../compile.md)
13 changes: 13 additions & 0 deletions docs/userguides/negishi/compile/intel_mkl.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
tags:
- Negishi
authors:
- hkashgar
resource: Negishi
search:
boost: 2
---

--8<-- "docs/snippets/compile_intel_mkl.md"

[**Back to the Compiling Source Code section**](../compile.md)
13 changes: 13 additions & 0 deletions docs/userguides/negishi/compile/mpi.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
tags:
- Negishi
authors:
- hkashgar
resource: Negishi
search:
boost: 2
---

--8<-- "docs/snippets/compile_mpi.md"

[**Back to the Compiling Source Code section**](../compile.md)
13 changes: 13 additions & 0 deletions docs/userguides/negishi/compile/openmp.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
tags:
- Negishi
authors:
- hkashgar
resource: Negishi
search:
boost: 2
---

--8<-- "docs/snippets/compile_openmp.md"

[**Back to the Compiling Source Code section**](../compile.md)
13 changes: 13 additions & 0 deletions docs/userguides/negishi/compile/serial.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
tags:
- Negishi
authors:
- hkashgar
resource: Negishi
search:
boost: 2
---

--8<-- "docs/snippets/compile_serial.md"

[**Back to the Compiling Source Code section**](../compile.md)
Loading