Skip to content

Instantly share code, notes, and snippets.

View timurbazhirov's full-sized avatar
:electron:
Building mat3rials from atoms up

Timur Bazhirov timurbazhirov

:electron:
Building mat3rials from atoms up
  • Exabyte.io
  • San Francisco, CA, USA
  • 05:14 (UTC -07:00)
View GitHub Profile
## Makefile (D. Prendergast/J. Deslippe Jan 2008)
##
PREFIX=..
include $(PREFIX)/Common/common-rules.mk
SRC = rqstar.f90 input.f90 input_q.f90 \
inread.f90 genwf_eps.f90 genwf_disk.f90 genwf_mpi.f90 mtxel.f90 epsinv.f90 mtxelmultiply.f90 \
extrapolar.f90 chi_summation.f90 chi_convergence.f90 epsilon_main.f90
OBJ = $(SRC:.f90=.o)
@timurbazhirov
timurbazhirov / Fortran90 - Punchcard.tmLanguage
Created December 4, 2012 22:17
Fortran90 Punchcard.tmLanguage with proper "!" comment handling
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>comment</key>
<string>?i: has to be added everywhere because fortran is case insensitive; NB: order of matching matters</string>
<key>fileTypes</key>
<array>
<string>f</string>
<string>F</string>