Skip to content

allow scalar and 1d array arg mismatch #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
######################################################################
# Makefile: GPU-Cornell Multigrid Coupled Tsunami (GPUCOMCOT) Model #
# LAST REVISED: TAO CHIU MARCH 2018 #
#####################################################################

### Plese specify your fortran compiler ##########################################
FC = gfortran
FC_FLAGS = -O2 #-fdefault-real-8
FC_FLAGS = -fallow-argument-mismatch -O2 #-fdefault-real-8
##################################################################################


Expand Down