8 lines
208 B
Plaintext
8 lines
208 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
cd /home/stecker/compute/triangle_reflection_complex/parallelization
|
||
|
|
||
|
unset DISPLAY
|
||
|
|
||
|
time mpirun -n 50 -x LD_LIBRARY_PATH=/home/stecker/compute/mps/lib --hostfile hostfile_big python3 runjobs.py
|