Skip to content

Instantly share code, notes, and snippets.

View sebhtml's full-sized avatar

Sébastien Boisvert sebhtml

View GitHub Profile
$ aws s3 ls s3://ws77111-v1-alignments|grep cram
2019-12-29 00:49:40 426776555 SRR1259601-0001.cram.gz
2019-12-29 01:35:34 456253719 SRR1259601-0002.cram.gz
2019-12-29 02:22:17 432592627 SRR1259601-0003.cram.gz
2019-12-29 03:07:25 455323986 SRR1259601-0004.cram.gz
2019-12-29 03:53:22 437195550 SRR1259601-0005.cram.gz
2019-12-29 04:03:35 141333491 SRR1259601-0006.cram.gz
2019-12-29 00:55:39 424405382 SRR1259602-0001.cram.gz
2019-12-29 01:43:36 470357257 SRR1259602-0002.cram.gz
2019-12-29 02:32:01 438627995 SRR1259602-0003.cram.gz
--- supplements/MatrixSVM/Makefile 2008-11-04 18:34:55.000000000 -0500
+++ supplements.build/MatrixSVM/Makefile 2018-06-19 08:50:14.203123343 -0400
@@ -7,7 +7,7 @@
#
CC=gcc # used C-compiler
-CFLAGS= -O3 # release C-Compiler flags
+CFLAGS= -O3 -fPIC # release C-Compiler flags
#CFLAGS= -g -Wall -pedantic # debugging C-Compiler flags
LD=gcc # used linker
foo = File.new("ifs", "w")
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCxAD9LtPuPiSpsurw/ahxZd4HcDH0cFuVJ0p5PD6FhCyvsRVdqQVSn/DE6BVbhIHhH84rCsNzZ1ZXOUcqrO4soXjWQDRfJYwBKHzdIfnMPvQRMU7CsFHGP5gaZwsYJqK3+bTKGwuWC6Q/XgcBze/IgtYJu/nja/eO+jtAdFlG53hIqvEHpCFO6VqV8jPoP8cMGjZWyHAhzTSrIAkdm66lOyTm01+5oLQvGtez1raFL4HrZwokx7E5vuBlfHq5croEjhp2nHDIsxHOGrBntysN3uewscfoTkMFzK+uXkd6KDmNqggCQxZx1F8d0KG7ad6o34XpsQfhjuUAJic88M8vl seb@fault
diff --git a/code/SeedingData/PathHandle.cpp b/code/SeedingData/PathHandle.cpp
index 5398a55..e037a83 100644
--- a/code/SeedingData/PathHandle.cpp
+++ b/code/SeedingData/PathHandle.cpp
@@ -20,7 +20,12 @@
#include "PathHandle.h"
+#include <fstream>
+#include <iostream>
diff --git a/code/SeedingData/PathHandle.cpp b/code/SeedingData/PathHandle.cpp
index 5398a55..e037a83 100644
--- a/code/SeedingData/PathHandle.cpp
+++ b/code/SeedingData/PathHandle.cpp
@@ -20,7 +20,12 @@
#include "PathHandle.h"
+#include <fstream>
+#include <iostream>
#include <iostream>
#include <fstream>
#include <stdint.h>
using namespace std;
class Test {
private:
uint64_t m_value;
public:
Test();
#include <iostream>
#include <fstream>
#include <stdint.h>
using namespace std;
class Test {
private:
uint64_t m_value;
public:
Test();
Latency Comparison Numbers
--------------------------
L1 cache reference 0.5 ns
Branch mispredict 5 ns
L2 cache reference 7 ns 14x L1 cache
Mutex lock/unlock 25 ns
Main memory reference 100 ns 20x L2 cache, 200x L1 cache
Compress 1K bytes with Zippy 3,000 ns
Send 1K bytes over 1 Gbps network 10,000 ns 0.01 ms
Read 4K randomly from SSD* 150,000 ns 0.15 ms
#!/bin/bash
#PBS -N RayRay-ERS006494-__SAMPLE__-2013-05-24-2
#PBS -o RayRay-ERS006494-__SAMPLE__-2013-05-24-2.o
#PBS -e RayRay-ERS006494-__SAMPLE__-2013-05-24-2.e
#PBS -A nne-790-ac
#PBS -l walltime=48:00:00
#PBS -l nodes=8:ppn=8
#PBS -q default
cd $PBS_O_WORKDIR