Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MARS demo #138

Merged
merged 29 commits into from
Apr 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
7298075
Ignore the JuliaFormatter config file
richardreeve Apr 16, 2024
5284367
MARS demo
richardreeve Apr 16, 2024
c160f71
Instantiate packages
richardreeve Apr 16, 2024
aa893ee
Fix location of file
richardreeve Apr 16, 2024
2e6b914
Missing dependencies in examples
richardreeve Apr 16, 2024
1a238ab
tidy up Africa run
richardreeve Apr 16, 2024
3d318f0
File destination error
richardreeve Apr 16, 2024
28252ef
Fix directories
richardreeve Apr 16, 2024
8192e77
Let it run for 12 hours
richardreeve Apr 16, 2024
3381d26
Fix confusion in use of div() and variable div.
richardreeve Apr 17, 2024
1369b81
Change data folder
richardreeve Apr 17, 2024
3cf2fce
Assert on local memory
richardreeve Apr 17, 2024
6722758
Create MPI demo
richardreeve Apr 17, 2024
4d0782e
Minor tweaks to threaded run
richardreeve Apr 17, 2024
564ffce
Path error
richardreeve Apr 18, 2024
b6a20d0
Variable name fix
richardreeve Apr 18, 2024
a38826c
Run as MPI
richardreeve Apr 18, 2024
386b7c3
Different MPI arguments
richardreeve Apr 18, 2024
9267a8d
Add system MPI
richardreeve Apr 18, 2024
5c7b06c
Fixes to environment
richardreeve Apr 18, 2024
2e7ba63
Instantiate on node
richardreeve Apr 18, 2024
896c6dd
Try srun for sbatch call
richardreeve Apr 18, 2024
11467bb
Fix num nodes
richardreeve Apr 18, 2024
0619b89
Minor tidying of MPI testing
richardreeve Apr 18, 2024
7949326
Use MPI.jl's built-in MPI executable
richardreeve Apr 18, 2024
027c24c
Don't specify number of nodes?
richardreeve Apr 18, 2024
8e24271
Remove old examples
richardreeve Apr 18, 2024
c94fccf
Ignore mpiexec binary
richardreeve Apr 18, 2024
a9f7029
Update NEWS
richardreeve Apr 18, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@
assets/
Manifest.toml
/.fair
/.JuliaFormatter.toml
/examples/bin/mpiexecjl
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

- v0.2.2
- Remove all manifests and associated code
- Fix MPI example on HPC
- v0.2.1
- Move MPI structs into extension
- v0.2.0
Expand Down
Loading
Loading