Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The program runs normally but the output is missing #21

Open
marc-shen opened this issue Dec 16, 2024 · 0 comments
Open

The program runs normally but the output is missing #21

marc-shen opened this issue Dec 16, 2024 · 0 comments

Comments

@marc-shen
Copy link

The program runs normally but the output is missing.

I am using a MacBook pro with arm64 architecture m1pro chip.

After the program is updated to 2.8 and has cmake, the program can be compiled and run on Mac by modifying the CMakeLists.txt file appropriately.

cmake -B build -D mpi08=ON -D hdf5=ON -D user=user_2d_rec -D dim=2
cmake --build build -j 8
mpirun -np 8 tristan-v2.xc --input input.2d_rec --output output

But some of the output files is missing, when I run this program as above.

Specifically, files that should have appeared normally in flds and prtl folders did not appear properly. (The output is set correctly in the input file. The corresponding params file has also been output correctly, and the output options for flds and prtl files are also set to true.) However, in reality, I cannot find any files in these two folders.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant