arranging makefile
parent
87ef6badf8
commit
96acdf7a91
@ -0,0 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
source ~/miniconda3/etc/profile.d/conda.sh
|
||||||
|
conda activate py2_7
|
||||||
|
python --version
|
@ -1,7 +1,3 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
source ~/miniconda3/etc/profile.d/conda.sh
|
|
||||||
conda activate py2_7
|
|
||||||
python --version
|
|
||||||
|
|
||||||
mpirun python mpirunner.py
|
mpirun python mpirunner.py
|
Loading…
Reference in New Issue