Skip to content

Commit

Permalink
Made install.sh sef-sufficient
Browse files Browse the repository at this point in the history
  • Loading branch information
arindamsaha1507 committed Feb 8, 2024
1 parent 7ec6682 commit bc0d85d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions install.sh
Expand Up @@ -27,7 +27,9 @@ if ! is_package_installed python3.10-dev; then
fi

# Continue with the rest of your script

pip3 install -r requirements.txt

mkdir -p $HOME/opt/openmpi
cd $HOME/Downloads
wget https://download.open-mpi.org/release/open-mpi/v4.1/openmpi-4.1.2.tar.gz
Expand All @@ -39,3 +41,4 @@ export CC=$HOME/opt/openmpi/bin/mpicc
export PATH=$PATH:$HOME/opt/openmpi/bin
pip3 install mpi4py

pip3 install -r requirements.txt

0 comments on commit bc0d85d

Please sign in to comment.