<freeStyleBuild _class='hudson.model.FreeStyleBuild'><action _class='hudson.model.CauseAction'><cause _class='com.cloudbees.jenkins.GitHubPushCause'><shortDescription>Started by GitHub push by MathieuMorlighem</shortDescription></cause></action><action></action><action></action><action></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><refsremotesoriginmain _class='hudson.plugins.git.util.Build'><buildNumber>1347</buildNumber><marked><SHA1>d000b0d54c75e852d3b2c6eb7cf7af771d75b7e4</SHA1><branch><SHA1>d000b0d54c75e852d3b2c6eb7cf7af771d75b7e4</SHA1><name>refs/remotes/origin/main</name></branch></marked><revision><SHA1>d000b0d54c75e852d3b2c6eb7cf7af771d75b7e4</SHA1><branch><SHA1>d000b0d54c75e852d3b2c6eb7cf7af771d75b7e4</SHA1><name>refs/remotes/origin/main</name></branch></revision></refsremotesoriginmain></buildsByBranchName><lastBuiltRevision><SHA1>d000b0d54c75e852d3b2c6eb7cf7af771d75b7e4</SHA1><branch><SHA1>d000b0d54c75e852d3b2c6eb7cf7af771d75b7e4</SHA1><name>refs/remotes/origin/main</name></branch></lastBuiltRevision><remoteUrl>git@github.com:ISSMteam/ISSM.git</remoteUrl><scmName></scmName></action><action></action><action _class='hudson.tasks.junit.TestResultAction'><failCount>0</failCount><skipCount>0</skipCount><totalCount>72</totalCount><urlName>testReport</urlName></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'></action><building>false</building><displayName>#1347</displayName><duration>377263</duration><estimatedDuration>373857</estimatedDuration><fullDisplayName>macOS - Silicon - Solid Earth #1347</fullDisplayName><id>1347</id><inProgress>false</inProgress><keepLog>false</keepLog><number>1347</number><queueId>1623</queueId><result>SUCCESS</result><timestamp>1782949661334</timestamp><url>https://ross.ics.uci.edu/jenkins/view/Mac/job/macOS-Silicon-Solid_Earth/1347/</url><builtOn>macOS-Silicon</builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/c/classes/Inputs/ControlInput.cpp</affectedPath><commitId>33d49fd447700a71e280310e37a10032f03fa796</commitId><timestamp>1782945668000</timestamp><author><absoluteUrl>https://ross.ics.uci.edu/jenkins/user/mathieu.morlighem</absoluteUrl><fullName>mathieu.morlighem</fullName></author><authorEmail>mathieu.morlighem@gmail.com</authorEmail><comment>CHG: added better error message so that we can remove this function altogether
</comment><date>2026-07-01 22:41:08 +0000</date><id>33d49fd447700a71e280310e37a10032f03fa796</id><msg>CHG: added better error message so that we can remove this function altogether</msg><path><editType>edit</editType><file>src/c/classes/Inputs/ControlInput.cpp</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/c/classes/Vertex.h</affectedPath><affectedPath>src/c/classes/Vertex.cpp</affectedPath><commitId>9c52f7caa797d6c6c99dd803aa449c1946dc853c</commitId><timestamp>1782945698000</timestamp><author><absoluteUrl>https://ross.ics.uci.edu/jenkins/user/mathieu.morlighem</absoluteUrl><fullName>mathieu.morlighem</fullName></author><authorEmail>mathieu.morlighem@gmail.com</authorEmail><comment>CHG: minor cosmetics
</comment><date>2026-07-01 22:41:38 +0000</date><id>9c52f7caa797d6c6c99dd803aa449c1946dc853c</id><msg>CHG: minor cosmetics</msg><path><editType>edit</editType><file>src/c/classes/Vertex.cpp</file></path><path><editType>edit</editType><file>src/c/classes/Vertex.h</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/c/classes/FemModel.cpp</affectedPath><commitId>177399726a7ebc90923ae528016d76e98981f7bc</commitId><timestamp>1782945711000</timestamp><author><absoluteUrl>https://ross.ics.uci.edu/jenkins/user/mathieu.morlighem</absoluteUrl><fullName>mathieu.morlighem</fullName></author><authorEmail>mathieu.morlighem@gmail.com</authorEmail><comment>CHG: minor cosmetics
</comment><date>2026-07-01 22:41:51 +0000</date><id>177399726a7ebc90923ae528016d76e98981f7bc</id><msg>CHG: minor cosmetics</msg><path><editType>edit</editType><file>src/c/classes/FemModel.cpp</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/c/classes/Elements/Element.cpp</affectedPath><affectedPath>src/c/classes/IoModel.cpp</affectedPath><affectedPath>src/c/modules/ModelProcessorx/CreateElementsVerticesAndMaterials.cpp</affectedPath><affectedPath>src/c/classes/Elements/Element.h</affectedPath><affectedPath>src/c/classes/IoModel.h</affectedPath><commitId>4cd7a6be6c275cefdb34b61548448d60f0a328f5</commitId><timestamp>1782945931000</timestamp><author><absoluteUrl>https://ross.ics.uci.edu/jenkins/user/mathieu.morlighem</absoluteUrl><fullName>mathieu.morlighem</fullName></author><authorEmail>mathieu.morlighem@gmail.com</authorEmail><comment>NEW: adding new way to read and broadcast data from binary file. Until now rank 0 reads and broadcasts entire fields but we sometimes run out of memory for very large fields (e.g., SMB). Instead, rank 0 now creates tailored arrays for each partition and that's what's being send. It does not work yet, this is an intermediary commit for debugging, so this behavior is not yet activated. This will be a long summer project...
</comment><date>2026-07-01 22:45:31 +0000</date><id>4cd7a6be6c275cefdb34b61548448d60f0a328f5</id><msg>NEW: adding new way to read and broadcast data from binary file. Until now rank 0 reads and broadcasts entire fields but we sometimes run out of memory for very large fields (e.g., SMB). Instead, rank 0 now creates tailored arrays for each partition and that's what's being send. It does not work yet, this is an intermediary commit for debugging, so this behavior is not yet activated. This will be a long summer project...</msg><path><editType>edit</editType><file>src/c/classes/IoModel.cpp</file></path><path><editType>edit</editType><file>src/c/classes/Elements/Element.cpp</file></path><path><editType>edit</editType><file>src/c/modules/ModelProcessorx/CreateElementsVerticesAndMaterials.cpp</file></path><path><editType>edit</editType><file>src/c/classes/Elements/Element.h</file></path><path><editType>edit</editType><file>src/c/classes/IoModel.h</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>https://ross.ics.uci.edu/jenkins/user/mathieu.morlighem</absoluteUrl><fullName>mathieu.morlighem</fullName></culprit></freeStyleBuild>