Skip to content

Instantly share code, notes, and snippets.

View kshyatt's full-sized avatar

Katharine Hyatt kshyatt

View GitHub Profile
@kshyatt
kshyatt / Julia on Blue Waters
Last active August 29, 2015 14:24
Julia on Blue Waters
The default `gcc` on Blue Waters is `gcc 4.8.2`. The built-in version of MPFR is too old to build Julia against. On other clusters this often means you have to build a custom `gcc` with a newer MPFR. Thankfully, this isn't necessary on Blue Waters. They have an alternate, newer `gcc` installed. This will set us up with the right `gcc`:
```bash
module swap PrgEnv-cray PrgEnv-gnu
module swap gcc/4.8.2 gcc/4.9.2
```
Then we have a version of `gcc` and its dependencies new enough to build Julia. If you want to just build Julia for yourself in your homedir, you can follow the directions on Julia's [README](https://github.com/JuliaLang/julia/blob/master/README.md#source-download-and-compilation). If you want to build Julia in a projects directory for everyone, it's pretty simple. Here's what I did:
```bash
This file has been truncated, but you can view the full file.
travis_fold:start:worker_info
Worker information
hostname: worker-jupiter-brain:5118d8dd-9334-4a06-a323-f1ca6d527437
version: v2.3.1-52-ga9eb435 https://github.com/travis-ci/worker/tree/a9eb4353f9171a7762f88eeeb57cce31bed8dbb8
instance: f9ffa275-7d0b-40d1-9461-a83286688161:travis-ci-osx10.10-xcode7.0-1458077962
startup: 1m29.662973092s
travis_fold:end:worker_info
travis_fold:start:system_info
Build system information
@kshyatt
kshyatt / gist:2df3743de28cf7f52e05881e1bc074c6
Created September 23, 2016 23:17
#18287 failed OS X build
travis_fold:start:worker_info
Worker information
hostname: worker-jupiter-brain:41f7a880-6354-46b1-860d-adef126f2dfb
version: v2.3.1-52-ga9eb435 https://github.com/travis-ci/worker/tree/a9eb4353f9171a7762f88eeeb57cce31bed8dbb8
instance: f10dec1d-d201-46a6-9891-b5db9403698f:travis-ci-osx10.10-xcode7.0-1458077962
startup: 1m31.318676384s
travis_fold:end:worker_info
travis_fold:start:system_info
Build system information
@kshyatt
kshyatt / gist:cccf56486c3acdd5041be90c3a399df6
Created December 9, 2016 00:59
Travis failed build 182409406
Worker information
hostname: worker-jupiter-brain:ed4e380a-a868-4430-9879-04ed95ab5b52
version: v2.5.0-46-gd328585 https://github.com/travis-ci/worker/tree/d328585d2fd9953a4267c3a5303f763adf9f396e
instance: f9a75dd7-3062-4206-a60f-317ff23838fd:travis-ci-osx10.11-xcode8-1479248015
startup: 1m36.427424076s
Build system information
Build language: cpp
Build group: stable
Build dist: precise
Build id: 182409406
@kshyatt
kshyatt / gist:c995654eb1ca22330f99b4862510609a
Created February 18, 2017 17:18
Travis job 202502349 for PR 20639
This file has been truncated, but you can view the full file.
travis_fold:start:worker_info
Worker information
hostname: worker-jupiter-brain:e7c2e0ae-1173-4737-b378-58891830bc5a
version: v2.6.2-8-g42382d7 https://github.com/travis-ci/worker/tree/42382d728490166eff93d8242e994664150a296a
instance: fe39e7a3-8cf0-4e8f-8700-84e8d9d9fae8:travis-ci-osx10.11-xcode8-1479248015
startup: 1m15.632379291s
travis_fold:end:worker_info
travis_fold:start:system_info
Build system information
@kshyatt
kshyatt / gist:354142aa4118dbdd29458910aea42b2e
Created February 26, 2017 03:10
Failed build #46959.2
travis_fold:start:worker_info
Worker information
hostname: i-072451a-precise-production-2-worker-org-docker.travisci.net:0bc28559-4778-4593-8384-2ca55e446209
version: v2.5.0 https://github.com/travis-ci/worker/tree/da3a43228dffc0fcca5a46569ca786b22991979f
instance: 931271a:travis:default
startup: 553.916705ms
travis_fold:end:worker_info
travis_fold:start:system_info
Build system information
Build language: cpp