| Hosted by CoCalc | Download
1
#!/bin/bash
2
qsub -v QSUB_BNBR="$1",QSUB_FNBR="$2",QSUB_C_LEN="$3" save_cast128_in_mpi_parallel.pbs
3
4
5