File tree 11 files changed +14
-42
lines changed
11 files changed +14
-42
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Schrodinger is a scientific leader in computational chemistry, providing software solutions and services for life sciences and materials research.
4
4
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
6
6
water molecule using Jaguar.
7
7
8
8
#### CONTENTS:
Original file line number Diff line number Diff line change 1
1
#### PURPOSE:
2
2
3
3
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
5
5
Harvard University.
6
6
7
7
#### CONTENTS:
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ Example output image:
34
34
35
35
#### REFERENCES:
36
36
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 )
38
38
39
39
* [ Image processing with MATLAB] ( http://www.mathworks.com/products/image )
40
40
Original file line number Diff line number Diff line change 1
1
### Purpose:
2
2
3
- Collection of example codes illustrating using C++ on the Odyssey cluster.
3
+ Collection of example codes illustrating using C++ on the FASRC cluster.
4
4
5
5
### Contents:
6
6
@@ -47,4 +47,4 @@ sbatch run.sbatch
47
47
### Resources:
48
48
49
49
* [ 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 )
Original file line number Diff line number Diff line change 1
1
### Purpose:
2
2
3
- Example codes illustrating using Fortran on the Odyssey cluster.
3
+ Example codes illustrating using Fortran on the FASRC cluster.
4
4
5
5
### Contents:
6
6
@@ -9,4 +9,4 @@ Example codes illustrating using Fortran on the Odyssey cluster.
9
9
10
10
### References:
11
11
12
- * [ Fortran Tutorial (from tutorialspoint.com)] ( http://www.tutorialspoint.com/fortran )
12
+ * [ Fortran Tutorial (from tutorialspoint.com)] ( http://www.tutorialspoint.com/fortran )
Original file line number Diff line number Diff line change 1
1
#### Purpose:
2
2
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.
4
4
5
5
#### Contents:
6
6
Original file line number Diff line number Diff line change 1
1
#### Purpose:
2
2
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.
4
4
5
5
#### Contents:
6
6
@@ -40,4 +40,4 @@ cat pi_monte_carlo.out
40
40
3.141592653589793
41
41
3.1414188
42
42
58.931534`8.221892739513308
43
- ```
43
+ ```
Original file line number Diff line number Diff line change 1
1
#### Purpose:
2
2
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.
4
4
5
5
#### Contents:
6
6
Original file line number Diff line number Diff line change 1
1
#### Purpose:
2
2
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.
4
4
5
5
#### Contents:
6
6
Original file line number Diff line number Diff line change 1
1
#### Purpose:
2
2
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.
4
4
5
5
#### Contents:
6
6
@@ -70,20 +70,6 @@ Notes:
70
70
1. Command line editing disabled
71
71
2. Stata running in batch mode
72
72
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
-
87
73
. do test.do
88
74
89
75
. sysuse auto
Original file line number Diff line number Diff line change 1
1
#### Purpose:
2
2
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.
4
4
5
5
#### Contents:
6
6
@@ -74,20 +74,6 @@ Notes:
74
74
2. Command line editing disabled
75
75
3. Stata running in batch mode
76
76
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
-
91
77
. do test.do
92
78
93
79
. sysuse auto
You can’t perform that action at this time.
0 commit comments