Skip to content

Commit f126450

Browse files
committed
scripts
1 parent d04293d commit f126450

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

compile_PS-MCL.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ rm -rf class
55
mkdir class
66
javac -d class $(find ./src -name *.java)
77

8-
echo make jar archive...
8+
echo make jar archive...
99
cd class
1010
echo Main-Class: mcl.MCL > manifest.mf
1111
jar cmvf manifest.mf PS-MCL.jar ./

do_PS-MCL.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ cd $(dirname $(readlink -f $0))
44
./PS-MCL.sh dataset/BioGrid/Homo/homo ./ -sc 3 1.5 -reg 4 1 0 0.7
55
./measure.sh homo_PS-MCL-CoarseLevel-3_numThread-4.assign homo_nodemap dataset/reference/homo/homo -row 1000 2
66

7-
7+
88

0 commit comments

Comments
 (0)