shariq khan
unread,Sep 6, 2012, 4:34:55 AM9/6/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to excit...@googlegroups.com
Hi all,
I am getting following error while compiling the code which uses the Petsc and Lis package
as the Petsc package is written in C it compile without error while when I compile Lis as it is written in fortran
it shows the following error:
ppe.f90(21): warning #5117: Bad # preprocessor line
#include "/.../.../../Compilers/lis-1.2.107/include/lisf.h"
-^
ppe.f90(32): error #5082: Syntax error, found IDENTIFIER 'A' when expecting one of: ( % [ : . = =>
LIS_MATRIX A
-----------^
ppe.f90(33): error #5082: Syntax error, found IDENTIFIER 'PHI' when expecting one of: ( % [ : . = =>
LIS_VECTOR phi,rhs,u,res
-----------^
any resolution to this problem