You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to compile PENF as a dependency for WenOOF via a simple fobos file, I obtain the following error: Compiling src/third_party/PENF/src/lib/penf.F90 serially src/third_party/PENF/src/lib/penf.F90(1392): error #6405: The same named entity from differentmodules and/or program units cannot be referenced. [BIT_SIZE] use penf_b_size, only : bit_size, byte_size -------------------------^ compilation aborted for src/third_party/PENF/src/lib/penf.F90 (code 1)
When I try to compile PENF as a dependency for WenOOF via a simple fobos file, I obtain the following error:
Compiling src/third_party/PENF/src/lib/penf.F90 serially
src/third_party/PENF/src/lib/penf.F90(1392): error #6405: The same named entity from different
modules and/or program units cannot be referenced. [BIT_SIZE]
use penf_b_size, only : bit_size, byte_size
-------------------------^
compilation aborted for src/third_party/PENF/src/lib/penf.F90 (code 1)
The options from the fobos file are the following:
FoBiS.py build -mode shared-intel
Module 'pygooglechart' not found: Gcov graphs disabled
Builder options
Directories
Building directory: "shared"
Compiled-objects .o directory: "shared/obj"
Compiled-objects .mod directory: "shared/mod"
Compiler options
Vendor: "intel"
Compiler command: "ifort"
Module directory switch: "-module"
Compiling flags: "-cpp -c -fpic -assume realloc_lhs -O2"
Linking flags: "-shared -O2"
Preprocessing flags: ""
Coverage: False
Profile: False
PreForM.py used: False
PreForM.py output directory: None
PreForM.py extensions processed: []
Building src/lib/wenoof.f90
The text was updated successfully, but these errors were encountered: