mirror of
https://codeberg.org/Yael-II/MSc1-Internship-Stellar-Cluster.git
synced 2026-03-15 03:16:26 +01:00
7 lines
144 B
Bash
7 lines
144 B
Bash
if [[ "$VIRTUAL_ENV" == "/Users/yael/.venv/amuse" ]]
|
|
then
|
|
mpirun -n 1 python source/COSMIC_v3.py
|
|
else
|
|
echo "please activate amuse"
|
|
fi
|