Enviado em 26/11/2022 - 09:32h
Pessoal, bom dia. Eu terminei de instalar o OpenMPI e no final do processo ele pede para fazer o seguinte:
Then openmpi is installed at the directory indicated by prefix. Next, add the following two lines to your ./bashrc file, which is located at your home directory.
PATH=$PATH:/usr/local/openmpi-3.0.0/bin export PATH
When you open the terminal window next time, you can use openmpi. Make it sure by typing
$which mpirun
O que é isso que eu estou fazendo? Qual a necessidade desse passo?
Then openmpi is installed at the directory indicated by prefix. Next, add the following two lines to your ./bashrc file, which is located at your home directory.
PATH=$PATH:/usr/local/openmpi-3.0.0/bin export PATH
When you open the terminal window next time, you can use openmpi. Make it sure by typing
$which mpirun
O que é isso que eu estou fazendo? Qual a necessidade desse passo?
