Skip to content

Commit

Permalink
:
Browse files Browse the repository at this point in the history
  • Loading branch information
suzanmanasreh committed Jun 13, 2024
1 parent cf5bd49 commit dff8f6d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions install/install-with-mkl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@

# salloc a node before you run this because petsc configure uses srun

echo -e "export PATH="$PATH:$HOME/.local/bin"" >> ~/.bashrc
echo -e "export PATH="$PATH:$HOME/.local/bin"" >> ~/.bashrc
source ~/.bashrc
# echo -e "export PATH="$PATH:$HOME/.local/bin"" >> ~/.bashrc
# source ~/.bashrc

ml python/3.9.12-rkxvr6 gcc mvapich2 mkl netcdf-c netcdf-cxx netcdf-fortran fftw

Expand All @@ -13,6 +12,8 @@ echo "calling mpicc"
mpicc
echo "after calling mpicc"

module show mvapich2

# building and installing petsc 3.19.6 in packages directory
mkdir packages
cd packages
Expand Down

0 comments on commit dff8f6d

Please sign in to comment.