File tree 2 files changed +12
-12
lines changed
2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -38,15 +38,15 @@ Quick examples
38
38
39
39
Here is an example of loading a module on a Linux machine under bash.
40
40
41
- $ module load gcc/9 .4.0
41
+ $ module load gcc/12 .4.0
42
42
$ which gcc
43
- $ /usr/local/gcc/9 .4.0/linux-x86_64/bin/gcc
43
+ $ /usr/local/gcc/12 .4.0/linux-x86_64/bin/gcc
44
44
45
45
Now we'll switch to a different version of the module
46
46
47
- $ module switch gcc gcc/10
47
+ $ module switch gcc/14
48
48
$ which gcc
49
- /usr/local/gcc/10.3 .0/linux-x86_64/bin/gcc
49
+ /usr/local/gcc/14.2 .0/linux-x86_64/bin/gcc
50
50
51
51
And now we'll unload the module altogether
52
52
@@ -56,9 +56,9 @@ And now we'll unload the module altogether
56
56
57
57
Now we'll log into a different machine, using a different shell (tcsh).
58
58
59
- % module load gcc/10.3
59
+ % module load gcc/14.2
60
60
% which gcc
61
- /usr/local/gcc/10.3 .0/linux-aarch64/bin/gcc
61
+ /usr/local/gcc/14.2 .0/linux-aarch64/bin/gcc
62
62
63
63
Note that the command line is exactly the same, but the path has
64
64
automatically configured to the correct architecture.
Original file line number Diff line number Diff line change @@ -55,16 +55,16 @@ Quick examples
55
55
Here is an example of loading a module on a Linux machine under bash.
56
56
::
57
57
58
- $ module load gcc/9 .4.0
58
+ $ module load gcc/12 .4.0
59
59
$ which gcc
60
- $ /usr/local/gcc/9 .4.0/linux-x86_64/bin/gcc
60
+ $ /usr/local/gcc/12 .4.0/linux-x86_64/bin/gcc
61
61
62
62
Now we'll switch to a different version of the module
63
63
::
64
64
65
- $ module switch gcc gcc/10
65
+ $ module switch gcc/14
66
66
$ which gcc
67
- /usr/local/gcc/10.3 .0/linux-x86_64/bin/gcc
67
+ /usr/local/gcc/14.2 .0/linux-x86_64/bin/gcc
68
68
69
69
And now we'll unload the module altogether
70
70
::
@@ -76,9 +76,9 @@ And now we'll unload the module altogether
76
76
Now we'll log into a different machine, using a different shell (tcsh).
77
77
::
78
78
79
- % module load gcc/10.3
79
+ % module load gcc/14.2
80
80
% which gcc
81
- /usr/local/gcc/10.3 .0/linux-aarch64/bin/gcc
81
+ /usr/local/gcc/14.2 .0/linux-aarch64/bin/gcc
82
82
83
83
Note that the command line is exactly the same, but the path has
84
84
automatically configured to the correct architecture.
You can’t perform that action at this time.
0 commit comments