profile_C6.sh 631 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_fgs.yaml \
    --catalog FGS_Catalog \
8
    -c /share/home/fangyuedong/csst-simulation/config
9

10
11
12
13
    # --config_file config_50sqdeg.yaml \
    # --catalog C6_50sqdeg \
    # -c /share/home/fangyuedong/csst-simulation/config

14
15
16
17
    # --config_file config_C6.yaml \
    # --catalog C6_Catalog \
    # -c /share/home/fangyuedong/csst-simulation/config

18
19
    # --config_file test_fd_C6.yaml \
    # --catalog fd_test_C6 \
20
21
    # --config_file config_C6_test_wcs.yaml \
    # --catalog wcs_test_C6 \