Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
docs.it4i.cz
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SCS
docs.it4i.cz
Commits
d3bc3af3
Commit
d3bc3af3
authored
3 years ago
by
Lukáš Krupčík
Browse files
Options
Downloads
Patches
Plain Diff
Update docs.it4i/software/lang/julialang.md, docs.it4i/software/lang/java.md files
parent
d96f4de0
Branches
Branches containing commit
No related tags found
1 merge request
!338
software
Pipeline
#22324
failed
3 years ago
Stage: test
Stage: build
Stage: deploy
Stage: after_test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs.it4i/software/lang/java.md
+1
-1
1 addition, 1 deletion
docs.it4i/software/lang/java.md
docs.it4i/software/lang/julialang.md
+13
-0
13 additions, 0 deletions
docs.it4i/software/lang/julialang.md
with
14 additions
and
1 deletion
docs.it4i/software/lang/java.md
+
1
−
1
View file @
d3bc3af3
...
...
@@ -3,7 +3,7 @@
Java is available on the cluster. Activate Java by loading the Java module:
```
console
$
ml Java
$
ml Java
/1.8.0_221
```
Note that the Java module must be loaded on the compute nodes as well, in order to run Java on compute nodes.
...
...
This diff is collapsed.
Click to expand it.
docs.it4i/software/lang/julialang.md
+
13
−
0
View file @
d3bc3af3
...
...
@@ -2,6 +2,19 @@
A set of unofficial examples of Julia the high-level, high-performance dynamic programming language for technical computing.
Julia is available on the clusters. Activate Julia by loading the Julia module:
```
console
$
ml Julia/1.5.3-linux-x86_64
```
Check for Java version and path:
```
console
$
julia
-v
julia version 1.5.3
```
Below are examples of common operations in Julia. They assume you already have Julia installed and working
## Hello World
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment