arranging makefile

milestone_2
Oli 3 years ago
parent 87ef6badf8
commit 96acdf7a91

@ -1,10 +1,10 @@
SHELL:= zsh
env:
conda activate py2_7
source ./env.sh
install:
./script_install.sh $(SHELL)
source ./script_install.sh $(SHELL)
run: env
./run_simulation.sh

@ -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
source ~/miniconda3/etc/profile.d/conda.sh
conda activate py2_7
python --version
mpirun python mpirunner.py
Loading…
Cancel
Save