Skip to content
Snippets Groups Projects
Commit 755dc4e8 authored by Ollrogge's avatar Ollrogge
Browse files

remove unnecessary README

parent 32e58545
Branches
No related tags found
No related merge requests found
...@@ -201,7 +201,6 @@ static void dequeue_task_pb(struct rq *rq, struct task_struct *p, int flags) ...@@ -201,7 +201,6 @@ static void dequeue_task_pb(struct rq *rq, struct task_struct *p, int flags)
printk(KERN_WARNING "PB TASK %llu RAN %llu INSTRUCTIONS TOO LONG\n", pb->plan[pb->c_entry].task_id, over_time); printk(KERN_WARNING "PB TASK %llu RAN %llu INSTRUCTIONS TOO LONG\n", pb->plan[pb->c_entry].task_id, over_time);
} }
pb->c_entry++; pb->c_entry++;
/** /**
......
...@@ -9,7 +9,6 @@ ...@@ -9,7 +9,6 @@
* *
*/ */
/* /*
* initialize perf event for new task * initialize perf event for new task
*/ */
......
...@@ -27,7 +27,7 @@ run `./chroot_image.sh`, this drops you in a shell on the created debian and run ...@@ -27,7 +27,7 @@ run `./chroot_image.sh`, this drops you in a shell on the created debian and run
/mnt/build_module.sh /mnt/build_module.sh
``` ```
## chroot into debian rootfs to build pb_submitter ## chroot into debian rootfs to build pb_submitter and test programs
run `./chroot_image.sh`, this drops you in a shell on the created debian and run run `./chroot_image.sh`, this drops you in a shell on the created debian and run
```bash ```bash
......
# build
run `./build.sh`, this will compile `pb_submitter.c` and `test_prog.c` and move them combined with `example_plan` and `example_run.sh` into the qemu-image which should be located at `../build/qemu-image.img`.
# run
Afterwards simply execute `./run_qemu.sh` in the parent directory followed by `./example_run.sh` in the debian VM to submit the `example_plan` for the `test_prog` to the PBS.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment