Skip to content

Commit fbea47f

Browse files
Paul EdmonPaul Edmon
Paul Edmon
authored and
Paul Edmon
committed
Updating cluster name.
1 parent 1fcc3b4 commit fbea47f

File tree

11 files changed

+14
-42
lines changed

11 files changed

+14
-42
lines changed

Applications/Schrodinger/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Schrodinger is a scientific leader in computational chemistry, providing software solutions and services for life sciences and materials research.
44

5-
This example illustrates using Schrodinger in a batch mode on the Odyssey cluster at Harvard University. The specific example computes properties of
5+
This example illustrates using Schrodinger in a batch mode on the FASRC cluster at Harvard University. The specific example computes properties of
66
water molecule using Jaguar.
77

88
#### CONTENTS:

Example_Recipes/Job_Arrays/job_arrays_1/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#### PURPOSE:
22

33
Example workflow illustrating use of job arrays and a "master" Python
4-
script to perform a parameter sweep on the Odyssey cluster at
4+
script to perform a parameter sweep on the FASRC cluster at
55
Harvard University.
66

77
#### CONTENTS:

Example_Recipes/image_processing/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Example output image:
3434

3535
#### REFERENCES:
3636

37-
* [Job arrays on the Odyssey cluster](https://rc.fas.harvard.edu/resources/running-jobs/#Job_arrays)
37+
* [Job arrays on the FASRC cluster](https://rc.fas.harvard.edu/resources/running-jobs/#Job_arrays)
3838

3939
* [Image processing with MATLAB](http://www.mathworks.com/products/image)
4040

Languages/Cpp/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### Purpose:
22

3-
Collection of example codes illustrating using C++ on the Odyssey cluster.
3+
Collection of example codes illustrating using C++ on the FASRC cluster.
44

55
### Contents:
66

@@ -47,4 +47,4 @@ sbatch run.sbatch
4747
### Resources:
4848

4949
* [cplusplus.com](http://www.cplusplus.com)
50-
* [C++ Language Tutorial](http://www.cplusplus.com/doc/tutorial)
50+
* [C++ Language Tutorial](http://www.cplusplus.com/doc/tutorial)

Languages/Fortran/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### Purpose:
22

3-
Example codes illustrating using Fortran on the Odyssey cluster.
3+
Example codes illustrating using Fortran on the FASRC cluster.
44

55
### Contents:
66

@@ -9,4 +9,4 @@ Example codes illustrating using Fortran on the Odyssey cluster.
99

1010
### References:
1111

12-
* [Fortran Tutorial (from tutorialspoint.com)](http://www.tutorialspoint.com/fortran)
12+
* [Fortran Tutorial (from tutorialspoint.com)](http://www.tutorialspoint.com/fortran)

Languages/IDL/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#### Purpose:
22

3-
Example code to illustrate IDL use on the Odyssey cluster. The specific example computes PI via Monte-Carlo method.
3+
Example code to illustrate IDL use on the FASRC cluster. The specific example computes PI via Monte-Carlo method.
44

55
#### Contents:
66

Languages/Mathematica/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#### Purpose:
22

3-
Example code to illustrate **Mathematica** use on the Odyssey cluster. The specific example computes PI via Monte-Carlo method.
3+
Example code to illustrate **Mathematica** use on the FASRC cluster. The specific example computes PI via Monte-Carlo method.
44

55
#### Contents:
66

@@ -40,4 +40,4 @@ cat pi_monte_carlo.out
4040
3.141592653589793
4141
3.1414188
4242
58.931534`8.221892739513308
43-
```
43+
```

Languages/Perl/Example1/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#### Purpose:
22

3-
Example code to illustrate Perl use on the Odyssey cluster. The specific example generates a random vector of dimension N and sums up its elements.
3+
Example code to illustrate Perl use on the FASRC cluster. The specific example generates a random vector of dimension N and sums up its elements.
44

55
#### Contents:
66

Languages/R/Example1/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#### Purpose:
22

3-
Example code to illustrate R use on the Odyssey cluster. The specific example prins out integers from 10 down to 1.
3+
Example code to illustrate R use on the FASRC cluster. The specific example prins out integers from 10 down to 1.
44

55
#### Contents:
66

Languages/STATA/README.md

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#### Purpose:
22

3-
This example illustrates using STATA on the Odyssey cluster at Harvard University.
3+
This example illustrates using STATA on the FASRC cluster at Harvard University.
44

55
#### Contents:
66

@@ -70,20 +70,6 @@ Notes:
7070
1. Command line editing disabled
7171
2. Stata running in batch mode
7272
73-
74-
****** Odyssey Notes ******
75-
76-
Please see this page for great tips on running stata more efficiently:
77-
78-
http://nber.org/stata/efficient/
79-
80-
and great tips from our Odyssey community here:
81-
82-
https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!topic/
83-
> odybot/SSkMrlEbYi4
84-
85-
***************************
86-
8773
. do test.do
8874
8975
. sysuse auto

Parallel_Computing/STATA/README.md

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#### Purpose:
22

3-
This example illustrates using STATA on the Odyssey cluster at Harvard University.
3+
This example illustrates using STATA on the FASRC cluster at Harvard University.
44

55
#### Contents:
66

@@ -74,20 +74,6 @@ Notes:
7474
2. Command line editing disabled
7575
3. Stata running in batch mode
7676
77-
78-
****** Odyssey Notes ******
79-
80-
Please see this page for great tips on running stata more efficiently:
81-
82-
http://nber.org/stata/efficient/
83-
84-
and great tips from our Odyssey community here:
85-
86-
https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!topic/
87-
> odybot/SSkMrlEbYi4
88-
89-
***************************
90-
9177
. do test.do
9278
9379
. sysuse auto

0 commit comments

Comments
 (0)