Skip to content

Commit 5507782

Browse files
Merge pull request #266 from PurdueRCAC/u/hkashgar/ug_negishi_new
U/hkashgar/ug negishi new
2 parents 50c30e0 + de8a07b commit 5507782

101 files changed

Lines changed: 5387 additions & 1 deletion

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/assets/data/breadcrumbs.json

Lines changed: 50 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,55 @@
165165
"Bell User Guide",
166166
"Frequently Asked Questions"
167167
],
168+
"/userguides/negishi/": [
169+
"Home",
170+
"Negishi User Guide"
171+
],
172+
"/userguides/negishi/overview/": [
173+
"Home",
174+
"Negishi User Guide",
175+
"Negishi Overview"
176+
],
177+
"/userguides/negishi/biography/": [
178+
"Home",
179+
"Negishi User Guide",
180+
"Biography of Negishi"
181+
],
182+
"/userguides/negishi/accounts/": [
183+
"Home",
184+
"Negishi User Guide",
185+
"Accounts"
186+
],
187+
"/userguides/negishi/software/": [
188+
"Home",
189+
"Negishi User Guide",
190+
"Software"
191+
],
192+
"/userguides/negishi/run_jobs/": [
193+
"Home",
194+
"Negishi User Guide",
195+
"Running Jobs"
196+
],
197+
"/userguides/negishi/storage/": [
198+
"Home",
199+
"Negishi User Guide",
200+
"File Storage and Transfer"
201+
],
202+
"/userguides/negishi/gateway/": [
203+
"Home",
204+
"Negishi User Guide",
205+
"Gateway (Open OnDemand)"
206+
],
207+
"/userguides/negishi/compile/": [
208+
"Home",
209+
"Negishi User Guide",
210+
"Compiling Source Code"
211+
],
212+
"/userguides/negishii/faqs/": [
213+
"Home",
214+
"Negishi User Guide",
215+
"Frequently Asked Questions"
216+
],
168217
"/userguides/gautschi/": [
169218
"Home",
170219
"Gautschi User Guide"
@@ -1141,4 +1190,4 @@
11411190
"Home",
11421191
"FAQs"
11431192
]
1144-
}
1193+
}
41.8 KB
Loading
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
tags:
3+
- Negishi
4+
authors:
5+
- hkashgar
6+
resource: negishi
7+
search:
8+
boost: 2
9+
---
10+
11+
12+
{% set resource = "negishi" %}
13+
14+
{{ accounts_md_snippet(resource) }}
15+
16+
## SSH Keys
17+
{{ ssh_keys_snippet(resource) }}
18+
19+
## SSH X11 Forwarding
20+
{{ ssh_x11_snippet(resource) }}
21+
22+
## Thinlinc
23+
{{ thinlinc_snippet(resource) }}
24+
25+
## Purchasing Nodes
26+
27+
--8<-- "docs/snippets/purchase_nodes.md"
28+
29+
[**Back to Negishi User Guide**](index.md)
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
tags:
3+
- Negishi
4+
authors:
5+
- hkashgar
6+
search:
7+
boost: 2
8+
---
9+
10+
# Biography of Ei-ichi Negishi
11+
12+
![Portrait of Ei-ichi Negishi](../../assets/images/userguides/negishi/bio_negishi.jpg){ align=right }
13+
14+
15+
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.
16+
17+
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.
18+
19+
[**Back to Negishi User Guide**](index.md)

docs/userguides/negishi/compile.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
tags:
3+
- Negishi
4+
authors:
5+
- hkashgar
6+
resource: Negishi
7+
search:
8+
boost: 2
9+
---
10+
11+
# Compiling Source Code
12+
13+
Documentation on compiling source code on Negishi.
14+
15+
## In This Section
16+
17+
- [Compiling Serial Programs](compile/serial.md)
18+
- [Compiling MPI Programs](compile/mpi.md)
19+
- [Compiling OpenMP Programs](compile/openmp.md)
20+
- [Compiling Hybrid Programs](compile/hybrid.md)
21+
- [Intel MKL Library](compile/intel_mkl.md)
22+
23+
[**Back to Negishi User Guide**](index.md)
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
tags:
3+
- Negishi
4+
authors:
5+
- hkashgar
6+
resource: Negishi
7+
search:
8+
boost: 2
9+
---
10+
11+
--8<-- "docs/snippets/compile_hybrid.md"
12+
13+
[**Back to the Compiling Source Code section**](../compile.md)
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
tags:
3+
- Negishi
4+
authors:
5+
- hkashgar
6+
resource: Negishi
7+
search:
8+
boost: 2
9+
---
10+
11+
--8<-- "docs/snippets/compile_intel_mkl.md"
12+
13+
[**Back to the Compiling Source Code section**](../compile.md)
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
tags:
3+
- Negishi
4+
authors:
5+
- hkashgar
6+
resource: Negishi
7+
search:
8+
boost: 2
9+
---
10+
11+
--8<-- "docs/snippets/compile_mpi.md"
12+
13+
[**Back to the Compiling Source Code section**](../compile.md)
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
tags:
3+
- Negishi
4+
authors:
5+
- hkashgar
6+
resource: Negishi
7+
search:
8+
boost: 2
9+
---
10+
11+
--8<-- "docs/snippets/compile_openmp.md"
12+
13+
[**Back to the Compiling Source Code section**](../compile.md)
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
tags:
3+
- Negishi
4+
authors:
5+
- hkashgar
6+
resource: Negishi
7+
search:
8+
boost: 2
9+
---
10+
11+
--8<-- "docs/snippets/compile_serial.md"
12+
13+
[**Back to the Compiling Source Code section**](../compile.md)

0 commit comments

Comments
 (0)