Skip to content

Instantly share code, notes, and snippets.

@yosoyjay
Created July 18, 2013 20:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yosoyjay/6032859 to your computer and use it in GitHub Desktop.
Save yosoyjay/6032859 to your computer and use it in GitHub Desktop.
pFUnit make tests MPI=YES
make[1]: Entering directory `/state/partition1/home/lopezj/pFUnit/source'
mpif90 -c -assume realloc_lhs -g -O0 -traceback -check uninit -check bounds -check stack -check uninit -DSTRINGIFY_OPERATOR -I../include -DUSE_MPI -DIntel -DLinux -I/state/partition1/home/lopezj/pFUnit/include -DLONG_PTR -DSTRINGIFY_OPERATOR -DIntel -o MpiContext.o MpiContext.F90
gfortran: realloc_lhs: No such file or directory
gfortran: uninit: No such file or directory
gfortran: bounds: No such file or directory
gfortran: stack: No such file or directory
gfortran: uninit: No such file or directory
gfortran: unrecognized option '-traceback'
gfortran: unrecognized option '-check'
gfortran: unrecognized option '-check'
gfortran: unrecognized option '-check'
gfortran: unrecognized option '-check'
f951: error: unrecognized command line option "-assume"
make[1]: *** [MpiContext.o] Error 1
make[1]: Leaving directory `/state/partition1/home/lopezj/pFUnit/source'
make: *** [all] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment