Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
4k4xs4pH1r3 committed Feb 23, 2024
1 parent 53e302f commit 9c2bfad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion SuperCluster/macos.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Open a terminal and run the following commands:
brew update

# Install OpenMPI
brew install open-mpi
brew install open-mpi && sudo launchctl load -w /System/Library/LaunchDaemons/ssh.plist && sudo launchctl list | grep ssh
```

### Step 3: Verify the installation
Expand Down
3 changes: 3 additions & 0 deletions SuperCluster/supercluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ comm.Barrier()
mpirun --hostfile hostfile -np 4 -d python ./pi_value.py
```
```
mpirun --hostfile hostfile -d --mca btl tcp,self -x DISPLAY=localhost:0 python ./pi_value.py
```
```
mpirun --use-hwthread-cpus -d python ./pi_value.py
```

Expand Down

0 comments on commit 9c2bfad

Please sign in to comment.