profile_C6.sh 377 Bytes
Newer Older
1
2
3
4
#!/bin/bash

date

5
python -m cProfile -o C6_profiler_test.pstats /share/home/fangyuedong/csst-simulation/run_sim.py \
6
7
    --config_file config_C6.yaml \
    --catalog C6_Catalog \
8
    -c /share/home/fangyuedong/csst-simulation/config
9
10
    # --config_file test_fd_C6.yaml \
    # --catalog fd_test_C6 \
11
12
    # --config_file config_C6_test_wcs.yaml \
    # --catalog wcs_test_C6 \