1
0
mirror of https://github.com/TREX-CoE/fparser.git synced 2024-07-22 18:57:41 +02:00
fparser/parser/build.sh
Ravindra Shinde b3434d6a34 more cleanup
2021-03-25 17:56:48 +01:00

9 lines
154 B
Bash
Executable File

#!/bin/bash
FC=ifort
echo $FC
$FC -c m_periodic_table.F90
$FC -c m_keywords.F90
$FC iochamp.f90 m_keywords.o m_periodic_table.o /usr/local/lib/libfdf.a