Skip to content

Commit cebf356

Browse files
committed
Clarifying changing parameters in README
1 parent 6a2db18 commit cebf356

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,10 @@ Finally, everything can be cleaned up:
129129

130130
$ ./cleanup.sh
131131

132+
To change the settings, e.g., the algorithm being run, use `cmake` from `/scratch/elga/build`:
133+
134+
$ pushd /scratch/elga/build && cmake -DALG=PR ~/elga && make -j `grep -c ^processor /proc/cpuinfo` && popd
135+
132136
Building ElGA
133137
-------------
134138

scripts/cleanup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ NODES=${NODES:-/cscratch/nodes-all}
44

55
killall -9 ElGA &>/dev/null
66

7-
pdsh -R ssh -w $(cat $NODES) sh -c '"killall ElGA; killall -9 ElGA; killall ElGA; killall -9 ElGA; rm -f /tmp/*{ovn,out,dump} /tmp/elga*log /tmp/feed* /tmp/dist*txt; rm -rf /scratch/elga/*"' &>/dev/null
7+
pdsh -R ssh -w $(cat $NODES) sh -c '"killall ElGA; killall -9 ElGA; killall ElGA; killall -9 ElGA; rm -f /tmp/*{ovn,out,dump} /tmp/elga*log /tmp/feed* /tmp/dist*txt; rm -rf /scratch/elga/*{dump,out,log}"' &>/dev/null

0 commit comments

Comments
 (0)