Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
Signed-off-by: ҉αkα x⠠⠵ <[email protected]>
  • Loading branch information
4k4xs4pH1r3 authored Feb 23, 2024
1 parent cf667c6 commit 25de679
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions SuperCluster/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,13 @@ MPI.Finalize()
python3 -m pip install --upgrade pip && pip install mpi4py
```
```
mpirun --hostfile hostfile -np 4 -d python ./pi_value.py
mpirun --hostfile hostfile -np 4 -v python ./pi_value.py
```
```
mpirun --hostfile hostfile -d --mca btl tcp,self -x DISPLAY=localhost:0 python ./pi_value.py
mpirun --hostfile hostfile -v --mca btl tcp,self -x DISPLAY=localhost:0 python ./pi_value.py
```
```
mpirun --use-hwthread-cpus -d python ./pi_value.py
mpirun --use-hwthread-cpus -v python ./pi_value.py
```

You can also compile and run your own parallel applications using OpenMPI.
Expand All @@ -113,13 +113,13 @@ mpirun -np 4 -d python ./pi_value.py

You can also test locally in MacOS by running
```
mpirun -np 4 python ./pi_value.py
mpirun -np 4 -v python ./pi_value.py
```

That's it! You have now created a small cluster using 5 devices with Linux.


## Run metasploit on it
## Run Metasploit on it

Running Metasploit on a small cluster with Linux is not recommended, as Metasploit is a framework for developing and executing exploit code against vulnerable targets. It is designed to be run on a single machine and is not intended to be distributed across multiple machines.

Expand Down

0 comments on commit 25de679

Please sign in to comment.