mirror of
https://github.com/Richard-Sti/csiborgtools.git
synced 2024-12-22 22:48:02 +00:00
e08c741fc8
* Add periodic distances * Little corrections * Fix little bug * Modernise the script * Small updates * Remove clump * Add new halo routines * Fix weights * Modernise the script * Add check ups on convergence * More convergence check ups * Edit bounds * Add default argument * Update fit heuristic and NaNs * Change maxiter * Switch NFW minimization to log-sapce * Remove print statement * Turn convert_from_box abstract property required for all boxes. * Move files * Simplify script * Improve the argument parser * Remove optinal argument * Improve argument parser * Add a minimum concentration limit
14 lines
252 B
Bash
14 lines
252 B
Bash
nthreads=102
|
|
memory=5
|
|
queue="cmb"
|
|
env="/mnt/zfsusers/rstiskalek/csiborgtools/venv_csiborg/bin/python"
|
|
file="pre_mmain.py"
|
|
|
|
# pythoncm="$env $file"
|
|
# $pythoncm
|
|
|
|
|
|
cm="addqueue -q $queue -n $nthreads -m $memory $env $file"
|
|
echo "Submitting:"
|
|
echo $cm
|
|
$cm
|