HPC error
The people at the Advanced Research Computing center at my University are trying to help me install YADE on the HPC. The following is message that I received from them. Can anyone help them address this issue? Thank you so much!
I configure using the following and that does get me a build environment
cmake -DPYTHON_
But when running make it gets to 92% then fails with a numpy error.
I will continue to work with this. Also if you have any other suggegestions that would be great.
[ 92%] Building CXX object py/CMakeFiles/
In file included from /arc/software/
from /arc/software/
from /arc/software/
from /scratch/
/arc/software/
#warning "Using deprecated NumPy API, disable it with " \
^
In file included from /arc/software/
from /arc/software/
from /scratch/
from /scratch/
from /scratch/
from /scratch/
/arc/software/
In file included from /arc/software/
from /arc/software/
from /scratch/
/arc/software/
_import_array(void)
^
cc1plus: all warnings being treated as errors
make[2]: *** [py/CMakeFiles/
make[1]: *** [py/CMakeFiles/
make: *** [all] Error 2
[anajmul@login03 build]$
Thank you!
Question information
- Language:
- English Edit question
- Status:
- Answered
- For:
- Yade Edit question
- Assignee:
- No assignee Edit question
- Last query:
- 2020-07-27
- Last reply:
- 2020-07-27
Robert Caulk (rcaulk) said : | #1 |
Try adding the flag -DENABLE_
Le mar. 28 juil. 2020 à 00:35, mrhappy <email address hidden>
a écrit :
> New question #692095 on Yade:
> https:/
>
> The people at the Advanced Research Computing center at my University are
> trying to help me install YADE on the HPC. The following is message that I
> received from them. Can anyone help them address this issue? Thank you so
> much!
>
>
>
> I configure using the following and that does get me a build environment
>
> cmake -DPYTHON_
> -DENABLE_GUI=off -DENABLE_GTS=off -DENABLE_CGAL=off -DENABLE_
> -DCMAKE_
>
> But when running make it gets to 92% then fails with a numpy error.
>
> I will continue to work with this. Also if you have any other
> suggegestions that would be great.
>
>
> [ 92%] Building CXX object py/CMakeFiles/
> In file included from
> /arc/software/
> from
> /arc/software/
> from
> /arc/software/
> from /scratch/
> /arc/software/
> warning: #warning "Using deprecated NumPy API, disable it with " "#define
> NPY_NO_
> #warning "Using deprecated NumPy API, disable it with " \
> ^
> In file included from
> /arc/software/
> from
> /arc/software/
> from /scratch/
> from
> /scratch/
> from /scratch/
> from /scratch/
> /arc/software/
> note: #pragma message: The practice of declaring the Bind placeholders (_1,
> _2, ...) in the global namespace is deprecated. Please use
> <boost/
> BOOST_BIND_
> In file included from
> /arc/software/
> from
> /arc/software/
> from /scratch/
> /arc/software/
> error: 'int _import_array()' defined but not used [-Werror=
> _import_array(void)
> ^
> cc1plus: all warnings being treated as errors
> make[2]: *** [py/CMakeFiles/
> make[1]: *** [py/CMakeFiles/
> make: *** [all] Error 2
> [anajmul@login03 build]$
>
>
> Thank you!
>
>
>
>
> --
> You received this question notification because your team yade-users is
> an answer contact for Yade.
>
> _______
> Mailing list: https:/
> Post to : <email address hidden>
> Unsubscribe : https:/
> More help : https:/
>
Robert Caulk (rcaulk) said : | #2 |
*ENABLE_
Le mar. 28 juil. 2020 à 00:40, Robert Caulk <email address hidden> a écrit :
> Try adding the flag -DENABLE_
>
> Le mar. 28 juil. 2020 à 00:35, mrhappy <
> <email address hidden>> a écrit :
>
>> New question #692095 on Yade:
>> https:/
>>
>> The people at the Advanced Research Computing center at my University are
>> trying to help me install YADE on the HPC. The following is message that I
>> received from them. Can anyone help them address this issue? Thank you so
>> much!
>>
>>
>>
>> I configure using the following and that does get me a build environment
>>
>> cmake -DPYTHON_
>> -DENABLE_GUI=off -DENABLE_GTS=off -DENABLE_CGAL=off -DENABLE_
>> -DCMAKE_
>>
>> But when running make it gets to 92% then fails with a numpy error.
>>
>> I will continue to work with this. Also if you have any other
>> suggegestions that would be great.
>>
>>
>> [ 92%] Building CXX object py/CMakeFiles/
>> In file included from
>> /arc/software/
>> from
>> /arc/software/
>> from
>> /arc/software/
>> from /scratch/
>> /arc/software/
>> warning: #warning "Using deprecated NumPy API, disable it with " "#define
>> NPY_NO_
>> #warning "Using deprecated NumPy API, disable it with " \
>> ^
>> In file included from
>> /arc/software/
>> from
>> /arc/software/
>> from /scratch/
>> from
>> /scratch/
>> from /scratch/
>> from /scratch/
>> /arc/software/
>> note: #pragma message: The practice of declaring the Bind placeholders (_1,
>> _2, ...) in the global namespace is deprecated. Please use
>> <boost/
>> BOOST_BIND_
>> In file included from
>> /arc/software/
>> from
>> /arc/software/
>> from /scratch/
>> /arc/software/
>> error: 'int _import_array()' defined but not used [-Werror=
>> _import_array(void)
>> ^
>> cc1plus: all warnings being treated as errors
>> make[2]: *** [py/CMakeFiles/
>> make[1]: *** [py/CMakeFiles/
>> make: *** [all] Error 2
>> [anajmul@login03 build]$
>>
>>
>> Thank you!
>>
>>
>>
>>
>> --
>> You received this question notification because your team yade-users is
>> an answer contact for Yade.
>>
>> _______
>> Mailing list: https:/
>> Post to : <email address hidden>
>> Unsubscribe : https:/
>> More help : https:/
>>
>
Can you help with this problem?
Provide an answer of your own, or ask Najm for more information if necessary.