Home
last modified time | relevance | path

Searched refs:bin_true (Results 1 – 12 of 12) sorted by relevance

/dports/sysutils/slurm-wlm/slurm-20.02.7/testsuite/expect/
H A Dtest7.2097 global job_name salloc ta1 tq2 srun number eol is_skip bin_true
160 global job_name ta1 tq1 tq2 srun number eol is_skip bin_true
268 test_bin_fail "R1" $salloc {-t1 -J $job_name -A $ta1 --qos $tq2 -n5 "$bin_true"} 0 1
269 test_bin_fail "R2" $salloc {-t1 -J $job_name -A $ta1 --qos $tq2 -n5 : -n3 : -n1 "$bin_true"} 1 1
270 test_bin_fail "R3" $srun {-t1 -J $job_name --mpi=none -A $ta1 --qos $tq2 -n5 $bin_true} 0 1
283 test_bin_pass "P1" $salloc {-t1 -J $job_name -A $ta1 --qos $tq2 -n5 "$bin_true"} 0 1
284 test_bin_pass "P2" $salloc {-t1 -J $job_name -A $ta1 --qos $tq2 -n5 : -n3 : -n1 "$bin_true"} 1 3
285 test_bin_pass "P3" $srun {-t1 -J $job_name --mpi=none -A $ta1 --qos $tq2 -n5 $bin_true} 0 1
292 test_bin_fail "F1" $salloc {-t1 -J $job_name -A $ta1 --qos $tq1 -n5 "$bin_true"} 0 1
293 test_bin_fail "F2" $salloc {-t1 -J $job_name -A $ta1 --qos $tq1 -n5 : -n3 : -n1 "$bin_true"} 1 1
[all …]
H A Dtest7.2365 testproc test_min_mem "$salloc -J $job_name $bin_true" nil nil
66 testproc test_min_mem "$srun -J $job_name $bin_true" nil nil
67 testproc test_min_mem "$sbatch -J $job_name -o /dev/null --wrap $bin_true" nil nil
68 testproc test_min_mem "$salloc -J $job_name --mem-per-cpu=1024 $bin_true" 1024 nil
69 testproc test_min_mem "$srun -J $job_name --mem-per-cpu=1024 $bin_true" 1024 nil
70 testproc test_min_mem "$sbatch -J $job_name --mem-per-cpu=1024 -o /dev/null --wrap $bin_true" 1024 …
71 testproc test_min_mem "$salloc -J $job_name --mem=2048 $bin_true" nil 2048
72 testproc test_min_mem "$srun -J $job_name --mem=2048 $bin_true" nil 2048
73 testproc test_min_mem "$sbatch -J $job_name --mem=2048 -o /dev/null --wrap $bin_true" nil 2048
H A Dtest7.19180 make_bash_script $file_in $bin_true
H A Dglobals226 cset bin_true "true"
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/tests/
H A Dcoprocess.sh350 z="$( $bin_true $($bin_true) )"
H A Dbasic.sh666 done | { read; $bin_true; end=$SECONDS ;}
669 (( (SECONDS-end) > 2 )) && log_error "pipefail causing $bin_true to wait for other end of pipe"
675 { time sleep 1.5 | $bin_true ;} 2> /dev/null
H A Dsubshell.sh529 src=$'true 2>&1\n: $(true | true)\n: $(true | true)\n: $(true | true)\n'$bin_true
588 $bin_true
816 $bin_true
H A Dsignal.sh176 ($bin_true; sleep .1)
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/tests/util/
H A Dpreamble.sh28 bin_true=$(whence -p true)
/dports/net/x11vnc/x11vnc-0.9.16/src/
H A Dunixpw.c962 char *slave, *bin_true = NULL, *bin_su = NULL;
1011 bin_true = "/bin/true";
1013 bin_true = "/usr/bin/true";
1017 bin_true = cmd;
1019 if (bin_true == NULL) {
1161 bin_true, (char *) NULL);
1164 bin_true, (char *) NULL);
/dports/science/py-scikit-learn/scikit-learn-1.0.2/sklearn/
H A Dcalibration.py967 bin_true = np.bincount(binids, weights=y_true, minlength=len(bins))
971 prob_true = bin_true[nonzero] / bin_total[nonzero]
/dports/shells/zsh/zsh-5.8.1/Src/
H A Dbuiltin.c49 BUILTIN(":", BINF_PSPECIAL, bin_true, 0, -1, 0, NULL, NULL),
123 BUILTIN("true", 0, bin_true, 0, -1, 0, NULL, NULL),
4381 bin_true(UNUSED(char *name), UNUSED(char **argv), UNUSED(Options ops), UNUSED(int func)) in bin_true() function