Changes between Initial Version and Version 1 of Ticket #54588
- Timestamp:
- Aug 21, 2017, 7:59:07 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #54588 – Description
initial v1 1 1 Error: 2 2 3 """ 3 {{{ 4 4 g++-mp-7 -O3 -funroll-loops -pipe -fno-strict-aliasing -march=native -fopenmp -DUSE_PDQSORT -Wa,-q -fno-rtti -std=c++17 -Wall -Wextra -Wno-char-subscripts -Wpointer-arith -Wwrite-strings -Wdisabled-optimization -Wformat -Wcast-align -Wno-unused-function -Wno-unused-parameter -DFLOAT_TYPE=float -I. -Ilib -Iblaze -Inormlib -L. -L/opt/local/lib -L/cm/shared/apps/openblas/0.2.17/lib/ -c src/gmm_train.cpp -o src/gmm_train.o -lz -pthread -lopenblas 5 5 src/gmm_train.cpp: In function 'int main(int, char**)': … … 13 13 with preprocessed source if appropriate. 14 14 See <https://trac.macports.org/newticket> for instructions. 15 """ 15 }}} 16 16 17 17 GCC Version: 18 18 19 """ 19 {{{ 20 20 Using built-in specs. 21 21 COLLECT_GCC=g++-mp-7 … … 25 25 Thread model: posix 26 26 gcc version 7.1.1 20170622 (MacPorts gcc7 7-20170622_0) 27 """ 27 }}}