From e0efb9ca22a4bade4c3859789c934c281316a0ff Mon Sep 17 00:00:00 2001 From: "Elsa Gonsiorowski (Uranus)" Date: Mon, 1 Apr 2019 12:27:27 -0700 Subject: [PATCH] ARCH and CC directions removed from readme --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 0493f11a8..ecdbd65a7 100644 --- a/README.md +++ b/README.md @@ -62,8 +62,6 @@ ROSS developers typically do out-of-tree builds. See the [Installation page](ht cd ~/directory-of-builds/ mkdir ROSS-build cd ROSS-build - export ARCH=x86_64 - export CC=mpicc ccmake ~/path-to/ROSS ```