Kingtous / OmpTG

From OpenMP Programs to Task Graph
GNU General Public License v3.0
3 stars 0 forks source link

Instruction on how to install sweet #1

Open pivezhan opened 2 years ago

pivezhan commented 2 years ago

Please if it is possible also provide instructions on how to install the sweet on the ubuntu platform.

Kingtous commented 2 years ago

sweet is a open source software provided by third party. Please refer to sweet manual to get the source code. U need to apply a svn account by sending email to sweet official, then pull and make.

Here is a snapshot of SWEET manual.

pivezhan commented 2 years ago

Sorry for the delay in coming back to you! I got that fixed the previous issue but whenever I execute the command:

./wctg example/test_if/insertsort.alf

I get the following comment:

WCET_Generater_V2.3 Please Import the file u'd like to analyze.

Kingtous commented 2 years ago

sorry for the outdated README. -i is required, and you need to type ./wctg -i xxx.

btw, wctg is a shell executable file, u can check the code.

It's recommended to show help text by typing wctg -h . It will show instructions how to use it.