Replies: 2 comments 2 replies
-
@lamiaa404: Thanks for the question! May I know:
Note that it's mentioned in the OpenFL+Gramine known issues: "Kvasir experiment: aggregation takes really long, debug log-level does not show the reason". So are we sure that it hung rather than running too slowly?
Well, we could normally check Gramine logs and/or GDB into it. But let's figure out the above questions first. |
Beta Was this translation helpful? Give feedback.
-
It's not an error but rather a warning -- statically-built go apps would use raw gramine/Documentation/devel/features.md Lines 3232 to 3244 in e3d3aa3
If the performance caused by ^ is a concern, you can either try https://go.dev/doc/install/gccgo to produce a dynamically-linked go app, or directly patch the go toolchain to create binaries with the Gramine-specific syscall ABI. (I'd suggest the former as a first shot.) |
Beta Was this translation helpful? Give feedback.
-
I am trying to replicate the example of using OpenFL with Gramine: . When using gramine-direct the federated learning works without any problems. However when using gramine-sgx the process just hangs. Any tips how to debug this issue? Attached are two screenshots one with gramine-direct when the federation ends and the other one with gramine-sgx when the process just hangs.
![Screenshot 2024-02-16 at 15 00 06](https://private-user-images.githubusercontent.com/46399141/306243782-f249f7d6-bb89-4f58-ad99-a24a23d49c05.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0NTUwNzksIm5iZiI6MTczOTQ1NDc3OSwicGF0aCI6Ii80NjM5OTE0MS8zMDYyNDM3ODItZjI0OWY3ZDYtYmI4OS00ZjU4LWFkOTktYTI0YTIzZDQ5YzA1LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTMlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEzVDEzNTI1OVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWI5MDQ3NWMxOTJhYjVjZWRjNjhlZjFiMGU1YTk0NGU2Zjc4YjhmMDczNTlkYWFkNTAwNzU4NjJlYTJlMjkxYzcmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.h75TD1k_KgZXyjJucREM75HPo7RXvZgfdaRJPQ5Yw4w)
![Screenshot 2024-02-16 at 14 43 35](https://private-user-images.githubusercontent.com/46399141/306243811-31f9d893-e3be-428f-80c9-5a2d47c37c7d.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0NTUwNzksIm5iZiI6MTczOTQ1NDc3OSwicGF0aCI6Ii80NjM5OTE0MS8zMDYyNDM4MTEtMzFmOWQ4OTMtZTNiZS00MjhmLTgwYzktNWEyZDQ3YzM3YzdkLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTMlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEzVDEzNTI1OVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTRmYTA0MDBkMmE1YzM1MTQ4Mjc2YjQ1Mzg2YTMzZDk2M2FjZjg3OWRjOGUwZjk2NzRmOGVkOWM3ZDA0MWE2YWQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.lQRJlvZYYXEaqRqt4XwHqOT_d1VyJQay1PSmRpQLBfM)
Beta Was this translation helpful? Give feedback.
All reactions