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
I followed the manual and successfully built the code with a configuration file similar to coolfluid.conf.mutationpp on both cluster and local machine. The previous one was compiled with icc+impi and the latter one was compiled with gcc+openmpi. I used ./prepare.pl --build=optim to generate build_dir for both of them. The testcase jets2DFR can be run without problem on both machine. But the testcase jets2DFlucSplit failed on the local machine. The code crashed and threw
I hard-coded the file Framework/GeometricEntityRegister.cxx and let it print all the providers of GeometricEntity. For the jets2DFR case, it successfully printed all the ones defined in ShapeFunction but nothing was printed for the jets2DFlucSplit case.
If I change the command from ./prepare.pl --build=optim to ./prepare.pl --build=debug and add the following lines in the configuration file
I followed the manual and successfully built the code with a configuration file similar to
coolfluid.conf.mutationpp
on both cluster and local machine. The previous one was compiled withicc+impi
and the latter one was compiled withgcc+openmpi
. I used./prepare.pl --build=optim
to generatebuild_dir
for both of them. The testcasejets2DFR
can be run without problem on both machine. But the testcasejets2DFlucSplit
failed on the local machine. The code crashed and threwI hard-coded the file
Framework/GeometricEntityRegister.cxx
and let it print all the providers ofGeometricEntity
. For thejets2DFR
case, it successfully printed all the ones defined inShapeFunction
but nothing was printed for thejets2DFlucSplit
case.If I change the command from
./prepare.pl --build=optim
to./prepare.pl --build=debug
and add the following lines in the configuration fileThe program won't crash but it runs slowly. I have no idea what is going wrong and hope you can help. Thank you!
The text was updated successfully, but these errors were encountered: