Commit 53b7977ab50f05e81c6ff07ea9dcbc098df6ce21

Authored by Jean-Philippe Bernard
1 parent d5e2f7b0
Exists in master

improved

Showing 1 changed file with 3 additions and 2 deletions   Show diff stats
LabTools/IRAP/JPB/srun/make_phangs_grids.pro
... ... @@ -4,7 +4,7 @@ PRO make_phangs_grids,bidon
4 4 ;CAUTION: must launch nohup through ssh with no XY option ...
5 5 ;====== srundir
6 6 ;=== To be run on titan using something like this:
7   -;srun -pn51 -J Pg01 -o {$phangs_srundir}/make_phangs_grids01.log /home/soft/exelis/idl83/bin/idl {$phangs_srundir}/make_phangs_grids.pro &
  7 +;srun -pn51 -J Pg06 -o {$phangs_srundir}/make_phangs_grids06.log /home/soft/exelis/idl83/bin/idl {$phangs_srundir}/make_phangs_grids.pro &
8 8 ;=== To be run on alma1 using something like this:
9 9 ;nohup /usr/local/harris/idl87/bin/idl < {$phangs_srundir}/make_phangs_grids.pro >& {$phangs_srundir}/make_phangs_grids25.log &
10 10 ;ssh jbernard@localhost -p2223 "nohup /usr/local/harris/idl87/bin/idl < {$phangs_srundir}/make_phangs_grids.pro >& {$phangs_srundir}/make_phangs_grids.log &"
... ... @@ -46,11 +46,12 @@ bidon=1
46 46 ;make_sed_phangs_tables,grid_type=2,isrf_class=9
47 47 ;make_sed_phangs_tables,grid_type=2,isrf_class=8
48 48 ;make_sed_phangs_tables,grid_type=2,isrf_class=7
  49 +make_sed_phangs_tables,grid_type=2,isrf_class=6 ;titan
49 50 ;make_sed_phangs_tables,grid_type=2,isrf_class=5
50 51 ;make_sed_phangs_tables,grid_type=2,isrf_class=4 ;titan
51 52 ;make_sed_phangs_tables,grid_type=2,isrf_class=3 ;titan
52 53 ;make_sed_phangs_tables,grid_type=2,isrf_class=2 ;titan
53   -make_sed_phangs_tables,grid_type=2,isrf_class=1 ;titan
  54 +;make_sed_phangs_tables,grid_type=2,isrf_class=1 ;titan
54 55 ;make_sed_phangs_tables,/test,/show_seds,grid_type=2,isrf_class=0
55 56 ;make_sed_phangs_tables,grid_type=2,isrf_class=0
56 57 ;==== test
... ...