Skip to content

Commit 8404fad

Browse files
committed
Added README.md
1 parent 4c1dd85 commit 8404fad

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

README.md

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
AToM project
2+
============
3+
4+
This repository contains the Makefile that allows the download, update, and build of all AToM components.
5+
To use it:
6+
7+
```bash
8+
git clone [email protected]:scidac/atom_repo.git
9+
cd atom_repo
10+
make CONFIG plat=???
11+
```
12+
13+
where `plat` can be one of the following:
14+
15+
```
16+
ALCF_BGP ALCF_CETUS BABBAGE BANACH CAOS CARVER CMODWS DELPHI
17+
DROP EDISON_CRAY EDISON_INTEL FT GFORTRAN_CORE2 GFORTRAN_OSX
18+
GFORTRAN_OSX_64 GFORTRAN_OSX_BELLI GFORTRAN_OSX_MACPORTS
19+
GFORTRAN_OSX_TECHX GFORTRAN_PENRYN GFORTRAN_TECHX HOPPER_CRAY
20+
HOPPER_INTEL HPC_ITER IFORT_CORE2 IFORT_PENRYN JAC LINDGREN
21+
LOHAN LOKI LOKI_SCRATCH METIUS NEWT OSX_MOUNTAINLION PACER
22+
PGFORTRAN_OSX PG_OPT64 PG_OPT64_FFTW PG_OPT64_MUMPS PPPL
23+
PPPL_PATHSCALE RANGER SATURN TITAN_CRAY VENUS
24+
```

0 commit comments

Comments
 (0)