This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BEFORE removing 2 pvm_barriers: | |
mh027167@hpcc13 ~/09_parallel_algorithms_ht % time heattransPVM/heattranspvm -t1000 -n8 -fdata/2048.dat -oout_data/2048.dat.out | |
[t40428] BEGIN | |
[t200089] BEGIN | |
[t18008a] BEGIN | |
[tc0097] BEGIN | |
[t10009c] BEGIN | |
[t80097] BEGIN | |
[t140097] BEGIN | |
[t40428] machine: rank 1 @ host hpcc13 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
oneline graph + BRANCHNAMES! | |
git log --graph --all --decorate --oneline | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env sh | |
## | |
# This is script with usefull tips taken from: | |
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx | |
# | |
# install it: | |
# curl -sL https://raw.github.com/gist/2108403/hack.sh | sh | |
# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[11:36pm] ChanServ: | |
[##gwt] Welcome to the unofficial Google Web Toolkit channel on freenode. This is a starting (and growing) community, and we need your help. Stick around! | |
[11:37pm] keex: | |
hello | |
[11:37pm] keex: | |
is there a way of injecting a Scheduler ? | |
[11:38pm] keex: | |
I now get Rebind result 'com.google.gwt.core.client.Scheduler' cannot be abstract after injecting the scheduler through the contractor... | |
[11:38pm] keex: | |
constructor |