[aspect-devel] aspect testing

Timo Heister heister at clemson.edu
Mon Apr 30 11:56:33 PDT 2018


> For example, does “./aspect tests/quick_mpi.prm” run the quick_mpi test
> without issue?

This won't work, because this test needs a shared lib to be compiled.

One other idea is the following: are you by any chance running on some
weird network file system that might not behave as expected? Is there
a different (local?) filesystem you can use?

If not, you can try to find out why aspect is hanging by running it under gdb:
gdb --args ./aspect some_prm.prm
then within gdb:
run
ctrl+c
backtrace

and post the result.


-- 
Timo Heister
http://www.math.clemson.edu/~heister/


More information about the Aspect-devel mailing list