This file contains hidden or 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
cc -I/usr/local/Cellar/tcl/8.5.13/include -I/usr/X11/include -g -O2 -o modulecmd modulecmd-ModuleCmd_Avail.o modulecmd-ModuleCmd_Clear.o modulecmd-ModuleCmd_Display.o modulecmd-ModuleCmd_Help.o modulecmd-ModuleCmd_Init.o modulecmd-ModuleCmd_List.o modulecmd-ModuleCmd_Load.o modulecmd-ModuleCmd_Purge.o modulecmd-ModuleCmd_Switch.o modulecmd-ModuleCmd_Update.o modulecmd-ModuleCmd_Use.o modulecmd-ModuleCmd_Whatis.o modulecmd-ModuleCmd_Refresh.o modulecmd-cmdAlias.o modulecmd-cmdConflict.o modulecmd-cmdIsLoaded.o modulecmd-cmdInfo.o modulecmd-cmdMisc.o modulecmd-cmdModule.o modulecmd-cmdPath.o modulecmd-cmdSetenv.o modulecmd-cmdUname.o modulecmd-cmdXResource.o modulecmd-cmdUlvl.o modulecmd-cmdLog.o modulecmd-cmdChdir.o modulecmd-cmdTrace.o modulecmd-cmdVersion.o modulecmd-cmdVerbose.o modulecmd-cmdWhatis.o modulecmd-init.o modulecmd-locate_module.o modulecmd-utility.o modulecmd-main.o modulecmd-error.o modulecmd-getopt.o modulecmd-version.o -L/usr/local/Cellar/tcl/8.5.13/lib -ltcl8.5 -L/usr/X11/lib -lX11 -l |
This file contains hidden or 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
#!/bin/bash | |
# Modify these if you want. | |
num_threads=6 | |
# These things should stay the same. | |
num_cities=17 | |
program_name=wsp_openmp | |
num_iterations=3 |
This file contains hidden or 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
variable=hello | |
env_variable=world | |
# Make env_variable an environment variable | |
export env_variable | |
echo $variable | |
echo $env_variable | |
bash |
This file contains hidden or 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
Found package cvxopt-1.1.5.p0 in spkg/standard/cvxopt-1.1.5.p0.spkg | |
cvxopt-1.1.5.p0 | |
==================================================== | |
Extracting package /usr/local/sage-5.6/spkg/standard/cvxopt-1.1.5.p0.spkg | |
-rw-r--r--@ 1 areece staff 3176205 Jan 21 16:17 /usr/local/sage-5.6/spkg/standard/cvxopt-1.1.5.p0.spkg | |
Finished extraction | |
**************************************************** | |
Host system: | |
Darwin areece-laptop.wv.cc.cmu.edu 12.2.1 Darwin Kernel Version 12.2.1: Thu Oct 18 16:32:48 PDT 2012; root:xnu-2050.20.9~2/RELEASE_X86_64 x86_64 | |
**************************************************** |
This file contains hidden or 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
Making all in utils | |
make -f /Users/areece/Developer/bap/djgraph/utils/../ocaml/OCamlMakefile subprojs SUBTARGET=nc | |
ocamlfind ocamldep -I /Users/areece/.opam/4.00.1+annot/lib/ocaml/camlp4 -I /Users/areece/Developer/bap/djgraph/utils/../ocaml -I /Users/areece/Developer/bap/djgraph/utils/../zarith-1.0 -I /Users/areece/Developer/bap/djgraph/utils/../batteries/_build/src -I /Users/areece/Developer/bap/djgraph/utils/../ounit/_build/src -I /Users/areece/Developer/bap/djgraph/utils/../pcre-ocaml/lib -I /Users/areece/Developer/bap/djgraph/utils/../ocamlgraph-1.8 -I /Users/areece/Developer/bap/djgraph/utils/../objsize-0.16 -I /Users/areece/Developer/bap/djgraph/utils/../libtracewrap/libtrace/src/ocaml -I /Users/areece/Developer/bap/djgraph/utils/../ocaml toil.ml > ._d/toil.d | |
ocamlfind ocamlopt -package camlidl,bigarray,str,num,unix,camomile,piqi.lib, -c -I /Users/areece/.opam/4.00.1+annot/lib/ocaml/camlp4 -I /Users/areece/Developer/bap/djgraph/utils/../ocaml -I /Users/areece/Developer/bap/djgraph/utils/../zarith-1.0 -I |
This file contains hidden or 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
$ for i in {51..59}; do ssh ghc$i 'hostname'; done | |
bash: /afs/andrew.cmu.edu/usr9/areece/.bashrc: Permission denied | |
ghc51.ghc.andrew.cmu.edu | |
bash: /afs/andrew.cmu.edu/usr9/areece/.bashrc: Permission denied | |
ghc52.ghc.andrew.cmu.edu | |
bash: /afs/andrew.cmu.edu/usr9/areece/.bashrc: Permission denied | |
ghc53.ghc.andrew.cmu.edu | |
ssh: connect to host ghc54 port 22: No route to host | |
bash: /afs/andrew.cmu.edu/usr9/areece/.bashrc: Permission denied | |
ghc55.ghc.andrew.cmu.edu |
This file contains hidden or 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
$ for i in {01..70}; do ssh ghc$i 'locate libkdb5.so.5 >/dev/null'; if [ $? -ne 0 ]; then echo ghc$i; fi done 2>/dev/null | |
ghc01 | |
ghc02 | |
ghc03 | |
ghc04 | |
ghc05 | |
ghc08 | |
ghc09 | |
ghc10 | |
ghc11 |
This file contains hidden or 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
$ ldd `which kinit` | |
linux-vdso.so.1 => (0x00007fff627ff000) | |
libkadm5srv_mit.so.8 => /usr/lib64/libkadm5srv_mit.so.8 (0x00007f9f8ebdb000) | |
libkdb5.so.5 => not found | |
libgssrpc.so.4 => /lib64/libgssrpc.so.4 (0x00007f9f8e9ba000) | |
libgssapi_krb5.so.2 => /lib64/libgssapi_krb5.so.2 (0x00007f9f8e776000) | |
libkrb5.so.3 => /lib64/libkrb5.so.3 (0x00007f9f8e48f000) | |
libk5crypto.so.3 => /lib64/libk5crypto.so.3 (0x00007f9f8e263000) | |
libcom_err.so.2 => /lib64/libcom_err.so.2 (0x00007f9f8e05f000) | |
libkrb5support.so.0 => /lib64/libkrb5support.so.0 (0x00007f9f8de53000) |
This file contains hidden or 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
$ kinit -f | |
Password for [email protected]: | |
$ ldd `which kinit` | |
linux-vdso.so.1 => (0x00007fff00fff000) | |
libkadm5srv_mit.so.8 => /usr/lib64/libkadm5srv_mit.so.8 (0x00007f9596664000) | |
libkdb5.so.5 => /usr/lib64/libkdb5.so.5 (0x00007f9596451000) | |
libgssrpc.so.4 => /lib64/libgssrpc.so.4 (0x00007f9596231000) | |
libgssapi_krb5.so.2 => /lib64/libgssapi_krb5.so.2 (0x00007f9595fef000) | |
libkrb5.so.3 => /lib64/libkrb5.so.3 (0x00007f9595d0f000) | |
libk5crypto.so.3 => /lib64/libk5crypto.so.3 (0x00007f9595ae3000) |
This file contains hidden or 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
amwatson: Oh shit, 418 had a redo exam tonight? Dammit! | |
amwatson: I am the saddest of pandas | |
areece: Sorry! I thought you knew | |
amwatson: Nope! Shit shit shit | |
amwatson: They must have announced it Thursday. Not that I could have changed my plans at that point | |
areece: It went pretty well | |
amwatson: That's...not good news | |
amwatson: Oh man, I am so fucked | |
areece: Post a snarky comment in the survey? | |
areece: I'm sure if you asked Kayvon he'd be reasonable |