/dports/sysutils/slurm-wlm/slurm-20.02.7/testsuite/expect/ |
H A D | test1.32 | 35 set file_prog "test$test_id.prog" 46 exec $bin_rm -f $file_prog 47 exec $bin_cc -O ${file_prog}.c -o $file_prog 48 exec $bin_chmod 700 $file_prog 65 set srun_pid [spawn $srun -N1 -t1 --unbuffered ./$file_prog] 112 log_error "$file_prog received $usr1cnt SIGUSR1 (not $usr1target)" 116 log_error "$file_prog received $usr2cnt SIGUSR2 (not $usr2target)" 128 exec $bin_rm -f $file_prog
|
H A D | test1.89 | 32 set file_prog "test$test_id.prog" 59 global bin_rm file_prog 60 exec $bin_rm -f $file_prog 66 exec $bin_rm -f $file_prog 67 exec $bin_cc -I$build_dir $file_prog.c -o $file_prog 68 exec $bin_chmod 700 $file_prog 111 send "$srun -c1 ./$file_prog\r" 148 exec $bin_rm -f $file_prog 161 send "$srun -c1 --cpu-bind=rank ./$file_prog\r" 188 send "$srun -c1 --cpu-bind=verbose,map_cpu:0 ./$file_prog\r" [all …]
|
H A D | test1.90 | 32 set file_prog "test$test_id.prog" 35 global bin_rm file_prog 37 exec $bin_rm -f $file_prog 81 exec $bin_rm -f $file_prog 82 exec $bin_cc $file_prog.c -o $file_prog -lnuma 83 exec $bin_chmod 700 $file_prog 125 send "$srun -c1 ./$file_prog\r" 176 send "$srun -n $task_cnt --mem-bind=rank ./$file_prog\r" 226 send "$srun -n $task_cnt --mem-bind=verbose,map_mem:0 ./$file_prog\r" 306 send "$srun -n $task_cnt --mem-bind=mask_mem:$mstr ./$file_prog\r" [all …]
|
H A D | test1.63 | 32 set file_prog "test$test_id.prog" 35 global bin_rm file_prog 37 exec $bin_rm -f $file_prog 45 exec $bin_rm -f $file_prog 46 exec $bin_cc -O ${file_prog}.c -o $file_prog 47 exec $bin_chmod 700 $file_prog 57 set srun_pid [spawn $srun -v -N1 -t1 -X ./$file_prog]
|
H A D | test1.53 | 32 set file_prog "test$test_id.prog" 35 global file_prog 37 exec rm -f $file_prog 43 exec $bin_rm -f $file_prog 44 exec $bin_cc -o $file_prog $file_prog.c 53 set srun_pid [spawn $srun -t4 --signal=2@120 ./$file_prog]
|
H A D | test7.5 | 35 set file_prog "test$test_id.prog" 42 global bin_rm file_prog 44 exec $bin_rm -f $file_prog 50 exec $bin_rm -f $file_prog 51 exec $bin_cc -O ${file_prog}.c -o $file_prog 52 exec $bin_chmod 700 $file_prog 70 set srun_pid [spawn $srun -N1 -t1 --debugger-test --unbuffered ./$file_prog] 134 set srun_pid [spawn $srun -N1 -t1 --debugger-test --unbuffered ./$file_prog]
|
H A D | test7.15 | 30 set file_prog "test$test_id.prog" 33 global bin_rm file_prog 35 exec $bin_rm -f $file_prog 41 exec $bin_rm -f $file_prog 42 exec $bin_cc -O -o $file_prog ${file_prog}.c 64 set srun_pid [exp_spawn $srun -t1 -N$nnodes ./$file_prog]
|
H A D | test7.9 | 35 set file_prog "test$test_id.prog" 39 global bin_rm file_in file_prog file_out 41 exec $bin_rm -f $file_in $file_prog $file_out 64 exec $bin_rm -f $file_prog $file_in $file_out 65 exec $bin_cc -O -o $file_prog ${file_prog}.c 69 ./$file_prog 73 $srun --mpi=none ./$file_prog
|
H A D | test39.21 | 31 set file_prog "test$test_id.prog" 35 global bin_rm file_in file_out file_prog 37 exec $bin_rm -f $file_in $file_out $file_prog 49 exec $bin_rm -f $file_in $file_out $file_prog 52 $nvcc ${file_prog}.cu -o $file_prog 53 ./$file_prog"
|
H A D | test3.7 | 35 set file_prog "test$test_id.prog" 44 global bin_rm file_out1 file_out2 file_prog file_prog_sh1 file_prog_sh2 46 exec $bin_rm -f $file_out1 $file_out2 $file_prog $file_prog_sh1 $file_prog_sh2 116 file delete $file_prog $file_out1 $file_out2 117 make_bash_script $file_prog_sh1 "$srun ./$file_prog" 118 make_bash_script $file_prog_sh2 "./$file_prog" 119 exec $bin_cc -o $file_prog ${file_prog}.c 120 exec $bin_chmod 700 $file_prog 211 exec $bin_rm -f $file_out1 $file_out2 $file_prog $file_prog_sh1 $file_prog_sh2
|
H A D | test40.8 | 32 set file_prog "test$test_id.prog" 36 global bin_rm file_in file_out file_prog 38 exec $bin_rm -f $file_in $file_out $file_prog 52 exec $bin_rm -f $file_in $file_out $file_prog 58 $nvcc ${file_prog}.cu -g -o $file_prog 59 ./$file_prog & 60 ./$file_prog &
|
H A D | test16.4 | 33 set file_prog "test$test_id.prog" 38 global bin_rm file_prog 40 exec $bin_rm -f $file_prog 53 exec $bin_rm -f $file_prog 54 exec $bin_cc -O -o $file_prog ${file_prog}.c 55 exec $bin_chmod 700 $file_prog 61 set salloc_pid [spawn $salloc -N $node_cnt -t2 $srun -n $task_cnt --overcommit ./$file_prog]
|
H A D | test12.6 | 33 set file_prog "test$test_id.prog" 67 exec $bin_rm -f $file_prog 68 exec $bin_cc -I$build_dir $file_prog.c -lm -o $file_prog 69 exec $bin_chmod 700 $file_prog 73 set srun_pid [spawn $srun --acctg-freq=$task_freq --profile=task -t5 ./$file_prog] 80 exec rm -f $file_prog 212 exec rm -f $file_prog $file_out $hdf5_file
|
H A D | test1.91 | 33 set file_prog "test$test_id.prog" 139 exec $bin_rm -f $file_prog 140 exec $bin_cc -I$build_dir $file_prog.c -o $file_prog 141 exec $bin_chmod 700 $file_prog 186 send "$srun -c1 ./$file_prog\r" 214 send "$srun -c1 -n $task_cnt -B 1:1:1 ./$file_prog\r" 250 send "$srun -B $this_cnt-$this_cnt:$num_cores:$num_threads ./$file_prog\r" 408 send "$srun -c$this_cnt -B 1:1:1 ./$file_prog\r" 457 send "$srun -n $task_cnt -m plane=4 ./$file_prog\r" 505 exec $bin_rm -f $file_prog [all …]
|
H A D | test6.7 | 35 set file_prog "test$test_id.prog" 38 global file_in file_out2 file_prog 40 exec rm -f $file_in $file_out2 $file_prog 56 exec rm -f $file_prog $file_in $file_out2 57 exec $bin_cc -o $file_prog $file_prog.c 59 $srun ./$file_prog
|
H A D | test7.21 | 35 set file_prog "${cwd}/test${test_id}.prog" 51 global file_out spank_out bin_cp bin_rm file_in file_prog 63 exec $bin_rm -f $orig_spank_conf $new_spank_conf $file_in $file_out $spank_out ${file_prog}.so 69 exec $bin_rm -f ${file_prog}.so 72 …nclude -Wl,-rpath=${slurm_dir}/lib64 -L${slurm_dir}/lib64 -lslurm -o ${file_prog}.so ${file_prog}.c 74 …r}/include -Wl,-rpath=${slurm_dir}/lib -L${slurm_dir}/lib -lslurm -o ${file_prog}.so ${file_prog}.c 139 exec $bin_echo "required ${file_prog}.so ${spank_out}" > $new_spank_conf
|
H A D | test6.13 | 35 set file_prog "test$test_id.prog" 38 global file_in file_out file_prog 40 exec rm -f $file_in $file_out $file_prog 56 exec rm -f $file_prog $file_in $file_out 57 exec $bin_cc -O -o $file_prog ${file_prog}.c 59 $srun ./$file_prog
|
H A D | test17.38 | 32 set file_prog "test$test_id.prog" 37 global file_prog file_in file_out 39 exec rm -f $file_prog $file_in $file_out 53 exec $bin_rm -f $file_prog $file_in $file_out 55 exec $bin_cc -o $file_prog test1.53.prog.c 65 $srun ./$file_prog &
|
H A D | test12.2 | 34 set file_prog "$test_name.prog" 40 global file_prog file_in file_out file_err file_stem 42 exec rm -f $file_prog $file_in $file_out $file_err $file_stem.read $file_stem.write 198 exec $bin_rm -f $file_prog 200 exec $bin_cc -o $file_prog ${file_prog}.c 201 exec $bin_chmod 700 $file_prog 204 $srun ./$file_prog $ret_code $sleep_time $mem_size $file_size $file_stem 250 …p "$job_id\\.$step_id.$file_prog.$expected_state.$expected_ret_code" $output]} "sacct should repor…
|
H A D | test38.6 | 30 set file_prog "${cwd}/test${test_id}.prog" 47 global file_out bin_mv bin_rm file_in file_prog 58 exec $bin_rm -f $new_spank_conf $file_in $file_out $spank_out ${file_prog}.so 73 exec $bin_rm -f ${file_prog}.so 74 exec $bin_cc -fPIC -shared -I${slurm_dir}/include -o ${file_prog}.so ${file_prog}.c 155 exec $bin_echo "required ${file_prog}.so ${spank_out}" >>$new_spank_conf
|
H A D | test6.15 | 34 set file_prog "test$test_id.prog" 41 file delete $file_out $file_prog 44 exec $bin_cc -o $file_prog $file_prog.c 264 exec $bin_rm -f $file_in $file_out $file_prog
|
H A D | test7.11 | 34 set file_prog "${cwd}/test${test_id}.prog" 48 global file_out spank_out bin_cp bin_rm file_in file_prog 60 exec $bin_rm -f $orig_spank_conf $new_spank_conf $file_in $file_out $spank_out ${file_prog}.so 66 exec $bin_rm -f ${file_prog}.so 67 exec $bin_cc -fPIC -shared -I${slurm_dir}/include -o ${file_prog}.so ${file_prog}.c 130 exec $bin_echo "required ${file_prog}.so ${spank_out}" >>$new_spank_conf
|
/dports/print/a2ps/a2ps-4.13/m4/ |
H A D | file.m4 | 13 [AC_PATH_PROG(file_prog, file)dnl 20 res=`eval $file_prog $file_opt conftestfile1 2>&-` || res=symbolic 33 FILE_LINK=${file_prog} ;; 35 FILE_LINK=${file_prog} ;; 37 FILE_LINK=${file_prog}${ac_cv_prog_file_link_option} ;;
|
/dports/print/a2ps/a2ps-4.13/contrib/sample/ |
H A D | Makefile.in | 129 file_prog = @file_prog@
|
/dports/print/a2ps/a2ps-4.13/src/ |
H A D | Makefile.in | 129 file_prog = @file_prog@
|