1
0
mirror of https://github.com/TREX-CoE/fparser.git synced 2024-11-03 12:43:58 +01:00

distclean

This commit is contained in:
Ravindra Shinde 2021-03-25 22:55:01 +01:00
parent efb74ed4a5
commit c541ebbf02
2 changed files with 10 additions and 7 deletions

View File

@ -11,14 +11,17 @@ This Markdown cheat sheet provides a quick overview of all the Markdown syntax e
## Compilation ## Compilation
The project contains two directories (a) modified-libfdf and (b) parser. The project contains two folders (a) modified-libfdf and (b) parser.
- Compile and install the modified-libfdf using the following set of commands - Compile and install the modified-libfdf using the following set of commands
- `./configure --prefix=/usr/local FC=ifort CC=icc ` ```Console
- `make` ./configure --prefix=/usr/local FC=ifort CC=icc
- `sudo make install` make
- `make check` sudo make install
make check
```
- In the parser folder, link the modified libfdf library with the interface Fortran file.
```
## Integrate parser in your code ## Integrate parser in your code

@ -1 +1 @@
Subproject commit 08f01b239904bf7c855df1c470e778286c6ddd39 Subproject commit 7c6a4ff29296800726a941dd3b96dd772849ea09