mattbement

Results 4 comments of mattbement

Ok...in the director example, I try the following with the gcc/6.4.0 ``` swig -fortran -c++ director.i g++ -c director.cxx director_wrap.cxx ar rvs director.a director.o director_wrap.o gfortran -c director.f90 gfortran runme.f90...

So...putting in stuff like the following let's me get past the compile errors. ```Fortran type(SingleJoiner) :: sj type(BracketJoiner) :: bj ! NOTE: because we're not calling any C functions here,...

Sorry in advance for a long post. The segfault is happening in c_f_pointer_Joiner. I can run both the gcc and intel versions in totalview to see whats going on. Here's...

Minimized the previous comment, as I think it's been overtaken by newer information. In a nutshell, I think there's an intel compiler bug, though I could benefit from another pair...