Questions tagged [isl]
11 questions
                    
                    8
                    
            votes
                
                2 answers
            
        gcc unable to find shared library libisl.so
I installed gcc version 5.1 locally on a cluster having OS as CentOS where I dont have root access (so i cant use any commands like 'sudo'). (The global gcc version installed is 4.4). I also modified the path variable to include the path to my local…
        
        Python_user
        
- 1,378
 - 3
 - 12
 - 25
 
                    4
                    
            votes
                
                2 answers
            
        brew install gcc49 on OS X 10.10 (Unable to find a usable ISL)
When I try to install gcc49, I receive an error
 $  brew install https://raw.githubusercontent.com/Homebrew/homebrew-versions/master/gcc49.rb
######################################################################## 100.0%
==> Downloading…
        
        Justus Jianxing Zhang
        
- 400
 - 2
 - 11
 
                    3
                    
            votes
                
                2 answers
            
        Predict() with regsubsets
I'm trying to replicate the results from An Introduction to Statistical Learning with Applications in R. Specifically, the Lab in section 6.5.3. I have followed the code in the lab exactly: 
library("ISLR")
library("leaps")
set.seed(1)
train =…
        
        Ardyn
        
- 125
 - 2
 - 7
 
                    2
                    
            votes
                
                1 answer
            
        Cannot compile a simple C program on Elementary distro
I'm using elementary OS 5.1.7 Hera (based on Ubuntu 18.04.4 LT) I created a very simple c program:
#include 
int main()
{
  printf( "Hello World!\n" );
  return 0;
}
and executing the following :
gcc -o simple simple.c
I get this… 
        
        navy1978
        
- 1,411
 - 1
 - 15
 - 35
 
                    2
                    
            votes
                
                1 answer
            
        What are the distinctive features of ISL and PPL for ClooG when using gcc?
When building or using any given version of gcc, why I should prefer 1 of this 2 backends for ClooG over the other ?
I can't find a good documentation about it on the gcc website .
        
        user2485710
        
- 9,451
 - 13
 - 58
 - 102
 
                    1
                    
            vote
                
                2 answers
            
        Select an Item from open check through isl code on micros 3700
Does anyone know how can I select an item from open check through isl code on micros 3700?
I want to select it and perform a discount on it.
VAR CheckItemIndex : N2
VAR DetailsRow : N2
VAR CheckItems[64] : N10
VAR CheckItemsCount :…
        
        nvacalo
        
- 11
 - 1
 - 3
 
                    0
                    
            votes
                
                0 answers
            
        How to get loop width and length in polly schedule_node
gays,How to get loop width and length by using isl::schedule_node in polly/lib/transform/ScheduleOptimizer,i want to get the number to calculatethe tile size
The structure of schedule_node is a bit complicated, I have been trying for a long time and…
        
        卖萝卜的小红狼
        
- 11
 
                    0
                    
            votes
                
                0 answers
            
        Allocation failed: std::bad_alloc with method using isl library methods
The following method is causing bad memory allocation exceptions, I can't seem to find where this is exactly happening, for context the method is using the isl library to construct a map containing a set of iterators names with their number of…
        
        Zidane Zine eddine
        
- 66
 - 3
 
                    0
                    
            votes
                
                1 answer
            
        Can I use Inno Setup preprocessor to decide inside the isl file which messages refer to which installer?
I have four installers built with separate .iss files: client installer,  server installer, client update installer, server update installer. At the moment I use separate isl files for each installer.
My question is can I use Inno Setup preprocessor…
        
        JConstantine
        
- 1,020
 - 7
 - 19
 
                    0
                    
            votes
                
                0 answers
            
        How to return login value to database on custom ISL for Micros Simphony?
We are running Micros Simphony 2 and Micros can't support the use of our own employee cards because of a leading 0 which database cannot handle... I put myself in search of developing custom ISL file which would trim the 0 before login the employee…
        
        fillthevoid
        
- 21
 - 4
 
                    0
                    
            votes
                
                1 answer
            
        Conda: update gcc and isl error
I have installed conda 4.3.22 and want to update conda gcc from 4.8.5 to 6.2.0. By using the following command I am getting an error because of the isl version. However, by trying to install a newer version of isl I am getting an error because of…
        
        Icarus
        
- 65
 - 1
 - 8