mirror of
https://github.com/Richard-Sti/csiborgtools.git
synced 2024-12-22 22:08:02 +00:00
63ab3548b4
* Rewrite doc * add kNN * edit loading of samples with no init * Add verbosity flag * add KNN submission script * do not make peaked cdf by default * Add submit script * stop ignore sh * Add mass thresholding * Edit gitignore * edits * Space points in logspace * Calculate for all ICs * Update TODO * Add dtype support * Update readme * Update nb
14 lines
286 B
Bash
14 lines
286 B
Bash
nthreads=20
|
|
memory=40
|
|
queue="berg"
|
|
env="/mnt/zfsusers/rstiskalek/csiborgtools/venv_galomatch/bin/python"
|
|
file="run_crosspk.py"
|
|
grid=1024
|
|
halfwidth=0.13
|
|
|
|
cm="addqueue -q $queue -n $nthreads -m $memory $env $file --grid $grid --halfwidth $halfwidth"
|
|
|
|
echo "Submitting:"
|
|
echo $cm
|
|
echo
|
|
$cm
|