mirror of https://github.com/BOINC/boinc.git
parent
415696ba6a
commit
1b017e173f
|
@ -243,6 +243,7 @@ function file_ref_out($i, $fname) {
|
|||
' <file_ref>
|
||||
<file_name><OUTFILE_%d/></file_name>
|
||||
<open_name>%s</open_name>
|
||||
<copy_file/>
|
||||
</file_ref>
|
||||
', $i, $fname
|
||||
);
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
FROM debian
|
||||
WORKDIR /app
|
||||
CMD ./main_2.sh
|
|
@ -0,0 +1,3 @@
|
|||
#! /bin/bash
|
||||
|
||||
worker_3_x86_64-pc-linux-gnu --nsecs 20 in out
|
Binary file not shown.
Loading…
Reference in New Issue