File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -184,9 +184,8 @@ jobs:
184184 git clone https://github.com/jacobmerson/pcms_testcases.git ${workDir}/pcms_testcases
185185
186186 # pcms
187- git clone https://github.com/SCOREC/pcms.git ${workDir}/pcms
188187 bdir=${workDir}/build-pcms
189- cmake -S ${workDir}/pcms -B $bdir \
188+ cmake -S pcms_${{ github.event.id }} -B $bdir \
190189 -DCMAKE_BUILD_TYPE=Debug \
191190 -DCMAKE_C_COMPILER=mpicc \
192191 -DCMAKE_CXX_COMPILER=mpicxx \
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ program test_interpolation
1010 type (PcmsInterpolatorHandle) :: interpolator, point_cloud_interpolator
1111 type (PcmsOmegaHMeshHandle) :: mesh
1212 type (PcmsOmegaHLibraryHandle) :: omega_h_lib
13- character (len= 100 ) :: filename, num_faces_str, num_vertices_str
13+ character (len= 150 ) :: filename, num_faces_str, num_vertices_str
1414 real (8 ) :: radius
1515 integer :: num_faces, num_vertices
1616 integer :: i
You can’t perform that action at this time.
0 commit comments