profile_C6.sh 391 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash

date

python -m cProfile -o C6_profiler_test.pstats /share/home/fangyuedong/sim_v2/csst-simulation/run_sim.py \
    --config_file config_C6_test_wcs.yaml \
    --catalog wcs_test_C6 \
    -c /share/home/fangyuedong/sim_v2/csst-simulation/config
    # --config_file test_fd_C6.yaml \
    # --catalog fd_test_C6 \
    # --config_file config_C6.yaml \
    # --catalog C6_Catalog \