Post

Replies

Boosts

Views

Activity

Comment on Xcode Arguments Passed On Launch won't load
In Edit Scheme -> Environment Variables, enter VECTOR_SIZE as Name and 10 as Value. In Edit Scheme -> Arguments Passed On Launch, enter -np 4 "$(BUILT_PRODUCTS_DIR)/$(EXECUTABLE_NAME)" "$(VECTOR_SIZE)" In this case, the environment variable "works" because Xcode can read the 10 value as I can read it in my C program. Can I ask you to be more syntactically clear?
Oct ’24
Comment on Attach lldb debugger to the compiled program's executable when the main executable is not the compiled program
Can you go a little deeper with your question? mpiexec executes an MPI program with more processes passed as argument via -np option, we just know this, as I have already stated.
Replies
Boosts
Views
Activity
Oct ’24
Comment on Xcode Arguments Passed On Launch won't load
In Edit Scheme -> Environment Variables, enter VECTOR_SIZE as Name and 10 as Value. In Edit Scheme -> Arguments Passed On Launch, enter -np 4 "$(BUILT_PRODUCTS_DIR)/$(EXECUTABLE_NAME)" "$(VECTOR_SIZE)" In this case, the environment variable "works" because Xcode can read the 10 value as I can read it in my C program. Can I ask you to be more syntactically clear?
Replies
Boosts
Views
Activity
Oct ’24
Comment on Xcode Arguments Passed On Launch won't load
I did really not understand how I could use the "Wait for the executable to be launched". Anyway, at the same time I was using another environment variabile which, for the sake of simplicity, I have omitted from this post. It worked as I expect, for instance:
Replies
Boosts
Views
Activity
Oct ’24
Comment on FIX: Xcode Incompatibility with macOS Sequoia Developer Beta
Minutes after, App Store proposed the Xcode version 16, now working.
Replies
Boosts
Views
Activity
Sep ’24