Kenneth E. Jansen

Results 142 comments of Kenneth E. Jansen

Is there a quick way to convert from long to int? As you feared, there is propagation [ 38%] Building CXX object mds/CMakeFiles/mds.dir/apfBox.cc.o [ 57%] Built target parma /home5/kjansen/SCOREC-core/core/mds/apfMDS.cc: In...

Note I also had to create a PCU_Max_Long which I hopefully replicated correctly from PCU_Max_Int

I got around the casting issue above but am hitting new issues Scanning dependencies of target matchedNodeElmReader [100%] Building CXX object test/CMakeFiles/matchedNodeElmReader.dir/matchedNodeElmReader.cc.o In file included from /home5/kjansen/SCOREC-core/core/test/matchedNodeElmReader.cc:6:0: /home5/kjansen/SCOREC-core/core/apf/apfConvertTags.h: In function...

Reproducer: It is not asmall as I would like but here is a path to the case on the viz nodes for your you to grab (note it it grabs...

I decided to try serial. Long-mod code makes it through construct in serial but then segfaults on the line 138 in mds_apf.c on return gmi_find(m-> user_model, .... I made a...

looks like line 705 is a problem. gmi_fscanf(f,1, "%u%,elmVtx+j); does not put a long into elmVtx according to TotalView which does seem to know that elmVtx is apf::Gid[6]. Here is...

Found it. Changed %u to %ld and it seems to be working on the small case with 8 processes Still crashing on NAS for the big case in the same...

Thanks for the advice. Before I went to sleep last night (and before I saw this), i put the following conditional print statements into setCoords Gid max = getMax(globalToVert); Gid...

addr2line is not helping (or I am not using it correctly) MPT: #12 0x0000000000523ab2 in PCU_Comm_Pack () MPT: #13 0x0000000000508bd8 in apf::setCoords(apf::Mesh2*, double const*, int, std::map&) () MPT: #14 0x0000000000496fd4...

Core fie interrogation with gdb is not helping either. kjansen@pfe27:/nobackup/kjansen/SeparatedBump/DNS/ReL_2M/MGEN/mner> gdb /home5/kjansen/SCOREC-core/buildMGEN_write3D/test/matchedNodeElmReader core.19660 GNU gdb (GDB; SUSE Linux Enterprise 12) 8.3.1 Copyright (C) 2019 Free Software Foundation, Inc. License GPLv3+:...