mirror of
https://github.com/TREX-CoE/fparser.git
synced 2024-11-03 12:43:58 +01:00
6 lines
139 B
Bash
Executable File
6 lines
139 B
Bash
Executable File
#!/bin/bash
|
|
FC=ifort
|
|
|
|
$FC -c m_periodic_table.F90 m_keywords.F90
|
|
$FC interface.F90 m_keywords.o m_periodic_table.o /usr/local/lib/libfdf.a
|