Skip to content

Commit

Permalink
run/scenarios/*.sh remove set_proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoine TRAN committed Jan 16, 2023
1 parent 5bd9add commit 5506e15
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 4 deletions.
1 change: 0 additions & 1 deletion run/scenarios/helloworld.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/bin/sh

. ~/set_proxy.sh
sifFile=/work/SC/lisa/${USER}/cnes-lisa-globalfit1-idasoft-hpc.sif

# select=Number of node
Expand Down
1 change: 0 additions & 1 deletion run/scenarios/nominal.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/bin/sh

. ~/set_proxy.sh
sifFile=/work/SC/lisa/${USER}/cnes-lisa-globalfit1-idasoft-hpc.sif

# Default is 100000. Estimation time (depends on the ressources): default steps takes around a week. 10000 steps takes around 30min.
Expand Down
1 change: 0 additions & 1 deletion run/scenarios/profiling.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/bin/sh

. ~/set_proxy.sh
sifFile=/work/SC/lisa/${USER}/cnes-lisa-globalfit1-idasoft-hpc.sif

# Default is 100000. Estimation time (depends on the ressources): default steps takes around a week. 10000 steps takes around 30min.
Expand Down
26 changes: 26 additions & 0 deletions run/scenarios/quicktest-trana.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
#!/bin/sh

sifFile=/work/SC/lisa/${USER}/cnes-lisa-globalfit1-idasoft-hpc.sif

# Default is 100000. Estimation time (depends on the ressources): default steps takes around a week. 10000 steps takes around 30min.
steps=10000
# select=Number of node
# ncpus=Number of Cpus per node for all processes
# mpiprocs=Number of Cpus per node allocated for MPI.
pbsRss="select=1:ncpus=40:mpiprocs=8:mem=50gb:os=rh7:generation=g2019"
# Number of OpenMP threads. The higher the lesser for walltime (better).
ompNumThreads=5
# Number of chains for tempering movement. Must be a multiple of OpenMP threads.
chains=15
walltime=00:30:00

globalFitMode=full
globalFitProfile=nominal

qsubVar=pbsRss="${pbsRss}",runningMode=mpiGlobalFit,singularityFile="${sifFile}",inputFile=/work/SC/lisa/LDC/LDCdata/Challenge2/LDC2_sangria_training_v2.h5\
,globalFitMode=${globalFitMode},globalFitProfile=${globalFitProfile}\
,vgbFile=$PWD/run/auxiliaryfiles/${globalFitProfile}/ldc_sangria_vgb_list.dat,mbhDirectory=$PWD/run/auxiliaryfiles/${globalFitProfile}/,ucbDirectory=$PWD/run/auxiliaryfiles/${globalFitProfile}/\
,steps="${steps}",ompNumThreads="${ompNumThreads}",chains="${chains}"
sudo qsub -u trana -W block=false -l "${pbsRss}" -l walltime="${walltime}" -v "${qsubVar}" ./run/run_pbs.sh


1 change: 0 additions & 1 deletion run/scenarios/quicktest.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/bin/sh

. ~/set_proxy.sh
sifFile=/work/SC/lisa/${USER}/cnes-lisa-globalfit1-idasoft-hpc.sif

# Default is 100000. Estimation time (depends on the ressources): default steps takes around a week. 10000 steps takes around 30min.
Expand Down

0 comments on commit 5506e15

Please sign in to comment.