-
Notifications
You must be signed in to change notification settings - Fork 9
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
configure error #23
Comments
Please refer to the function build() inside https://github.com/wilseypa/warped2-models/blob/master/scripts/configSimulate.sh for build instructions. Can you share the build commands you used for building warped2 ? I think there might be some issue on this step because of which libwarped.so is missing. |
thanks |
The error you reported is not showing any information that can help with the debug process. |
yea this happens on some linux installs; i have used the attached script to
clone/build warped2 and warped2-models automatically
regards,
p. wilsey
--
Philip A. Wilsey 513 556-4779 (voice)
***@***.***
High Performance Computing Lab
eecs.ceas.uc.edu/~wilseypa
EECS Dept, PO Box 210030 513 556-7326 (fax)
Cincinnati, OH 45221-0030 ---- gpg/pgp keys available ----
…On Thu, Nov 17, 2022 at 4:14 AM eduxiao ***@***.***> wrote:
thanks
this is my build commands " autoreconf -i && ./configure
--with-mpi-includedir=/usr/local/mpich-4.0.4/include
--with-mpi-libdir=/usr/local/mpich-4.0.4/lib
--prefix=/home/ubuntu/Desktop/project/warped2/installation && make && make
install "
but when i use make check, there is "
make[2]: *** [Makefile:857: test_AggregateEventStatistics.o] Error 1
make[2]: Leaving directory '/home/ubuntu/Desktop/project/warped2/test'
make[1]: *** [Makefile:1268: check-am] Error 2
make[1]: Leaving directory '/home/ubuntu/Desktop/project/warped2/test'
make: *** [Makefile:1052: check-recursive] Error 1"
—
Reply to this email directly, view it on GitHub
<#23 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAH7RYQWWCRNCELTJI3OMULWIXZQDANCNFSM6AAAAAASDCTIYI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
When replacing a sever and rebuilding the project, i got success! for next stage, i want to use warped2 and phold to study the load balancing by lp-migration. Thank you very mach! |
good luck.
regards,
p. wilsey
--
Philip A. Wilsey 513 556-4779 (voice)
***@***.***
High Performance Computing Lab
eecs.ceas.uc.edu/~wilseypa
EECS Dept, PO Box 210030 513 556-7326 (fax)
Cincinnati, OH 45221-0030 ---- gpg/pgp keys available ----
…On Thu, Nov 17, 2022 at 8:18 AM eduxiao ***@***.***> wrote:
When replacing a sever and rebuilding the project, i got success! for next
stage, i want to use warped2 and phold to study the load balancing by
lp-migration. Thank you very mach!
—
Reply to this email directly, view it on GitHub
<#23 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAH7RYVRYDMSMPQSIEJIPPLWIYWDFANCNFSM6AAAAAASDCTIYI>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
there is a configure error when i use the ./configure --with-warped=/home/ubuntu/Desktop/project/warped2/installation
the error is
"checking whether g++ supports C++11 features by default... yes
checking warped.hpp usability... yes
checking warped.hpp presence... yes
checking for warped.hpp... yes
Successfully found warped.hpp.
checking for warped_is_present in -lwarped... no
configure: error: Could not find libwarped.so. Use --with-warped to specify install path"
Please help me how to configure it
The text was updated successfully, but these errors were encountered: