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 am trying to run the runJohansenVE.m script. But I am having issues creating the Mex file. I followed the steps in the README file. But I had an error after running the make command.
...
ld: symbol(s) not found for architecture arm64
clang++: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [lib/libVETransportCPU.dylib] Error 1
make[1]: *** [mexInterface/CMakeFiles/VETransportCPU.dir/all] Error 2
make: *** [all] Error 2
I am using a Mac with M2 chip. Any ideas why this is happening and how can I fix this?
Thanks,
Reinaldo
The text was updated successfully, but these errors were encountered:
I think we have not tested the building of these scripts for Mac ARM/M2 CPUs. This code for C++ acceleration is a bit old and was written before Macs ran on ARM. I think the example itself should run without acceleration, though. I am not sure if this C++ acceleration is the best option to speed up CO2 simulations in MRST today, as we now have many options in terms of accelerators for standard simulations.
Hi,
I am trying to run the
runJohansenVE.m
script. But I am having issues creating the Mex file. I followed the steps in the README file. But I had an error after running the make command.I am using a Mac with M2 chip. Any ideas why this is happening and how can I fix this?
Thanks,
Reinaldo
The text was updated successfully, but these errors were encountered: