Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created November 4, 2020 10:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/d5d7868a673443ee059e753894613337 to your computer and use it in GitHub Desktop.
Save r-ryantm/d5d7868a673443ee059e753894613337 to your computer and use it in GitHub Desktop.
/nix/store/k9ksq7zd9b5qjr0y9jjpaz6cwrzafyf8-precice-2.1.1
├── bin
│   └── binprecice
├── include
│   └── precice
│   ├── SolverInterfaceC.h
│   ├── SolverInterfaceFASTEST.hpp
│   ├── SolverInterfaceFortran.hpp
│   └── SolverInterface.hpp
├── lib
│   ├── cmake
│   │   └── precice
│   │   ├── preciceConfig.cmake
│   │   ├── preciceConfigVersion.cmake
│   │   ├── preciceTargets.cmake
│   │   └── preciceTargets-release.cmake
│   ├── libprecice.so -> libprecice.so.2
│   ├── libprecice.so.2 -> libprecice.so.2.1.1
│   ├── libprecice.so.2.1.1
│   └── pkgconfig
│   └── libprecice.pc
└── share
├── doc
│   └── libprecice2
│   ├── changelog.gz
│   └── copyright
├── lintian
│   └── overrides
│   └── libprecice2
├── man
│   └── man1
│   └── binprecice.1.gz
└── precice
└── examples
└── solverdummies
├── c
│   ├── CMakeLists.txt
│   ├── README.md
│   └── solverdummy.c
├── cpp
│   ├── CMakeLists.txt
│   ├── README.md
│   ├── solverdummy.cpp
│   └── test.cmake
├── fortran
│   ├── CMakeLists.txt
│   ├── README.md
│   └── solverdummy.f90
├── precice-config.xml
├── README.md
└── solverdummies.doxys
20 directories, 30 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment